.policy-container {
    max-width: 800px;
    margin: calc(var(--header-height) + 2rem) auto 4rem;
    padding: 2rem;
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.policy-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--primary-color);
}

.policy-content {
    line-height: 1.8;
    color: var(--text-main);
}

.policy-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 1.5rem 0 1rem;
}

.policy-content p {
    margin-bottom: 1rem;
}

.emphasis {
    font-weight: 700;
    color: var(--text-main);
    background-color: #f8fafc;
    padding: 1rem;
    border-left: 4px solid var(--primary-color);
    margin: 1.5rem 0;
}
