﻿body {
    color: #2f2f2f;
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    background-color: #F7F7F5
}

.custom-container {
    max-width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* FORM CARD */
.form-box {
    width: 100%;
    max-width: 516px; /* May 24, 2026 - Dhananjay M. - Changed max-width of form box */
    margin: 0px auto;
    background: #FFFFFF;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}
/* Logo */
.logo-img {
    height: 40px;
    width: auto;
}

h1.title {
    text-align: center;
    margin-bottom: 0px;
}

.notable-earnings {
    padding: 0.2em 0;
}

.custom-container article {
    margin-bottom: 8px;
}

.notable-earnings .title {
    padding-bottom: 23px;
}

.news-contain-desc2 {
    padding-top: 20px;
}

h1.title span {
    font-size: 34px;
    color: rgb(96, 96, 96) !important;
    display: block;
    line-height: normal;
}

.img--logo {
    padding-top: 0px;
}

.logo-size {
    width: 50%;
}

.cj {
    border-bottom: 1px solid #eee;
    height: 55px;
}

.hidden-lg {
    display: none;
}

.shadowbox1.alignSpanc {
    padding: 15px 0px 15px 0px;
}

.disclaimer p, .par--copyright, .par--copyright a, .disclaimer p a {
    color: #364a61 !important;
}
    /*Added By Nimesh G. - 04 FEB 2026 - apply css on Disclaimer*/
    .disclaimer a,
    .par--copyright a {
        color: #1a73e8 !important; /* clear, readable blue */
        text-decoration: underline;
        font-weight: 500;
    }

        .disclaimer a[href*="privacy"],
        .disclaimer a[href*="terms"],
        .disclaimer a[href*="disclaimer"] {
            color: #1a73e8 !important;
        }

#lbltitle {
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #111;
    line-height: 1.25;
    max-width: 900px;
    margin: 0 auto 10px;
}

#lblsubtitle {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #555 !important;
    margin: 10px auto 25px;
    max-width: 800px;
}

.micro-trust {
    text-align: center;
    font-size: 13px;
    color: #666;
    margin-top: 8px;
}

.below-fold-section {
    max-width: 720px;
    margin: 40px auto 0;
    text-align: left;
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.report-bullets {
    padding-left: 0;
    margin: 0;
    margin-left: 110px;
    margin-bottom: 8px; /* tighter */
}

    .report-bullets li {
        list-style: none;
        position: relative;
        padding-left: 26px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.4;
    }

        .report-bullets li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 0;
            color: #28a745;
            font-weight: bold;
        }


.bonus-section {
    max-width: 680px;
    margin: 14px auto 24px;
    padding: 0 15px;
}

.bonus-toggle {
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
    border: 1px solid #ccc;
    background: #fafafa;
    /*text-align: left;*/
}

/* .bonus-section::before {
            content: "";
            display: block;
            height: 1px;
            background: #e6e6e6;
            margin-bottom: 14px;
        }*/

.report-bullets {
    margin-bottom: 14px;
}

.bonus-content {
    display: none;
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px;
}

    .bonus-content ul {
        list-style: none;
        padding: 0;
    }

    .bonus-content li {
        margin-bottom: 8px;
    }

.below-fold-section,
.bonus-section {
    width: 100%;
    clear: both;
}

.bonus-section {
    max-width: 720px;
    margin: 28px auto;
    margin: 10px auto 24px; /* was too large */
}

.bonus-toggle {
    border-radius: 6px;
    background: #f8f9fa;
}

    .bonus-toggle:hover {
        background: #f1f3f5;
    }


.below-fold-section .section-title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}

.below-fold-section {
    max-width: 680px;
    margin: 24px auto 16px; /* reduced top gap */
    text-align: left;
}

.bonus-toggle {
    min-height: 48px;
}

.sign-up-bonus-section {
    display: none;
}

.logo-news {
    margin-top: 15px;
    float: none !important;
}

.premium-red {
    color: #D93025;
    font-weight: 800;
}

.premium-green {
    color: #1E8E3E;
    font-weight: 800;
}
/* May 24, 2026 - Dhananjay M. - added PREMIUM URGENCY BOX CSS*/
/* ================================
       PREMIUM URGENCY BOX
    =================================== */

.premium-urgency-box {
    width: 100%;
    max-width: 520px;
    margin: 6px auto 10px;
    padding: 16px 18px;
    background: #FFF8E6;
    border: 1px solid #F0D89A;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
    text-align: left;
}

.premium-urgency-inner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.premium-lock-icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #F3C544;
    color: #1F2933;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    margin-top: 2px;
}

