﻿.policy-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.policy-card {
    background: #fff;
    border: 1px solid var(--ship-border);
    border-radius: 0.9rem;
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.04);
}

.policy-title {
    color: var(--ship-primary);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.policy-meta {
    color: var(--ship-muted);
    font-size: 0.92rem;
}

.toc a {
    text-decoration: none;
}

    .toc a:hover {
        text-decoration: underline;
    }

.policy-section h2 {
    font-size: 1.08rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.75rem;
}

.policy-section p,
.policy-section li {
    color: #495057;
    line-height: 1.7;
    font-size: 0.96rem;
}

@media (max-width: 576px) {
    .policy-wrap {
        padding: 1rem 0.6rem 1.5rem;
    }

    .policy-card {
        border-radius: 0.7rem;
    }

    .policy-title {
        font-size: 1.3rem;
    }

    .policy-meta {
        font-size: 0.83rem;
        line-height: 1.5;
    }

    .toc {
        padding: 0.75rem !important;
    }

        .toc ol {
            margin-bottom: 0;
        }

    .policy-section h2 {
        font-size: 0.98rem;
    }

    .policy-section p,
    .policy-section li {
        font-size: 0.9rem;
        line-height: 1.65;
    }
}