﻿/*
Theme Name: Sterling Physiotherapy React Match
Theme URI: https://example.com/sterling-physiotherapy
Author: Sterling Physiotherapy & Wellness
Author URI: https://example.com
Description: Classic WordPress theme shell that renders the Sterling Physiotherapy React website for pixel-matched public pages. WordPress admin replaces the custom client admin route.
Version: 1.0.67.57
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sterling-physiotherapy
*/

body:not(.sterling-react-app) {
    margin: 0;
    color: #111827;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sterling-site-header,
.sterling-site-footer {
    background: #ffffff;
    border-color: #e5e7eb;
}

.sterling-site-header {
    border-bottom: 1px solid #e5e7eb;
}

.sterling-site-footer {
    border-top: 1px solid #e5e7eb;
}

.sterling-site-header__inner,
.sterling-site-footer__inner,
.sterling-content {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.sterling-site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 76px;
}

.sterling-site-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0076bd;
    font-weight: 800;
    text-decoration: none;
    min-width: 0;
}

.sterling-site-brand__logo {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
    flex: 0 0 auto;
}

.sterling-site-brand__copy {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.sterling-site-brand__name {
    color: #0076bd;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.sterling-site-brand__tagline {
    color: #3a9b13;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.sterling-site-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sterling-site-nav a,
.sterling-entry-title a {
    color: inherit;
    text-decoration: none;
}

.sterling-site-nav a:hover,
.sterling-entry-title a:hover {
    color: #0076bd;
}

.sterling-site-header__actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.sterling-site-phone {
    color: #0076bd;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.sterling-site-booking {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #0076bd;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.sterling-site-booking:hover {
    background: #005f99;
    color: #ffffff;
}

.sterling-content {
    padding: 56px 0;
}

.sterling-full-width-content {
    width: 100%;
    overflow: hidden;
}

.elementor-page .sterling-content {
    width: 100%;
    padding: 0;
}

.sterling-page-header h1 {
    margin: 0 0 24px;
    font-size: 40px;
    line-height: 1.15;
}

.sterling-entry {
    margin-bottom: 36px;
}

.sterling-entry-content {
    font-size: 18px;
    line-height: 1.7;
}

.sterling-site-footer__inner {
    padding: 28px 0;
    text-align: center;
    color: #3a9b13;
    font-weight: 600;
}

@media (max-width: 768px) {
    .sterling-site-header__inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 16px 0;
    }

    .sterling-site-header__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .sterling-site-booking {
        width: 100%;
    }

    .sterling-site-nav ul {
        gap: 12px;
    }

    .sterling-page-header h1 {
        font-size: 32px;
    }
}
