@media (min-width: 769px) {
    .bottom-sponsor-container {
        width: 50%;
        padding: calc(72px - 1.5rem) 40px;
    }
}

.post-header-title {
    margin-top: 8px;
    letter-spacing: -1px;
    line-height: 115%;
}
@media (max-width: 780px) {
    .post-header-title {
        font-size: 45px !important;
    }
}
@media (min-width: 1240px) {
    .post-about-the-author{
        display: grid;
        grid-template-columns: 1fr 348px;
        gap: 60px;
    }
}
.post-template-v1-avatar img {
    border-radius: 50%;
}

#post-template-v1-content {
    margin: 0px auto;
    max-width: 810px;
}
/* Brightspot bolding fix */
#post-template-v1-content h2.cms-Styles-h2 b {
    font-weight: 400;
}

/* Sponsor */
.bottom-sponsor-container {
    margin: auto;
    text-align: center;
}

.bottom-sponsor-container img {
    width: 100%;
    margin: auto;
}

.bottom-sponsor-container p {
    margin: 1.5rem 0;
}

/* Header */
.header-vertical-image .header-post-meta {
    display: grid;
    align-items: center;
    min-height: 700px;
    padding: 40px;
}

.wp-block-columns.header-vertical-image:has(figcaption) {
    margin-bottom: 80px;
}

.header-vertical-image .share-this-story,
.header-overlay .share-this-story {
    margin: auto;
    max-width: 435px;
    padding: 16px 70px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    border-width: 0.5px 0px;
    border-style: solid;
}

.header-vertical-image-align-left .header-image-column {
    order: 2;
}

.header-overlay {
    margin-bottom: 30px;
}

figcaption.caption {
    margin: unset !important;
}

.post-authors {
    text-align: center !important;
    margin-top: 20px;
}

/* Key Takeaways */
.post-key-takeaways {
    margin: 1em 0;
    border-left: 4px solid #6800FB;
    padding: 16px 24px;
}

.post-key-takeaways-title {
    color: #6800FB;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.post-key-takeaways ul {
    display: grid;
    gap: 12px;
    margin: 12px 20px;
}

.post-key-takeaways ul li {
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

/* Paywall Module */
/* ===== OVERLAY STYLES ===== */
.paywall-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow-y: auto;
    padding: 20px 0;
}

/* ===== POPUP CONTAINER STYLES ===== */
.paywall-popup {
    border: solid 2px #6800FB;
    background-color: white;
    max-width: 800px;
    padding: 40px 40px 120px 40px;
    transform: translateY(100%);
    transition: transform 0.4s ease-out;
    position: relative;
    margin: auto;
}
.premium-paywall-overlay .paywall-popup{
    padding: 40px;
}

.paywall-popup.active {
    transform: translateY(0);
}

/* ===== CLOSE BUTTON STYLES ===== */
.paywall-close-container {
    font-size: 15px;
    cursor: pointer;
    background: none;
    display: block;
    padding: 0;
}
.premium-paywall-overlay .paywall-close-container {
    margin: 25px auto 0;
}

.paywall-close-text {
    font-size: 15px;
}

/* ===== HEADER STYLES ===== */

.paywall-header p {
    color: var( --wp--preset--color--gray-500 );
    font-family: 'ABCMonumentGrotesk', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: -0.6px;
    margin-bottom: 0;
}
.paywall-register_header {
    margin-bottom: 25px;
}

.paywall-register_header h2 {
    line-height: 125%;
    letter-spacing: -1px;
    font-weight: 400;
    border-top: solid 1px #2D2F24;
    padding-top: 10px;
    margin-bottom: 26px;
    font-size: 36px;
    color: #19083A;
}

.paywall-register_header p {
    line-height: 1.5;
    font-size: 18px;
    color: #58575B;
}

/* ===== FORM STYLES ===== */
.paywall-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.paywall-form-group {
    flex: 1;
    text-align: left;
}

.paywall-label {
    display: block;
    margin-bottom: 8px;
}

.paywall-input::placeholder {
    color: #58575B;
}
/* ===== BENEFITS STYLES ===== */
.paywall-benefits {
    text-align: left;
    margin-bottom: 30px;
}

.paywall-benefit-item {
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
}

.paywall-benefit-icon {
    width: 32px;
    height: 32px;
    border: solid 2px;
    color: #6800FB;
    font-size: 15px;
    margin-right: 15px;
    padding-top: 6px;
    padding-left: 8px;
    flex-shrink: 0;
    border-radius: 50%;
}

