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

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

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

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

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

.pwr-reward-expiration {
    font-size: 12px;
    margin-top: 16px;
    min-height: 1em;
}

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

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

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