/* Chaminuka website audit remediation: accessibility and mobile header. */

:where(a, button, input, select, textarea):focus-visible {
    outline: 3px solid #cabe9f !important;
    outline-offset: 3px;
}

.elementor-menu-toggle {
    min-width: 44px;
    min-height: 44px;
}

.contactform-content input:not([type="hidden"]),
.contactform-content select,
.contactform-content textarea,
.contactform-content button,
.contactform-content input[type="submit"] {
    min-height: 44px;
}

.contactform-content [aria-invalid="true"] {
    border-color: #b42318;
}

@media (max-width: 767px) {
    .elementor-element-2f62b40.elementor-hidden-phone {
        display: block !important;
        position: absolute !important;
        top: 3px !important;
        right: 65px !important;
        bottom: auto !important;
        left: auto !important;
        width: auto !important;
        z-index: 3;
    }

    .elementor-element-2f62b40 .elementor-button {
        min-height: 44px;
        padding: 0 13px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

    .elementor-menu-toggle {
        min-width: 48px;
        min-height: 48px;
        align-items: center;
        justify-content: center;
    }
}
