.policy-content {
    color: #4D4D4F;
}

.policy-content section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.policy-content h2,
.policy-content h3 {
    color: #4D4D4F;
    margin-top: 24px;
}

.policy-content h3:first-of-type {
    margin-top: 0;
    font-size: 18px;
    line-height: 30px;
}

.policy-content h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.policy-content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

.policy-content h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #4D4D4F;
}

.policy-content p,
.policy-content > div,
.policy-content section > div {
    font-size: 14px;
    line-height: 24px;
}

.policy-content ul {
    list-style-type: disc;
    margin-left: 21px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.policy-content li {
    font-size: 14px;
    line-height: 24px;
}

.policy-content .legal-label {
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    color: #939598;
    letter-spacing: 0.08em;
}

.policy-content .legal-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #4D4D4F;
}

.policy-content .legal-role {
    font-size: 12px;
    line-height: 20px;
    color: #939598;
}

.policy-content .copyright-text {
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    color: #4D4D4F;
}

.policy-content .section-body,
.policy-content .policy-section-body {
    padding-left: 24px;
}

.policy-content .sub-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.policy-content .sub-section-body,
.policy-content .policy-sub-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 20px;
}

.policy-content .gdpr-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #4D4D4F;
}

.policy-content .gdpr-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.policy-content .gdpr-item p:first-child {
    font-weight: 700;
}

.policy-content .gdpr-body {
    padding-left: 20px;
}

.policy-content address {
    color: #939598;
}

.policy-content address span {
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 6px;
}

.policy-content hr {
    border: none;
}

@media (min-width: 768px) {
    .policy-content section {
        gap: 16px;
    }

    .policy-content h2 {
        font-size: 32px;
        line-height: 46px;
    }

    .policy-content h2,
    .policy-content h3 {
        margin-top: 16px;
    }

    .policy-content h3:first-of-type {
        margin-top: 0;
        font-size: 24px;
        line-height: 38px;
    }

    .policy-content h3 {
        line-height: 32px;
    }

    .policy-content h4 {
        font-size: 18px;
        line-height: 32px;
    }

    .policy-content p,
    .policy-content > div,
    .policy-content section > div {
        font-size: 16px;
        line-height: 28px;
    }

    .policy-content ul {
        margin-left: 24px;
    }

    .policy-content li {
        font-size: 16px;
        line-height: 28px;
    }

    .policy-content .section-body,
    .policy-content .policy-section-body {
        padding-left: 30px;
    }

    .policy-content .legal-label {
        font-size: 12px;
        line-height: 20px;
    }

    .policy-content .legal-name {
        line-height: 30px;
    }

    .policy-content .legal-role {
        font-size: 14px;
        line-height: 24px;
    }

    .policy-content .copyright-text {
        font-size: 14px;
        line-height: 24px;
    }

    .policy-content .sub-section {
        gap: 8px;
    }

    .policy-content .sub-section-body,
    .policy-content .policy-sub-body {
        gap: 12px;
    }

    .policy-content .gdpr-title {
        font-size: 16px;
        line-height: 28px;
    }

    .policy-content .gdpr-item {
        gap: 8px;
    }

    .policy-content address span {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 8px;
    }
}
