.wMemberBenefitsFeaturedCard__card {
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
}


.wMemberBenefitsFeaturedCard__eyebrow {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.wMemberBenefitsFeaturedCard__content {
    display: flex; 
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: var(--saColorNeutral700);
    padding: 52px 24px 52px 18px;
}

.wMemberBenefitsFeaturedCard__desc {
    color: var(--saColorNeutral700);
}

.wMemberBenefitsFeaturedCard__card .alert-active {
    background-color: var(--saColorSuccess50);
    line-height: 1;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 16px;
    width: fit-content;
}

.wMemberBenefitsFeaturedCard__card .alert-expired {
    background-color: #FDF1ED;
    color: var(--saColorError600);
    line-height: 1;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 16px;
    width: fit-content;
}

