html, body {
    max-width: 100%;
}

*, *::before, *::after {
    box-sizing: border-box;
}

img, input, select, textarea {
    max-width: 100%;
}

:focus-visible {
    outline: 3px solid #f6c453;
    outline-offset: 2px;
}

label {
    display: inline-block;
    margin-top: 8px;
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .container, .content, .main-content, .dashboard-container,
    .management-container, .finance-container {
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    button, .btn, input, select {
        min-height: 44px;
    }
}
