.acfc-wordmark {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
    font-family: "Barlow", "Plus Jakarta Sans", sans-serif;
    letter-spacing: 0.01em;
}

.acfc-wordmark .line-1 {
    color: var(--brand-ink, #102033);
    font-size: 31px;
    font-weight: 700;
}

.acfc-wordmark .line-2 {
    margin-top: 4px;
    color: var(--brand-accent, #c9a565);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.acfc-wordmark.light .line-1 {
    color: var(--brand-white, #ffffff);
}

.acfc-wordmark.light .line-2 {
    color: var(--brand-accent, #c9a565);
}

.acfc-header-booking,
.acfc-mobile-booking {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--brand-accent, #c9a565);
    color: var(--brand-white, #ffffff);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.acfc-header-booking:hover,
.acfc-mobile-booking:hover {
    background: var(--brand-accent, #c9a565);
    color: var(--brand-white, #ffffff);
    opacity: 0.92;
}

.top-bar .topbar-language,
.acfc-mobile-language {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.top-bar .topbar-language select,
.acfc-mobile-language select {
    min-width: 44px;
    padding-right: 14px;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    color: inherit;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
}

.top-bar .topbar-language::after,
.acfc-mobile-language::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    color: currentColor;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.acfc-mobile-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

@media (max-width: 991.98px) {
    .acfc-wordmark .line-1 {
        font-size: 26px;
    }

    .acfc-wordmark .line-2 {
        font-size: 12px;
    }
}
