.pwr-promo {
    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-promo-details {
    display: flex;
    margin-bottom: 14px;
}

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

.pwr-promo-name {
    flex-grow: 1;
    margin-bottom: 1em;
}

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

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

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

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

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

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

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

.pwr-promo-progress {
    margin-bottom: 14px;
    background-color: var( --pw-rewards-background-color );
    border: 1px solid var( --pw-rewards-primary-color );
}

.pwr-promo-progress-bar {
    background-color: var( --pw-rewards-primary-color );
    height: 10px;
}
