.expired_promo_notice {
    padding: 1.25rem 0;
    border-radius: 4px;
    font-weight: 600;
}
.notice_gray_bg {
    background: #f6f8f9;
}
.main_content {
    opacity: 0.5;
}
.expired_promo_notice {
    font-size: 1.125rem; /*18px*/
}
.not_expired_post {
    text-decoration: underline;
}
.not_expired_post:hover {
    text-decoration: none;
}
