.bilet-sayfa .arama-sarmal {
    margin-top: 0;
}

.bilet-sayfa__intro {
    padding-top: 1.5rem !important;
    padding-bottom: 0.5rem !important;
}

.bilet-sayfa__intro-text {
    max-width: 42rem;
    margin: 0 auto;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--yzt-gri);
}

.tur-sekmeler {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.tur-sekme {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.95rem;
    border: 1px solid #e8e8e8;
    border-radius: 999px;
    background: #fff;
    color: var(--yzt-rengi);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.tur-sekme:hover {
    border-color: var(--vrg-gok);
    color: var(--vrg-gok);
}

.tur-sekme.active {
    background: var(--vrg-gok);
    border-color: var(--vrg-gok);
    color: #fff;
}

.bilet-sayfa__search {
    padding-top: 0.5rem !important;
    padding-bottom: 2.5rem !important;
}

@media (max-width: 767.98px) {
    .tur-sekmeler {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.25rem;
    }

    .tur-sekme {
        white-space: nowrap;
        flex-shrink: 0;
    }
}
