﻿.legal-page-section {
    background: #f7f7f7;
}

.legal-page-card {
    position: relative;
    padding: 55px 60px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(32, 40, 50, 0.08);
}

.legal-page-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.legal-page-heading {
    position: relative;
    padding-left: 22px;
}

    .legal-page-heading::before {
        position: absolute;
        top: 3px;
        bottom: 3px;
        left: 0;
        width: 4px;
        background: #feb324;
        content: "";
    }

.legal-page-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #999999;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.legal-page-heading h2 {
    margin: 0;
    color: #202832;
    font-size: 32px;
    line-height: 1.25;
    text-transform: uppercase;
}

.legal-page-updated {
    flex-shrink: 0;
    padding: 9px 14px;
    border-radius: 4px;
    background: #f3f3f3;
    color: #777777;
    font-size: 13px;
}

.legal-page-intro {
    margin: 30px 0 10px;
    padding: 24px 28px;
    border-left: 4px solid #feb324;
    background: #fafafa;
}

    .legal-page-intro p {
        margin: 0;
        color: #555555;
        font-size: 16px;
        line-height: 1.8;
    }

.legal-page-content {
    padding-top: 10px;
}

.legal-content-section {
    padding: 28px 0;
    border-bottom: 1px solid #eeeeee;
}

    .legal-content-section:last-child {
        border-bottom: 0;
    }

    .legal-content-section h3 {
        position: relative;
        margin: 0 0 16px;
        padding-left: 18px;
        color: #202832;
        font-size: 21px;
        line-height: 1.4;
    }

        .legal-content-section h3::before {
            position: absolute;
            top: 9px;
            left: 0;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #feb324;
            content: "";
        }

    .legal-content-section p {
        margin: 0 0 14px;
        color: #626262;
        font-size: 15px;
        line-height: 1.85;
    }

        .legal-content-section p:last-child {
            margin-bottom: 0;
        }

    .legal-content-section ul {
        margin: 15px 0 0;
        padding: 0;
        list-style: none;
    }

    .legal-content-section li {
        position: relative;
        margin-bottom: 11px;
        padding-left: 24px;
        color: #626262;
        font-size: 15px;
        line-height: 1.7;
    }

        .legal-content-section li::before {
            position: absolute;
            top: 9px;
            left: 4px;
            width: 8px;
            height: 2px;
            background: #feb324;
            content: "";
        }

.legal-page-actions {
    padding-top: 30px;
    text-align: center;
}

@media (max-width: 767px) {
    .legal-page-card {
        padding: 35px 22px;
    }

    .legal-page-header {
        display: block;
    }

    .legal-page-heading h2 {
        font-size: 25px;
    }

    .legal-page-updated {
        display: inline-block;
        margin-top: 20px;
    }

    .legal-page-intro {
        padding: 20px;
    }

    .legal-content-section h3 {
        font-size: 19px;
    }

    .legal-page-actions .theme_button {
        width: 100%;
    }
}
