/* Responsive tweaks for girl_price.php form */

/* Make the Therapist Name input full width and larger on small screens */
@media (max-width: 600px) {
    .form-group input[type="text"]#name {
        width: 100%;
        font-size: 1.1em;
    }
    .form-row {
        flex-direction: column;
        gap: 10px;
    }
    .form-row > * {
        width: 100% !important;
        min-width: 0;
    }
    .search-btn {
        margin-left: 0 !important;
    }
    .container {
        padding: 10px;
        max-width: 100vw;
    }
     
}