.premium-urgency-title {
    font-size: 17px;
    font-weight: 800;
    color: #1f2933;
    margin-bottom: 5px;
}

.premium-urgency-text {
    font-size: 15px;
    line-height: 1.45;
    color: #333;
    margin: 0;
}

    .premium-urgency-text strong {
        font-weight: 800;
        color: #111;
    }

.earnings-cta-btn {
    margin-top: 16px !important;
    min-height: 58px;
    background: #2E7D32 !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    color: #fff !important;
    padding: 16px 20px !important;
    box-shadow: 0 8px 20px rgba(46,125,50,.18);
    transition: all .15s ease;
}

    .earnings-cta-btn:hover {
        background: #256b2a !important;
        transform: translateY(-1px);
    }

@media (max-width: 767px) {
    .hidden-lg {
        display: block;
        width: 80%;
    }

    .hidden-xs {
        display: none;
    }

    .shadowbox1.alignSpanc {
        padding: 0px 0px 15px 0px !important;
        margin-bottom: 10px;
    }

    .col-md-5.col-sm-5.col-xs-5.float-left.padding0 {
        padding: 15px 15px 0px 15px !important;
    }

    .padding-top18 {
        padding-top: 0px !important;
    }

    /*4 Feb 2026- Nimesh G - apply style*/

    .hide-on-mobile {
        display: none !important;
    }

    .disclaimer p {
        margin-bottom: 18px;
        line-height: 1.6;
    }

        .disclaimer p + p {
            margin-top: 6px;
        }

    .float-md-right.padding-top18 {
        margin-top: 20px;
    }

    #lbltitle {
        font-size: 26px;
        padding: 0 12px;
    }

    #lblsubtitle {
        font-size: 16px;
        padding: 0 12px;
    }

    .micro-trust {
        font-size: 12px;
    }

    .section-title {
        font-size: 20px;
    }

    .report-bullets li {
        font-size: 15px;
    }
    /* BELOW-FOLD SECTION */
    .below-fold-section {
        padding: 0 16px;
        margin-top: 16px;
    }

        .below-fold-section .section-title {
            font-size: 19px;
            text-align: left;
            line-height: 1.3;
            margin-bottom: 12px;
        }

    /* BULLETS */
    .report-bullets li {
        font-size: 15px;
        line-height: 1.45;
        margin-bottom: 10px;
    }

        .report-bullets li::before {
            top: 1px;
        }

    /* Section spacing */
    .below-fold-section {
        margin-top: 22px;
        padding: 0 16px;
        text-align: left;
    }

        .below-fold-section .section-title {
            font-size: 20px;
            line-height: 1.3;
            margin-bottom: 16px;
        }

    /* Bullet list readability */
    .report-bullets {
        max-width: 100%;
        margin-bottom: 18px;
    }

        .report-bullets li {
            font-size: 14px;
            line-height: 1.5;
            padding-left: 20px;
        }

    /* Accordion button – mobile friendly */
    .bonus-toggle {
        padding: 14px 16px;
        font-size: 14px;
        border-radius: 10px;
    }

        .bonus-toggle .toggle-text {
            display: block;
            float: none;
            margin-top: 4px;
            font-size: 12px;
            color: #6c757d;
        }

    /* Expanded bonus content */
    .bonus-content {
        padding: 14px 16px;
    }

        .bonus-content li {
            font-size: 14px;
            line-height: 1.5;
        }

    .report-bullets {
        margin-left: 0;
        padding-left: 0;
    }

    .form-box {
        width: 92%;
        padding: 12px;
        margin: 0px auto;
        border-radius: 20px;
        background: #FFFFFF;
        box-shadow: 0 12px 30px rgba(0,0,0,0.07);
    }

    .premium-urgency-box {
        width: 92%;
        margin: 4px auto 10px;
        padding: 14px;
        border-radius: 14px;
    }

    .premium-urgency-title {
        font-size: 16px;
    }

    .premium-urgency-text {
        font-size: 14px;
        line-height: 1.45;
    }

    .premium-lock-icon {
        min-width: 45px;
        width: 45px;
        height: 45px;
        font-size: 25px;
    }

    .earnings-cta-btn {
        margin-top: 14px !important;
        min-height: 54px;
        font-size: 17px !important;
        font-weight: 800 !important;
        padding: 14px 18px !important;
        border-radius: 12px !important;
        box-shadow: 0 12px 30px rgba(46,125,50,.16);
    }

        .earnings-cta-btn:hover {
            transform: none;
        }

        .earnings-cta-btn:active {
            transform: scale(0.99);
        }
}
