/*
Theme Name: Physio-QT Child
Theme URI: https://yourwebsite.com/  /* Optional */
Description: Child theme for the Physio-QT theme
Author: Your Name
Author URI: https://yourwebsite.com/  /* Optional */
Template: physio-qt
Version: 1.0.0
*/

/* Your custom styles go below */

.book-appointment-inline:hover {
    color: #fff !important;
}
/* === Book Appointment button base style === */
.book-appointment-inline {
    display: inline-block;
    color: #000 !important;
    background-color: #ffb805 !important;
    padding: 11px 25px !important;
    font-size: 13.5px !important;
    font-weight: 600;
    border-radius: 30px;
    line-height: normal !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Hover: white text */
.book-appointment-inline:hover {
    color: #fff !important;
}

/* === Mobile styling (for width & alignment) === */
/* Hide the button on mobile */
@media (max-width: 991px) {
    .desktop-only {
        display: none !important;
    }
}



/* Hide by default */
.mobile-book-button-wrapper {
    display: none;
}

/* Hide by default */
.mobile-book-button-wrapper {
    display: none;
}

