/* Minimal responsive fixes — preserve original AllSafe layout */
@media only screen and (max-width: 768px) {
    .page {
        width: 100%;
        max-width: 100%;
    }
    .header {
        width: 100%;
        max-width: 100%;
    }
    .main table {
        width: 100% !important;
    }
    .main img,
    .main iframe {
        max-width: 100%;
        height: auto;
    }
    #divPane1, #divPane2 {
        width: 100% !important;
        height: auto !important;
    }
}