.paywall-benefit-text {
    font-size: 20px;
    line-height: 1.5;
    color: #19083A;
}
/* ===== premiun HEADER STYLES ===== */
.paywall-header {
    margin-bottom: 25px;
}
/* ===== BUTTON STYLES ===== */
.paywall-signup-btn {
    text-align: center;
    width: 100%;
    border: none;
    padding: 14px;
    font-size: 18px;
    transition: background-color 0.3s;
    margin-bottom: 16px;
}

.paywall-signup-btn:hover,.remaining-join-now-btn:hover {
    background-color: #2a0d5a;
}
.paywall-subscribe-btn {
    text-align: center;
    width: 100%;
    background-color: #7856FF;
    padding: 16px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
.remaining-join-now-btn{
    background:#19083A;
    border: solid 2px #19083A;
    color:#fff; 
    padding:14px;margin:10px;
}
#continue-reading-btn{
    background:#6800FB;
    border: solid 2px #6800FB;
    padding:14px; 
    margin:10px;
}
#continue-reading-btn:hover{
    background:white;
    color:#19083A;
}

/* ===== CHECKBOX STYLES ===== */
.paywall-checkbox-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.paywall-checkbox-group input {
    margin-right: 10px;
    margin-top: 3px;
    flex-shrink: 0;
}

.paywall-checkbox-label {
    color: #19083A;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
}
label.paywall-checkbox-label a {
    text-decoration: underline;
}
/* ===== TERMS & LINKS STYLES ===== */
.paywall-terms {
    font-size: 16px;
    color: #19083A;
    margin-bottom: 20px;
    line-height: 1.4;
}

.paywall-terms a {
    color: #19083A;
    font-weight: 700;
    text-decoration: underline;
}

.paywall-terms a:hover {
    text-decoration: none;
}

.paywall-login-link {
    text-align: center;
    margin-top: 20px;
    color: #2C2A2F;
    font-weight: 700;
    font-size: 24px;
}

.paywall-login-link a {
    margin-left: 16px;
    border: solid #7856FF 2px;
    font-size: 18px;
    color: #212121;
    text-decoration: none;
    padding: 15px 25px;
    display: inline-block;
    margin-top: 10px;
    transition: all 0.3s;
}

.paywall-login-link a:hover {
    background-color: #7856FF;
    color: white;
    text-decoration: none;
}

button#paywall-close-popup:hover {
    background: none;
}
button#paywall-close-popup {
    color: #a3a3a3;
}

/* ===== MEMBERSHIP CTA STYLES ===== */
.paywall-membership-cta {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    color: white;
    background-color: #6800FB;
    padding: 20px 15px;
    text-align: center;
    box-sizing: border-box;
}

.paywall-membership-cta strong {
    text-decoration: underline;
}

/* ===== MOBILE STYLES ===== */
@media (max-width: 768px) {
    .paywall-overlay {
        padding: 10px;
        align-items: flex-end;
    }
    
    .paywall-popup {
        padding: 70px 20px 100px 20px;
        max-width: 100%;
        border-radius: 10px 10px 0 0;
    }
    
    .paywall-close-text {
        font-size: 15px;
    }
    
    .paywall-close-btn {
        width: 32px;
        height: 32px;
        font-size: 20px;
        line-height: 30px;
    }
    
    .paywall-form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .paywall-form-group {
        margin-bottom: 15px;
    }
    
    .paywall-register_header h2 {
        font-size: 28px;
    }
    
    .paywall-register_header p {
        font-size: 16px;
    }
    
    .paywall-login-link {
        font-size: 20px;
    }
    
    .paywall-login-link a {
        font-size: 16px;
        padding: 12px 20px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .paywall-membership-cta {
        position: relative;
        margin-top: 20px;
        border-radius: 0 0 8px 8px;
    }
    
    .paywall-popup {
        padding-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .paywall-popup {
        padding: 60px 15px 90px 15px;
    }
    
    .paywall-register_header h2 {
        font-size: 24px;
    }
    
    .paywall-register_header p {
        font-size: 15px;
    }
    
    .paywall-login-link {
        font-size: 18px;
    }
    
    .paywall-checkbox-label {
        font-size: 14px;
    }
    
    .paywall-terms {
        font-size: 14px;
    }
    
    .paywall-input,
    .paywall-signup-btn {
        font-size: 16px;
    }
}

/* Share This Story */
.share-this-story {
    color: #58575B;
    gap: 16px;
    display: inline-flex;
}

span.article-social-share-icons {
    gap: 16px;
    display: inline-flex;
}

.article-social-share-icon span.dashicons {
    margin: 0;
}