/* ===================================================================
   OptionsGym — hardcoded site-header logo (overrides layout settings)
   Loaded site-wide via BaseOptionsGymAsset.
   =================================================================== */

.navbar-site .logo-container {
    margin-top: 0;
}

.og-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 16px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 1.7rem;
    letter-spacing: .01em;
    line-height: 1;
    color: #e6edf3;
    text-decoration: none;
    white-space: nowrap;
}

.og-brand:hover {
    color: #e6edf3;
}

.og-brand__mark {
    font-size: 2.4rem;
    line-height: 1;
}

.og-brand__logo {
    display: block;
    width: auto;
    object-fit: contain;
}

.og-brand__gym {
    color: #58a6ff;
}
