p {
    color: #474A5D;
}

.bug-bounty__p-updates {
    margin-bottom: 64px;
}

.bug-bounty__p-updates p {
    margin-bottom: 16px;
    font-family: 'Libre Baskerville';
    color: #474A5D;
    font-size: 24px !important;
}

span.bug-bounty__p-update-dec {
    color: #A3A5AE;
    font-size: 20px;
}

.bug-bounty__p-scope {
    margin-bottom: 148px;
}

/* Title */
.bug-bounty__p-title {
    font-family: 'Libre Baskerville';
    font-size: 40px;
    color: #2F3551;
    --title-font-weight: 400;
    margin-bottom: 32px;
}

.bug-bounty__p-dec {
    color: #474A5D;
    font-size: 16px;
    margin-bottom: 32px;
}

/* In Scope */
.bug-bounty__p-in-scope h3 {
    font-size: 24px;
    margin-bottom: 24px;
    color: #474A5D;
}

.bug-bounty__p-targets {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.bug-bounty__p-targets img {
    width: 20px;
    height: 20px;
}

.bug-bounty__p-targets a {
    display: block;
    padding: 12px 24px;
    background: #FCFCFD;
    font-size: 16px;
    color: #757785;
    text-decoration: underline;
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Note */
.bug-bounty__p-note {
    color: #474A5D;
    font-size: 18px;
    margin-bottom: 32px;
}

/* Exclusions */
.bug-bounty__p-exclusions {
    background: #FCFCFD;
    padding: 32px;
    margin-bottom: 32px;
}

.bug-bounty__p-exclusions h3 {
    text-align: center;
    margin-bottom: 32px;
    color: #474A5D;
    font-size: 24px;
    font-family: 'Libre Baskerville';
    --title-font-weight: 400;
}

/* Grid */
.bug-bounty__p-exclusion-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

/* List */
.bug-bounty__p-exclusion-grid ul {
    list-style: none;
    padding: 0;
}

.bug-bounty__p-exclusion-grid li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #474A5D;
    font-size: 16px;
}

/* Star bullet */
.bug-bounty__p-exclusion-grid li::before {
    content: "✦";
    position: absolute;
    left: 0;
    color: #F44FCA;
    font-size: 18px;
}

.bug-bounty__p-definition {
    margin-bottom: 148px;
}

/* .container {
    max-width: 1200px;
    margin: 0 auto;
} */

/* Grid Layout */
.bug-bounty__p-definition-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 32px;
    align-content: start;
}

/* Reward Card */
.bug-bounty__p-reward-card {
    background: #FCFCFD;
    padding: 32px;
}

.bug-bounty__p-reward-card h3 {
    font-size: 34px;
    font-family: 'Libre Baskerville';
    margin-bottom: 20px;
    color: #2F3551;
    --title-font-weight: 400;
}

.bug-bounty__p-reward-card p {
    color: #555;
    margin-bottom: 20px;
}

.bug-bounty__p-reward-card h4 {
    font-size: 20px;
    margin: 0 0 20px;
    color: #474A5D;
    font-weight: 600;
}

/* Right Section */
.bug-bounty__p-keep-mind h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #757785;
}

/* List */
.bug-bounty__p-reward-card ul,
.bug-bounty__p-keep-mind ul {
    list-style: none;
    padding: 0;
}

.bug-bounty__p-reward-card li,
.bug-bounty__p-keep-mind li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px;
    color: #474A5D;
    font-size: 16px;
}

/* Star Icon */
.bug-bounty__p-reward-card li::before,
.bug-bounty__p-keep-mind li::before {
    content: "✦";
    position: absolute;
    left: 0;
    color: #ff4db8;
}

/* Section spacing handled by resources-content-section */

.bug-bounty__p-reporting {
    margin-bottom: 148px;
}

.bug-bounty__p-text {
    color: #474A5D;
    margin-bottom: 20px;
}

