.booking-phone--full {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 1.15rem;
    margin-bottom: 1.25rem;
    background: var(--theme-bg-card, #232f3f);
    border: 1px solid var(--theme-border, #2d3d4d);
    border-radius: 12px;
    box-shadow: var(--theme-shadow-card, 0 4px 24px rgba(0, 0, 0, 0.18));
}

.booking-phone__icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: color-mix(in srgb, var(--theme-accent, #5ec8d4) 14%, transparent);
    color: var(--theme-accent, #5ec8d4);
}

.booking-phone__body {
    flex: 1;
    min-width: 0;
}

.booking-phone__title {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    color: var(--theme-accent, #5ec8d4);
    font-family: var(--theme-font-heading, inherit);
}

.booking-phone__note {
    margin: 0 0 0.75rem;
    font-size: 0.9rem;
    line-height: 1.45;
    color: var(--theme-text-muted, #9ca8b6);
}

.booking-phone__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    background: var(--theme-accent-bg, #0e3a44);
    color: #fff !important;
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    text-decoration: none;
    min-height: 44px;
    box-sizing: border-box;
}

.booking-phone__cta:hover {
    filter: brightness(1.08);
}

.booking-phone__meta {
    margin: 0.45rem 0 0;
    font-size: 0.78rem;
    color: var(--theme-text-muted, #9ca8b6);
}

.booking-phone--compact {
    margin: 0.5rem 0 0;
    font-size: 0.82rem;
    color: var(--theme-text-muted, #9ca8b6);
    line-height: 1.5;
}

.booking-phone--compact .booking-phone__label {
    display: block;
    margin-bottom: 0.15rem;
}

.booking-phone--compact .booking-phone__link {
    color: var(--theme-accent, #5ec8d4);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
}

.booking-phone--compact .booking-phone__link:hover {
    text-decoration: underline;
}

.booking-phone--compact .booking-phone__meta {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.72rem;
}

.booking-phone--login {
    margin: 0 0 1rem;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    background: #eef2f7;
    border: 1px solid #dce1ea;
}

.booking-phone--login .booking-phone__title {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0c1222;
}

.booking-phone--login .booking-phone__note {
    margin: 0 0 0.65rem;
    font-size: 0.84rem;
    line-height: 1.45;
    color: #3d4a5c;
}

.booking-phone--login .booking-phone__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.55rem 1rem;
    border-radius: 10px;
    background: #0c1222;
    color: #fff !important;
    font-weight: 600;
    font-size: 1.05rem;
    text-decoration: none;
    min-height: 44px;
    box-sizing: border-box;
}

.booking-phone--login .booking-phone__cta:hover {
    background: #1a2840;
}

@media (max-width: 640px) {
    .booking-phone--full {
        flex-direction: column;
        gap: 0.65rem;
    }

    .booking-phone__cta {
        width: 100%;
    }
}
