/* assets/css/booking/header.css */

.booking-shot-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #0d1f2d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.booking-shot-header-inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.booking-shot-logo-wrap {
    text-align: left;
}

.booking-shot-logo-main {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.booking-shot-logo-sub {
    color: #b8823f;
    font-size: 11px;
    font-style: italic;
    margin-top: 2px;
    opacity: 0.9;
}

.booking-shot-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.booking-shot-nav a {
    color: #a0b4c8;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    transition: color 0.14s ease;
}

.booking-shot-nav a:hover {
    color: #ffffff;
}

.booking-shot-nav a.is-active {
    color: #c9a06a;
}

.booking-shot-logo-link {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