/* Email box */
.bug-bounty__p-email {
    display: inline-block;
    background: #FCFCFD;
    padding: 12px 24px 12px 12px;
    margin: 0 0 20px;
}

.bug-bounty__p-email a {
    display: flex;
    gap: 10px;
    font-size: 16px;
    color: #757785;
    text-decoration: underline;
    font-weight: 400;
}

.bug-bounty__p-email a img {
    width: 20px;
    height: 20px;
}

/* Grid */
.bug-bounty__p-reporting-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 32px;
}

/* Cards */
.bug-bounty__p-card {
    background: #FCFCFD;
    padding: 24px;
}

.bug-bounty__p-card h3 {
    font-family: 'Libre Baskerville';
    font-size: 32px;
    margin-bottom: 16px;
    color: #2F3551;
    --title-font-weight: 400;
}

.bug-bounty__p-card h4 {
    margin: 20px 0 12px;
    color: #2F3551;
}

.bug-bounty__p-card ul {
    list-style: none;
    padding: 0;
}

.bug-bounty__p-card ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #474A5D;
    font-size: 16px;
}

.bug-bounty__p-card ul li::before {
    content: "✦";
    position: absolute;
    left: 0;
    color: #F44FCA;
    font-size: 18px;
}

/* Highlight card */
.bug-bounty__p-card--highlight {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
}

.bug-bounty__p-reporting-card {
    padding: 24px;
}

/* Bottom gradient email */
.bug-bounty__p-bottom-email {
    margin-top: 16px;
    padding: 20px 32px;
    text-align: center;
    background: #F44FCA;
    color: #FCFCFD;
    font-weight: 600;
    font-size: 16px;
}

.bug-bounty__p-violation {
    margin-bottom: 116px;
}



/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 768px) {

    .bug-bounty__p-updates p {
        font-size: 18px !important;
        margin-bottom: 12px;
    }

    span.bug-bounty__p-update-dec {
        font-size: 12px;
    }

    .bug-bounty__p-exclusion-grid {
        grid-template-columns: 1fr;
    }

    .bug-bounty__p-exclusions {
        background: transparent;
        padding: 0;
    }

    .bug-bounty__p-exclusions h3 {
        text-align: left;
        font-size: 20px;
        margin-bottom: 16px;
    }

    .bug-bounty__p-exclusion-grid {
        gap: 16px;
    }

    .bug-bounty__p-exclusion-grid ul {
        background: #FCFCFD;
        padding: 16px;
    }

    .bug-submission-text {
        margin-bottom: 0;
    }

    .bug-bounty__p-scope {
        margin-bottom: 64px;
    }

    .bug-bounty__p-definition-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .bug-bounty__p-reward-card {
        padding: 16px;
    }

    .bug-bounty__p-definition {
        margin-bottom: 64px;
    }

    .bug-bounty__p-reporting-grid {
        grid-template-columns: 1fr;
    }

    .bug-bounty__p-reporting-card {
        padding: 16px;
    }

    .bug-bounty__p-violation {
        margin-bottom: 0;
    }

    .bug-bounty__p-reporting {
        margin-bottom: 64px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .bug-bounty__p-title {
        font-size: 28px;
    }

    .bug-bounty__p-targets a {
        font-size: 12px;
    }

    .bug-bounty__p-reward-card h3 {
        font-size: 26px;
    }

    .bug-bounty__p-text {
        font-size: 16px;
    }

    .bug-bounty__p-card {
        padding: 20px;
    }

    .bug-bounty__p-card h3 {
        font-size: 24px;
    }

    .bug-bounty__p-bottom-email {
        font-size: 12px;
        padding: 12px;
    }

    .bug-bounty__p-email a {
        font-size: 12px;
    }

    .bug-bounty__p-card--highlight {
        padding: 0;
    }

    .bug-bounty__p-reporting-card p {
        font-size: 12px !important;
    }
}