/*
Theme Name: Astra Child
Theme URI: https://entomosnet.com/
Description: Child theme for ClinicFlow landing page
Author: ClinicFlow
Template: astra
Version: 1.0.0
*/

* { -webkit-tap-highlight-color: transparent; }

.mobile-login-link { display: none; }

@media (max-width: 768px) {
    .cf-nav { padding: 0 16px; }
    .nav-right {
        flex-shrink: 1;
        min-width: 0;
        gap: 8px;
    }
    .nav-right .btn-p {
        font-size: 12px;
        padding: 7px 10px;
        white-space: nowrap;
    }
    .nav-login { display: none; }
    .mobile-login-link { display: block; }
    .nav-right .btn-p,
    .nav-right .btn-p:hover,
    .nav-right .btn-p:active,
    .nav-right .btn-p:focus {
        background: #6366f1;
        color: #ffffff;
        outline: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-appearance: none;
    }
}
