@media (max-width: 768px) {
    .legal-container h1 {
        font-size: 32px !important;
    }
    .legal-container h2 {
        font-size: 20px !important;
    }
    .legal-container h3 {
        font-size: 18px !important;
    }
    .legal-container div[style*="padding: 40px"] {
        padding: 25px !important;
    }
}

@media (max-width: 768px) {
    .legal-container h1 {
        font-size: 32px !important;
    }
    .legal-container h2 {
        font-size: 20px !important;
    }
    .legal-container h3 {
        font-size: 18px !important;
    }
    .legal-container div[style*="padding: 40px"] {
        padding: 25px !important;
    }
    
    .legal-container table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        border: 1px solid var(--border);
        border-radius: 12px;
    }
    
    .legal-container table td,
    .legal-container table th {
        white-space: normal;
        min-width: 120px;
    }
    
    .legal-container table tr {
        display: table-row;
    }
}

@media (max-width: 480px) {
    .legal-container table td,
    .legal-container table th {
        padding: 8px !important;
        font-size: 13px;
        min-width: 100px;
    }
}
