.pwr-offer {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    padding: 21px;
    line-height: 1;
    margin-bottom: 21px;
    border: 1px solid var( --pw-rewards-primary-color );
    background-color: var( --pw-rewards-background-color );
    color: var( --pw-rewards-text-color );
}

.pwr-offer-details {
    display: flex;
    margin-bottom: 14px;
}

.pwr-offer-image {
    margin-right: 21px;
    width: 50px;
}

.pwr-offer-info, .pwr-offer-confirm-info {
    flex-grow: 1;
    margin-bottom: 1em;
}

.pwr-offer-title {
    font-size: 28px;
    font-weight: bold;
}

.pwr-offer-confirm-info {
    display: none;
}

.pwr-offer-confirm-buttons {
    display: none;
    flex-direction: column;
    gap: 4px;
}

.pwr-offer-description {
    font-size: 14px;
    margin-top: 8px;
    min-height: 1em;
}

.pwr-offer-end-date {
    margin-bottom: 14px;
}

.pwr-offer-ends-soon {
    color: #FF0000;
}

.pwr-offer-terms-link {
    color: var( --pw-rewards-primary-color );
}

.pwr-offer-terms-link > .dashicons {
    text-decoration: none;
}

.pwr-offer-terms {
    display: none;
    margin-bottom: 14px;
}
