/*
Theme Name: PhysioRebound Complete Website
Theme URI: https://physiorebound.com/
Author: PhysioRebound
Description: Complete multi-page PhysioRebound clinic website matching the approved interactive HTML preview.
Version: 2.0.1
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: physiorebound
*/

body.admin-bar .site-header { top: 32px; }
.custom-logo-wrap, .custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-height: 58px; width: auto; }
.team-member-photo { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px; margin-bottom: 22px; }
button:disabled { cursor: wait; opacity: .65; }

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
