/**
 * Tur kategori / arama sonuçları — arama şeridi, filtre sidebar, sonuç kartları
 * Konum: public/themes/{tema}/css/ — category view theme_slug ile yüklenir
 */
:root {
    /* Default tema ile hizalı token’lar (kategori sayfası özel) */
    --tcp-orange: var(--color-primary, #ff304f);
    --tcp-orange-hover: var(--color-primary-hover, #ce2848);
    --tcp-orange-rgb: var(--color-primary-rgb, 255, 48, 79);
    --tcp-bg: var(--color-bg-muted, #f4f6f8);
    --tcp-card-shadow: 0 2px 12px rgba(15, 23, 42, 0.08);
    --tcp-border: var(--color-border, #e8ecf1);
}

.tcp-page {
    background: #fff;
    padding-bottom: 2.5rem;
}

/* Taşan tarih menüsü footer’ın altında kalmasın (main, footer’dan üst katmanda) */
body:has(.tcp-page) .site-main {
    position: relative;
    z-index: 10;
}

body:has(.tcp-page) #site-footer.site-footer {
    position: relative;
    z-index: 5;
}

/* Breadcrumb üstü: tam viewport genişliğinde beyaz şerit + alt çizgi (Tatilbo) */
.tcp-search-module-strip {
    background: #fff;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    border-bottom: 1px solid var(--tcp-border);
} 

.tcp-search-module-wrap {
    margin-bottom: 0;
    /* .tcp-layout (sticky filtre) DOM’da sonra geldiği için aksi halde autocomplete’in üstüne biner */
    position: relative;
    z-index: 20;
}

/* Tatilbo tarzı kategori arama: tam genişlik şerit, tek satır, ince çerçeve, büyüteç */
.module-search.module-search--acentago-strip {
    --module-search-primary: var(--tcp-orange);
    --module-search-primary-hover: var(--tcp-orange-hover);
    --module-search-primary-rgb: var(--tcp-orange-rgb);
    --module-search-text: var(--color-text);
    --module-search-border: var(--tcp-border);
    --module-search-muted: var(--color-text-muted, #7f8c8d);
}

/* Arama satırı genişliği: module-search__inner zaten .container — tcp-layout ile aynı breakpoint/max-width */

/* Dış kutu yok: alanlar doğrudan şeritte (ekstra border-radius / çerçeve kaldırıldı) */
.module-search.module-search--acentago-strip .search-container {
    max-width: none !important;
    width: 100%;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

.module-search.module-search--acentago-strip .search-body {
    padding: 0 !important;
}

.module-search.module-search--acentago-strip .search-tabs {
    border-bottom: 1px solid var(--tcp-border);
    padding: 0;
    margin-bottom: 0.75rem;
    gap: 1.25rem;
}

.module-search.module-search--acentago-strip .search-tab {
    padding: 0.65rem 0 0.75rem;
    font-size: 0.95rem;
}

.module-search.module-search--acentago-strip .module-search-popular {
    margin-top: 0.75rem;
    padding-top: 0.5rem;
}

.module-search.module-search--acentago-strip.module-search--no-tabs .search-body {
    padding: 0 !important;
}

.module-search.module-search--acentago-strip .search-input-wrapper {
    min-height: 56px;
    border-radius: 8px !important;
    border-color: #dce3ea !important;
    padding: 0 0.75rem;
    gap: 0.65rem;
    box-shadow: none !important;
}

.module-search.module-search--acentago-strip .search-input-wrapper:focus-within {
    border-color: #c5d0db !important;
    box-shadow: 0 0 0 1px rgba(var(--tcp-orange-rgb), 0.25) !important;
}

.module-search.module-search--acentago-strip .search-input-wrapper > i {
    opacity: 0.5;
    font-size: 1rem;
    color: var(--module-search-text);
}

.module-search.module-search--acentago-strip .module-search-date-toggle .input-content label {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    color: var(--module-search-muted);
}

.module-search.module-search--acentago-strip .module-search-period-display {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    margin-top: 0.15rem !important;
}

.module-search.module-search--acentago-strip .search-input-wrapper input.form-control {
    font-weight: 600 !important;
    font-size: 0.95rem !important;
}

.module-search.module-search--acentago-strip .btn.btn-search {
    border-radius: 8px !important;
    min-height: 56px !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    transform: none !important;
}

.module-search.module-search--acentago-strip .btn.btn-search:hover,
.module-search.module-search--acentago-strip .btn.btn-search:focus {
    transform: none !important;
    box-shadow: none !important;
}

.module-search.module-search--acentago-strip .col-md-2 {
    display: flex;
    align-items: stretch;
}

.module-search.module-search--acentago-strip .col-md-2 .btn-search {
    flex: 1;
}

.tcp-breadcrumbs-wrap {
    padding-top: 0.25rem;
    padding-bottom: 0.35rem;
}

.tcp-breadcrumbs-nav {
    display: flex;
    justify-content: flex-start;
}

.tcp-breadcrumbs {
    font-size: 0.8125rem;
    line-height: 1.45;
    color: var(--color-text-muted);
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.15rem 0.45rem;
    text-align: left;
}

.tcp-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.tcp-breadcrumbs a {
    color: var(--color-text-muted);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.15s ease;
}

.tcp-breadcrumbs a:hover {
    color: var(--color-text);
    text-decoration: none;
}

.tcp-breadcrumbs [aria-current="page"] {
    color: var(--color-text);
    font-weight: 600;
}

.tcp-breadcrumbs li:not(:last-child)::after {
    content: "›";
    margin: 0;
    color: #c5cdd6;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1;
}

.tcp-layout {
    padding-top: 1rem;
}

@media (min-width: 992px) {
    .tcp-breadcrumbs-wrap {
        padding-top: 0.5rem;
        padding-bottom: 0.25rem;
        padding-left: 1rem;
    }

    .tcp-layout {
        padding-top: 0.75rem;
    }
}

.tcp-filter-sidebar {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid var(--tcp-border);
    padding: 1.1rem 1rem;
    position: sticky;
    top: 0.75rem;
}

.tcp-filter-sidebar__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    margin-bottom: 1rem;
    padding-bottom: 0.65rem;
}

.tcp-filter-sidebar__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--tcp-orange);
    margin: 0;
    line-height: 1.25;
}

.tcp-filter-clear {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--tcp-orange);
    opacity: 0.88;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.25;
}

.tcp-filter-clear:hover {
    opacity: 1;
    text-decoration: underline;
}

.tcp-filter-clear:focus-visible {
    outline: 2px solid var(--tcp-orange);
    outline-offset: 2px;
    border-radius: 2px;
}

.tcp-filter-block {
    margin-bottom: 1.25rem;
}

.tcp-filter-block:last-child {
    margin-bottom: 0;
}

.tcp-filter-block h3 {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 0.65rem;
}

.tcp-filter-sidebar .form-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 1.25rem;
    margin: 0 0 0.4rem;
    padding-left: 0;
}

.tcp-filter-sidebar .form-check:last-child {
    margin-bottom: 0;
}

.tcp-filter-sidebar .form-check-input {
    float: none;
    position: static;
    margin: 0;
    flex-shrink: 0;
    align-self: center;
}

.tcp-filter-sidebar .form-check-label {
    padding: 0;
    margin: 0;
    line-height: 1.25;
    font-size: 0.875rem;
    color: #495057;
    cursor: pointer;
}

/* Çift tutamaklı fiyat aralığı */
.tcp-price-slider {
    margin-top: 0.15rem;
}

.tcp-price-slider__labels {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0.55rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #495057;
}

.tcp-price-slider__track {
    position: relative;
    height: 28px;
    margin: 0 2px;
}

.tcp-price-slider__rail {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    background: #dee2e6;
    border-radius: 3px;
    pointer-events: none;
}

.tcp-price-slider__range {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    background: var(--tcp-orange);
    border-radius: 3px;
    pointer-events: none;
    left: 0%;
    width: 100%;
}

.tcp-price-slider__input {
    position: absolute;
    left: 0;
    width: 100%;
    top: -10px;
    height: 28px;
    margin: 0;
    padding: 0;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
}

.tcp-price-slider__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: auto;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--tcp-orange);
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.tcp-price-slider__input::-moz-range-thumb {
    pointer-events: auto;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--tcp-orange);
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.tcp-price-slider__input::-webkit-slider-runnable-track {
    height: 0;
    background: transparent;
}

.tcp-price-slider__input::-moz-range-track {
    height: 0;
    background: transparent;
}

.tcp-price-slider__input--min {
    z-index: 2;
}

.tcp-price-slider__input--max {
    z-index: 3;
}

.tcp-price-slider__input--min.tcp-price-slider__input--top {
    z-index: 4;
}

.tcp-checkbox-list {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 0.25rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.tcp-checkbox-list .form-check {
    margin-bottom: 0;
}

/* Başlık + sıralama: tek kutu (hedef görünüm 2) */
.tcp-results-toolbar {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    background: #fff;
    padding: 1rem 1.15rem 1.1rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.tcp-results-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
    text-align: center;
}

.tcp-results-meta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    width: 100%;
}

.tcp-mobile-toggle-buttons {
    display: none;
    align-items: stretch;
    gap: 0.5rem;
    width: 100%;
}

.tcp-mobile-toggle-buttons--solo {
    max-width: 12rem;
}

.tcp-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    flex: 1 1 0;
    min-height: 2.5rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid #dce3ea;
    border-radius: 8px;
    background: #fff;
    color: var(--color-text);
    font-size: 0.875rem;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.tcp-toggle-btn__label {
    display: none;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
}

.tcp-toggle-btn:hover,
.tcp-toggle-btn:focus-visible {
    background: #f4f6f8;
    color: var(--tcp-orange);
    outline: none;
}

.tcp-toggle-btn.is-active {
    color: var(--tcp-orange);
    background: rgba(var(--tcp-orange-rgb), 0.08);
}

.tcp-tour-count {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--tcp-orange);
    font-weight: 700;
    line-height: 1.3;
}

/* Sonuç listesi yükleniyor overlay'i — filtre/sıralama değişiminde */
.tcp-results-panel {
    position: relative;
}

.tcp-results-loading {
    position: absolute;
    inset: 0;
    z-index: 30;
    display: none;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    pointer-events: all;
}

.tcp-results-panel.is-loading .tcp-results-loading {
    display: block;
}

.tcp-results-loading__box {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(44, 62, 80, 0.18);
}

.tcp-results-loading__spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(var(--tcp-orange-rgb), 0.25);
    border-top-color: var(--tcp-orange);
    border-radius: 50%;
    animation: tcp-results-spin 0.75s linear infinite;
}

.tcp-results-loading__text {
    margin: 0;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--color-text, #2c3e50);
    line-height: 1.3;
}

@keyframes tcp-results-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .tcp-results-loading__spinner {
        animation-duration: 1.6s;
    }
}

.tcp-filter-overlay {
    display: none;
}

.tcp-close-filter {
    display: none;
}

.tcp-filter-head-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Seçili filtre chip’leri */
.tcp-active-filters {
    margin-bottom: 0.85rem;
    padding: 0.75rem 0.85rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #eceff2;
}

.tcp-active-filters__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.55rem;
}

.tcp-active-filters__label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.tcp-active-filters__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tcp-active-filters__item {
    margin: 0;
}

.tcp-active-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    max-width: 100%;
    padding: 0.3rem 0.55rem 0.3rem 0.65rem;
    border-radius: 999px;
    border: 1px solid #dce3ea;
    background: #f8fafc;
    color: var(--color-text);
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.tcp-active-filter-chip:hover {
    border-color: var(--tcp-orange);
    background: #fffbf8;
    color: var(--tcp-orange);
}

.tcp-active-filter-chip__group {
    font-weight: 500;
    color: #6c757d;
}

.tcp-active-filter-chip__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    font-size: 0.62rem;
    color: #8a939e;
    flex-shrink: 0;
}

.tcp-active-filter-chip:hover .tcp-active-filter-chip__remove {
    color: var(--tcp-orange);
}

.tcp-active-filters__clear {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--tcp-orange);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.tcp-active-filters__clear:hover {
    text-decoration: underline;
}

.tcp-results-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #3a3a3a;
    margin: 0;
    line-height: 1.25;
    width: 100%;
    text-align: center;
}

.tcp-results-count {
    font-size: 1rem;
    color: var(--tcp-orange);
    font-weight: 700;
    letter-spacing: 0.01em;
}

.tcp-results-count__num {
    font-weight: 700;
    margin-right: 0.2em;
}

.tcp-sorting-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    width: 100%;
}

.tcp-sorting-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.2;
    border: 1px solid #e0e0e0;
    border-radius: 999px;
    padding: 0.5rem 0.95rem;
    background: #fff;
    color: #212529;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
    -webkit-appearance: none;
    appearance: none;
}

.tcp-sorting-tab i {
    font-size: 0.88rem;
    color: inherit;
    flex-shrink: 0;
}

.tcp-sorting-tab span {
    white-space: nowrap;
}

.tcp-sorting-tab:hover:not(.active) {
    border-color: #cfd4d8;
    background: #f8f9fa;
    color: #000;
}

.tcp-sorting-tab:focus-visible {
    outline: 2px solid var(--tcp-orange);
    outline-offset: 2px;
}

/* Aktif: turuncu çerçeve + çok açık turuncu zemin + turuncu metin/ikon */
.tcp-sorting-tab.active {
    border-color: var(--tcp-orange);
    color: var(--tcp-orange);
}

.tcp-sorting-tab.active i {
    color: var(--tcp-orange);
}

/* —— Tur kartı (hedef görsel 1) —— */
.tcp-tour-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
    margin-bottom: 1rem;
    border: 1px solid #e0e0e0;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.tcp-tour-card:has(.tcp-tour-card__dates-btn.show) {
    z-index: 30;
}

@media (min-width: 992px) {
    .tcp-tour-card {
        display: grid;
        grid-template-columns: minmax(240px, 30%) 1fr 220px;
        align-items: stretch;
    }

    .tcp-tour-card:not(.tcp-tour-card--with-foot) {
        grid-template-rows: minmax(0, auto);
    }

    .tcp-tour-card--with-foot {
        grid-template-rows: minmax(0, auto) auto;
    }

    .tcp-tour-card__col--media {
        grid-column: 1;
        grid-row: 1;
        max-width: none;
        width: auto;
        min-width: 0;
    }

    .tcp-tour-card__col--main {
        grid-column: 2;
        grid-row: 1;
    }

    /* Alt şerit: görsel + orta sütun genişliğinde; ulaşım + Diğer Tur Tarihleri yan yana */
    .tcp-tour-card__main-foot {
        grid-column: 1 / 3;
        grid-row: 2;
        margin-top: 0;
    }

    .tcp-tour-card__col--aside {
        grid-column: 3;
        grid-row: 1;
        flex: unset;
        max-width: none;
        width: auto;
    }

    .tcp-tour-card--with-foot .tcp-tour-card__col--aside {
        grid-row: 1 / -1;
    }
}

/* Sol: görsel — üst satırda; ulaşım şeridi lg+ grid’de 1–2. sütunları kaplar (foto+metin altı) */
.tcp-tour-card__col--media {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    min-height: 0;
    background: #f0f2f5;
}

.tcp-tour-card__media {
    position: relative;
    flex: 1 1 auto;
    min-height: 200px;
    background: #a5b5d9;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

@media (min-width: 992px) {
    .tcp-tour-card__media {
        min-height: 220px;
    }
}

.tcp-tour-card__media picture,
.tcp-tour-card__media img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    display: block;
    flex: 1 1 auto;
}

.tcp-tour-card__media picture img {
    min-height: 200px;
}

.tcp-tour-card__badge {
    position: absolute;
    top: 0.65rem;
    left: 0.65rem;
    background: var(--color-secondary);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    z-index: 1;
    line-height: 1.2;
}

/* Orta sütun: başlık, rota, süre, tur tarihi */
.tcp-tour-card__col--main {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    min-width: 0;
    min-height: 0;
    border-left: 1px solid #e8eaed;
}

@media (max-width: 991.98px) {
    .tcp-tour-card__col--main {
        border-left: none;
        border-top: 1px solid #e8eaed;
    }

    .tcp-tour-card__col--aside {
        border-top: 1px solid #e8eaed;
    }
}

/* Flex yerine grid: Bootstrap .dropdown / genişlik kuralları bazen 2. öğeyi alta iter; 1fr + auto yan yana sabitler */
.tcp-tour-card__main-foot {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 15px;
    padding: 0.65rem 0.75rem 0.85rem;
    background: #fff;
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 1rem;
    min-width: 0;
    overflow: visible;
}

.tcp-tour-card__main-foot > .tcp-tour-card__transport-line {
    justify-self: start;
    min-width: 0;
}

.tcp-tour-card__main-foot > .tcp-tour-card__dates-dd {
    justify-self: start;
    width: max-content;
    max-width: 100%;
}

.tcp-tour-card__transport-line {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #2c5282;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tcp-tour-card__transport-line i {
    color: #2b6cb0;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.tcp-tour-card__dates-dd {
    margin-left: 0;
    position: relative;
    z-index: 6;
    min-width: 0;
}

.tcp-tour-card__dates-dd.show {
    z-index: 40;
}

.tcp-tour-card__dates-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--color-text);
    background: #fff !important;
    border: 1px solid rgba(var(--tcp-orange-rgb), 0.55) !important;
    border-radius: 8px;
    padding: 0.45rem 0.75rem;
    line-height: 1.25;
    width: auto;
    max-width: 100%;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.tcp-tour-card__dates-btn:hover,
.tcp-tour-card__dates-btn:focus,
.tcp-tour-card__dates-btn:focus-visible,
.tcp-tour-card__dates-btn.show {
    color: var(--tcp-orange) !important;
    background: #fffbf8 !important;
    border-color: var(--tcp-orange) !important;
    box-shadow: 0 2px 8px rgba(var(--tcp-orange-rgb), 0.14);
}

.tcp-tour-card__dates-btn.dropdown-toggle::after {
    display: none;
}

.tcp-tour-card__dates-btn .fa-calendar-alt {
    color: var(--tcp-orange);
    font-size: 0.88rem;
    flex-shrink: 0;
}

.tcp-tour-card__dates-btn-caret {
    color: var(--tcp-orange) !important;
    font-size: 0.65rem;
    margin-left: 0.1rem;
    opacity: 0.9;
    flex-shrink: 0;
}

.tcp-tour-card__dates-btn-text {
    flex: 1 1 auto;
    text-align: left;
}

.tcp-tour-card__dates-menu.dropdown-menu {
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0;
    --bs-dropdown-spacer: 0.4rem;
    --bs-dropdown-border-color: #e4e8ec;
    --bs-dropdown-border-radius: 12px;
    --bs-dropdown-box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
    --bs-dropdown-link-color: var(--color-text);
    --bs-dropdown-link-hover-color: var(--color-text);
    --bs-dropdown-link-hover-bg: rgba(var(--tcp-orange-rgb), 0.08);
    --bs-dropdown-link-active-color: var(--color-text);
    --bs-dropdown-link-active-bg: rgba(var(--tcp-orange-rgb), 0.1);

    min-width: min(100%, 300px);
    width: max(100%, 280px);
    max-width: min(300px, calc(100vw - 2rem));
    --tcp-dates-row-h: 2.75rem;
    max-height: min(320px, 50vh);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
    margin-top: 0 !important;
    border: 1px solid #e4e8ec !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow:
        0 16px 40px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(var(--tcp-orange-rgb), 0.08) !important;
    z-index: var(--tcp-dates-menu-z, 1090) !important;
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--tcp-orange-rgb), 0.45) #f1f3f6;
}

.tcp-tour-card__dates-menu::-webkit-scrollbar {
    width: 7px;
}

.tcp-tour-card__dates-menu::-webkit-scrollbar-track {
    background: #f4f6f8;
    border-radius: 0 12px 12px 0;
}

.tcp-tour-card__dates-menu::-webkit-scrollbar-thumb {
    background: rgba(var(--tcp-orange-rgb), 0.35);
    border-radius: 999px;
    border: 2px solid #f4f6f8;
}

.tcp-tour-card__dates-menu > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tcp-dates-menu__header {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 0.7rem 1rem;
    border-bottom: 1px solid #dce3ea;
    background: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.tcp-dates-menu__header-title {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--color-text);
    padding: 0.25rem 1rem;
}

.tcp-tour-card__dates-menu .dropdown-item.tcp-tour-date-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem 1rem;
    width: 100%;
    padding: 0.7rem 1rem;
    font-size: 0.875rem;
    line-height: 1.35;
    color: var(--color-text);
    text-decoration: none;
    white-space: normal;
    border: none;
    border-radius: 0;
    background: transparent;
    transition: background 0.12s ease, color 0.12s ease;
}

.tcp-tour-card__dates-menu > li:not(.tcp-dates-menu__header):not(:last-child) .tcp-tour-date-row {
    border-bottom: 1px solid #f0f2f5;
}

.tcp-tour-card__dates-menu .dropdown-item.tcp-tour-date-row:hover,
.tcp-tour-card__dates-menu .dropdown-item.tcp-tour-date-row:focus {
    background-color: rgba(var(--tcp-orange-rgb), 0.08);
    color: var(--color-text);
}

.tcp-tour-card__dates-menu .dropdown-item.tcp-tour-date-row:active {
    background-color: rgba(var(--tcp-orange-rgb), 0.12);
    color: var(--color-text);
}

.tcp-tour-date-row__date {
    font-weight: 500;
    text-align: left;
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tcp-tour-date-row__price {
    font-size: 1rem;
    font-weight: 700;
    text-align: right;
    flex: 0 0 auto;
    margin-left: auto;
    color: var(--color-text);
    white-space: nowrap;
    font-family: var(--site-body-font-family-system);
}

.tcp-tour-date-row__price small.currency-code {
    font-size: 0.80em;
    font-weight: 700;
}

.tcp-tour-card__dates-menu .dropdown-item.tcp-tour-date-row:hover .tcp-tour-date-row__price,
.tcp-tour-card__dates-menu .dropdown-item.tcp-tour-date-row:focus .tcp-tour-date-row__price {
    color: var(--tcp-orange);
}

.tcp-tour-card__dates-menu .dropdown-item-text {
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
}

/* Masaüstü: menü yalnızca butonun altında; fixed + yüksek z-index (footer üstü) */
@media (min-width: 992px) {
    .tcp-tour-card__dates-menu.dropdown-menu {
        --tcp-dates-menu-z: 1055;
    }

    .tcp-tour-card__dates-menu.dropdown-menu.show {
        margin-top: 0.35rem !important;
    }

    .tcp-tour-card:has(.tcp-tour-card__dates-btn.show) {
        z-index: 40;
    }
}

.tcp-tour-card__body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 1.1rem 0.75rem;
    min-width: 0;
}


.tcp-tour-card__title-block { 
    padding-left: 0;
    margin-bottom: 0.65rem;
}

.tcp-tour-card__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.4rem;
    line-height: 1.3;
}

.tcp-tour-card__title a {
    color: inherit;
    text-decoration: none;
}

.tcp-tour-card__title a:hover {
    color: var(--tcp-orange);
}

.tcp-tour-card__meta {
    font-size: 0.8125rem;
    color: #3d4852;
    margin: 0 0 0.4rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.4;
}

.tcp-tour-card__meta i {
    color: var(--tcp-orange);
    margin-top: 0.12rem;
    width: 1rem;
    text-align: center;
    flex-shrink: 0;
}

.tcp-tour-card__meta--departure {
    margin-top: 0.15rem;
    margin-bottom: 0.35rem;
    font-weight: 600;
}

.tcp-tour-card__meta--route {
    margin-bottom: 0.5rem;
}

/* Sağ: tam yükseklik fiyat + CTA (grid’de 2 satır boyunca) */
.tcp-tour-card__col--aside {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    justify-content: stretch;
    background: #fff;
    min-height: 0;
}

@media (min-width: 992px) {
    .tcp-tour-card__col--aside {
        border-left: 1px solid #e8eaed;
        padding: 1rem 0.85rem;
    }
}

.tcp-tour-card__aside-inner {
    flex: 1 1 auto;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    gap: 0.65rem;
    text-align: center;
    background: transparent;
    min-height: 100%;
}

@media (min-width: 992px) {
    .tcp-tour-card__aside-inner {
        max-width: none;
        width: 100%;
    }
}

.tcp-tour-card__price-panel {
    background: var(--color-bg-muted, #f0f4f8);
    border: 1px dotted var(--color-primary, #ff304f);
    border-radius: 10px;
    padding: 1.75rem 0.65rem 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.tcp-tour-card__price-discount {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: var(--tour-card-price-badge-bg, var(--color-tertiary, #f59e0b));
    color: var(--tour-card-price-badge-fg, #fff);
    letter-spacing: 0.01em;
}

.tcp-tour-card__price-compare {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--color-text-muted, #6b7280);
    text-decoration: line-through;
    line-height: 1.2;
}

.tcp-tour-card__price-compare small.currency-code {
    font-size: 0.85em;
}

.tcp-tour-card__price-current {
    color: var(--color-black-secondary, #1a1a1a);
    line-height: 1.05;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

/* Orijinal + çevrilmiş para birimi — dikey hiyerarşi */
.tcp-tour-card__price-current.money-display--dual,
.tcp-tour-card__price-current:has(.money-display--dual) {
    white-space: normal;
}

.tcp-tour-card__price-current .money-display--dual {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    white-space: nowrap;
}

.tcp-tour-card__price-current .money-display--dual .money-display__primary {
    font-size: 1em;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
}

.tcp-tour-card__price-current .money-display--dual .money-display__secondary {
    display: block;
    font-size: 0.46em;
    font-weight: 500;
    line-height: 1.25;
    color: var(--color-text-muted, #6b7280);
    letter-spacing: 0;
}

.tcp-tour-card__price-current .money-display--dual .money-display__secondary::before,
.tcp-tour-card__price-current .money-display--dual .money-display__secondary::after,
.tcp-tour-card__price-compare .money-display--dual .money-display__secondary::before,
.tcp-tour-card__price-compare .money-display--dual .money-display__secondary::after {
    content: none;
}

.tcp-tour-card__price-current .money-display--dual .money-display__secondary small.currency-code {
    font-size: 0.92em;
    font-weight: 500;
}

.tcp-tour-card__price-compare .money-display--dual {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.08rem;
    font-size: inherit;
    line-height: 1.2;
    white-space: nowrap;
}

.tcp-tour-card__price-compare .money-display--dual .money-display__secondary {
    font-size: 0.85em;
    font-weight: 400;
}

.tcp-tour-card__price-current small.currency-code {
    font-size: 0.55em;
    font-weight: 700;
    margin-left: 0.1em;
}

.tcp-tour-card__price-foot {
    font-size: 0.6875rem;
    font-weight: 500;
    color: var(--color-text-muted, #6b7280);
    margin: 0.15rem 0 0;
    line-height: 1.3;
}

.tcp-tour-card__price-panel--placeholder {
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
}

.tcp-tour-card__aside-inner .site-tour-no-price-panel {
    width: 100%;
}

.tcp-tour-card__aside-inner .tcp-btn-inspect {
    margin-top: auto;
}

.tcp-btn-inspect {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    font-weight: 700;
    font-size: 0.875rem;
    background: var(--tcp-orange);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 0.6rem 0.85rem;
    text-align: center;
    text-decoration: none;
    transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
    box-shadow: 0 2px 10px rgba(var(--tcp-orange-rgb), 0.28);
    flex-shrink: 0;
}

.tcp-btn-inspect__icon {
    font-size: 0.8rem;
    opacity: 0.95;
} 

.tcp-btn-inspect:hover {
    background: var(--tcp-orange-hover);
    color: #fff;
    transform: translateY(-1px);
}

.tcp-filter-sidebar .form-check-input:checked {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

/* —— Sayfalama (tema: turuncu aktif, pill köşe) —— */
.tcp-pagination {
    margin: 1.5rem 0 0.5rem;
    padding-top: 0.25rem;
}

.tcp-pagination__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tcp-pagination__item {
    margin: 0;
}

.tcp-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.7rem;
    border: 1px solid #dce3ea;
    border-radius: 8px;
    background: #fff;
    color: var(--color-text);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.tcp-pagination__link:hover {
    border-color: var(--tcp-orange);
    color: var(--tcp-orange);
    background: #fffbf8;
    box-shadow: 0 2px 6px rgba(var(--tcp-orange-rgb), 0.12);
}

.tcp-pagination__link:focus-visible {
    outline: 2px solid var(--tcp-orange);
    outline-offset: 2px;
}

.tcp-pagination__item.is-active .tcp-pagination__link {
    background: var(--tcp-orange);
    border-color: var(--tcp-orange);
    color: #fff;
    box-shadow: 0 2px 10px rgba(var(--tcp-orange-rgb), 0.28);
    cursor: default;
    pointer-events: none;
}

.tcp-pagination__item.is-active .tcp-pagination__link:hover {
    background: var(--tcp-orange);
    border-color: var(--tcp-orange);
    color: #fff;
}

.tcp-pagination__item.is-ellipsis {
    pointer-events: none;
}

.tcp-pagination__ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    height: 2.5rem;
    padding: 0 0.25rem;
    color: #9ca3af;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    user-select: none;
}

.tcp-pagination__item.is-nav .tcp-pagination__link {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
}

/* ── Boş kategori durumu ─────────────────────────────────────── */
.tcp-results-toolbar--empty .tcp-results-header {
    margin-bottom: 0;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid #eceff2;
}

.tcp-results-empty {
    padding: 1.5rem 1.5rem 1.25rem;
    margin-bottom: 1.75rem;
}

/* Kategori başlık kutusu (toolbar) içinde: sarı vurgulu blok */
.tcp-results-empty--in-toolbar {
    margin: 0.75rem 0 0;
    padding: 1rem 1.1rem 1.1rem;
    border-radius: 8px;
    border: 1px solid #f0e0b8;
    background: linear-gradient(180deg, #fffbf2 0%, #fff6e0 100%);
    text-align: left;
}

.tcp-results-empty--in-toolbar .tcp-results-empty__title {
    text-align: left;
}

.tcp-results-empty--in-toolbar .tcp-results-empty__text {
    margin-bottom: 0.85rem;
}

.tcp-results-empty--in-toolbar .tcp-results-empty__actions .tcp-sorting-tab {
    text-decoration: none;
}

.tcp-results-empty--boxed {
    border: 1px solid var(--tcp-border);
    border-radius: 10px;
    background: #fafbfc;
}

.tcp-results-empty__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 0.4rem;
    line-height: 1.4;
}

.tcp-results-empty__text {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0 0 1rem;
    line-height: 1.55;
}

.tcp-results-empty__actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

/* ── Önerilen turlar başlığı ──────────────────────────────────── */
.tcp-suggested-tours {
    margin-top: 0.25rem;
}

.tcp-suggested-tours__header {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--tcp-border);
}

.tcp-suggested-tours__heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 0.15rem;
}

.tcp-suggested-tours__sub {
    font-size: 0.8rem;
    color: #9499a5;
    margin: 0;
}

/* ── Sonuç yok: sol yönlendirme paneli (filtre yerine) ───────── */
.tcp-guidance {
    border: 1px solid var(--tcp-border) !important;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.tcp-guidance__intro {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.tcp-guidance__headline {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--color-text);
    line-height: 1.35;
}

.tcp-guidance__emoji {
    font-style: normal;
}

.tcp-guidance__sub {
    font-size: 0.88rem;
    color: #5c6470;
    font-weight: 600;
}

.tcp-guidance__section-title {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #7a8494;
    margin: 0 0 0.65rem;
}

.tcp-guidance__section-title--small {
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.85rem;
    color: var(--color-text);
}

.tcp-guidance__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.tcp-guidance__chip {
    border-radius: 999px !important;
    font-weight: 600 !important;
    padding: 0.35rem 0.85rem !important;
    border: 1px solid #dce3ea !important;
    background: #fff !important;
    color: var(--color-text) !important;
}

.tcp-guidance__chip:hover {
    border-color: var(--tcp-orange) !important;
    color: #c87f0a !important;
    background: #fffbf2 !important;
}

.tcp-guidance__chip--muted {
    font-weight: 600 !important;
    background: #f4f7fa !important;
}

.tcp-guidance__list li {
    margin-bottom: 0.35rem;
}

.tcp-guidance__link {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f4a8c;
    text-decoration: none;
}

.tcp-guidance__link:hover {
    text-decoration: underline;
}

.tcp-guidance__popular li {
    margin-bottom: 0.45rem;
}

.tcp-guidance__popular-link {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--color-text);
    text-decoration: none;
}

.tcp-guidance__popular-link:hover {
    color: var(--tcp-orange-hover);
}

.tcp-guidance__popular-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--tcp-orange);
    margin-top: 0.4rem;
    flex-shrink: 0;
}

.tcp-guidance__cta {
    border-radius: 8px;
    padding: 0.85rem 1rem;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.tcp-guidance__cta-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: #14532d;
    margin: 0;
}

.tcp-guidance__cta-text {
    margin: 0;
}

.tcp-guidance__wa-btn {
    font-weight: 700 !important;
}

.tcp-guidance__inline-link {
    font-weight: 600;
    color: #0f4a8c;
}

/* ── Sonuç bulunamadı durumu ──────────────────────────────────── */
.tcp-no-results {
    padding: 2rem 0 3rem;
}

.tcp-no-results__alert {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    background: #fff8f0;
    border: 1px solid #fde8c8;
    border-left: 4px solid var(--tcp-orange);
    border-radius: 10px;
    padding: 1.5rem 1.75rem;
    margin-bottom: 2.5rem;
}

.tcp-no-results__icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: var(--tcp-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
}

.tcp-no-results__body {
    flex: 1;
}

.tcp-no-results__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 0.35rem;
}

.tcp-no-results__summary {
    font-size: 0.92rem;
    color: #555;
    margin: 0 0 0.4rem;
}

.tcp-no-results__hint {
    font-size: 0.9rem;
    color: #777;
    margin: 0 0 0.75rem;
}

.tcp-no-results__reset {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--tcp-orange);
    text-decoration: none;
    border: 1px solid var(--tcp-orange);
    border-radius: 6px;
    padding: 0.3rem 0.85rem;
    transition: background 0.15s, color 0.15s;
}

.tcp-no-results__reset:hover {
    background: var(--tcp-orange);
    color: #fff;
}

.tcp-no-results__cat-heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 1.25rem;
}

.tcp-no-results__cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
}

.tcp-no-results__cat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    border: 1px solid var(--tcp-border);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--tcp-card-shadow);
    transition: transform 0.15s, box-shadow 0.15s;
}

.tcp-no-results__cat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(44, 62, 80, 0.13);
}

.tcp-no-results__cat-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.tcp-no-results__cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tcp-no-results__cat-name {
    padding: 0.6rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-text);
    text-align: center;
    line-height: 1.3;
}

@media (max-width: 480px) {
    .tcp-no-results__alert {
        flex-direction: column;
        gap: 0.75rem;
    }
    .tcp-no-results__cat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobil: sonuçlar önce, filtre çekmecede */
@media (max-width: 991.98px) {
    .tcp-page {
        padding-bottom: 1.5rem;
    }

    .tcp-layout {
        padding-top: 0.75rem;
    }

    .tcp-layout__row {
        display: flex;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

    .tcp-results-main {
        order: 1;
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
    }

    .tcp-filter-aside {
        order: 2;
        display: none;
        width: 0;
        max-width: 0;
        flex: 0 0 0;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden;
    }

    .tcp-mobile-toggle-buttons {
        display: inline-flex;
        align-items: stretch;
        gap: 0.4rem;
    }

    .tcp-toggle-btn__label {
        display: inline;
    }

    .tcp-filter-overlay {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 1040;
        background: rgba(15, 23, 42, 0.5);
        -webkit-tap-highlight-color: transparent;
    }

    .tcp-filter-overlay.is-visible {
        display: block;
    }

    .tcp-close-filter {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        padding: 0;
        border: none;
        border-radius: 6px;
        background: transparent;
        color: #6c757d;
        font-size: 1.1rem;
        cursor: pointer;
    }

    .tcp-close-filter:hover {
        color: var(--color-text);
        background: #f4f6f8;
    }

    .tcp-page.tcp-filter-panel-open .tcp-filter-aside {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1050;
        width: min(340px, 92vw);
        max-width: 92vw;
        flex: none;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible;
        transform: translateX(0);
        animation: tcp-filter-slide-in 0.28s ease;
    }

    @keyframes tcp-filter-slide-in {
        from {
            transform: translateX(-100%);
        }
        to {
            transform: translateX(0);
        }
    }

    .tcp-page.tcp-filter-panel-open form.tcp-filter-sidebar {
        display: flex;
        flex-direction: column;
        height: 100dvh;
        max-height: 100dvh;
        margin: 0;
        border-radius: 0;
        border-left: none;
        border-top: none;
        border-bottom: none;
        position: static;
        top: auto;
        overflow: hidden;
        padding: 0;
    }

    .tcp-page.tcp-filter-panel-open .tcp-filter-sidebar__head {
        flex-shrink: 0;
        margin: 0;
        padding: 0.85rem 1rem;
        border-bottom: 1px solid var(--tcp-border);
    }

    .tcp-page.tcp-filter-panel-open .tcp-filter-sidebar__scroll {
        flex: 1 1 auto;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0.75rem 1rem 0.5rem;
    }

    .tcp-page.tcp-filter-panel-open .tcp-filter-mobile-footer {
        display: block;
        flex-shrink: 0;
        padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
        border-top: 1px solid var(--tcp-border);
        background: #fff;
        box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.08);
    }

    .tcp-filter-mobile-footer__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 48px;
        padding: 0.65rem 1rem;
        border: none;
        border-radius: 8px;
        background: var(--tcp-orange);
        color: #fff;
        font-size: 0.95rem;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.15s ease;
    }

    .tcp-filter-mobile-footer__btn:hover {
        background: var(--tcp-orange-hover);
    }

    .tcp-sorting-tabs {
        display: none;
        margin-top: 0.25rem;
    }

    .tcp-page.tcp-sort-panel-open .tcp-sorting-tabs {
        display: flex;
    }

    .tcp-results-toolbar {
        padding: 1rem 1rem 0.85rem;
        margin-bottom: 1rem;
        border-radius: 10px;
    }

    .tcp-results-header {
        gap: 0.5rem;
        margin-bottom: 0.85rem;
    }

    .tcp-results-title {
        font-size: 1.2rem;
        line-height: 1.35;
    }

    .tcp-tour-count {
        font-size: 0.875rem;
    }

    .tcp-active-filters {
        margin-bottom: 0.75rem;
        padding: 0.65rem 0.75rem;
    }

    .tcp-active-filters__head {
        margin-bottom: 0.5rem;
    }

    .tcp-breadcrumbs-nav {
        justify-content: center;
    }

    .tcp-breadcrumbs {
        justify-content: center;
        text-align: center;
        font-size: 0.75rem;
        gap: 0.15rem 0.4rem;
    }

    .tcp-breadcrumbs-wrap {
        padding-top: 0.35rem;
        padding-bottom: 0.2rem;
    }

    .tcp-search-module-wrap .module-search__inner--acentago {
        padding-top: 0.65rem !important;
        padding-bottom: 0.65rem !important;
    }

    .module-search.module-search--acentago-strip .search-input-wrapper,
    .module-search.module-search--acentago-strip .btn.btn-search {
        min-height: 48px !important;
    }

    .module-search.module-search--acentago-strip .col-md-5,
    .module-search.module-search--acentago-strip .col-md-3,
    .module-search.module-search--acentago-strip .col-md-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tcp-results-list .tcp-tour-card {
        margin-bottom: 0.85rem;
    }

    /* Mobil kart: flex yerine açık grid — uzun başlıkta ana sütun küçülüp fiyat satırı metnin üstüne binmesin */
    .tcp-tour-card {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-auto-rows: auto;
        align-items: start;
    }

    .tcp-tour-card__col--media {
        grid-column: 1;
        grid-row: 1;
    }

    .tcp-tour-card__col--main {
        grid-column: 1;
        grid-row: 2;
        flex: none;
        min-height: auto;
        align-self: stretch;
    }

    .tcp-tour-card__main-foot {
        grid-column: 1;
        grid-row: 3;
        grid-template-columns: 1fr;
        gap: 0.55rem;
        padding: 0.65rem 1rem 0.75rem;
    }

    .tcp-tour-card__col--aside {
        grid-column: 1;
        grid-row: 3;
        padding: 0.85rem 1rem;
        background: #f8f9fb;
        border-top: 1px solid #e4e8ed;
        position: relative;
        z-index: 1;
    }

    .tcp-tour-card:has(.tcp-tour-card__main-foot) .tcp-tour-card__col--aside {
        grid-row: 4;
    }

    .tcp-tour-card__body {
        flex: none;
        padding: 0.85rem 1rem 0.65rem;
    }

    .tcp-tour-card__title-block {
        margin-bottom: 0.5rem;
    }

    .tcp-tour-card__title {
        font-size: 1.0625rem;
        line-height: 1.35;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        overflow: hidden;
        word-break: break-word;
    }

    .tcp-tour-card__meta {
        font-size: 0.78rem;
        margin-bottom: 0.32rem;
        gap: 0.4rem;
    }

    .tcp-tour-card__meta:last-child {
        margin-bottom: 0;
    }

    .tcp-tour-card__main-foot > .tcp-tour-card__dates-dd {
        width: 100%;
        max-width: 100%;
    }

    /* Mobilde Popper yukarı flip etmesin — liste akışta butonun altında açılır */
    .tcp-tour-card__dates-dd[data-tcp-dates-static='1'] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .tcp-tour-card__dates-dd[data-tcp-dates-static='1'] .tcp-tour-card__dates-menu.dropdown-menu {
        position: static !important;
        inset: auto !important;
        transform: none !important;
        float: none;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin-top: 0.35rem !important;
    }

    .tcp-tour-card__dates-btn {
        width: 100%;
        justify-content: center;
    }

    .tcp-tour-card__dates-menu.dropdown-menu {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .tcp-tour-card__dates-menu.dropdown-menu.show {
        margin-top: 0.35rem !important;
    }

    .tcp-tour-card:has(.tcp-tour-card__dates-dd.show) .tcp-tour-card__main-foot {
        position: relative;
        z-index: 2;
    }

    .tcp-toggle-btn {
        min-height: 2.65rem;
        font-size: 0.8125rem;
    }

    /* Kart altı: fiyat + Turu İncele — ayrı footer şeridi */
    .tcp-tour-card__aside-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 0.5rem 0.75rem;
        max-width: none;
        min-height: 0;
        text-align: left;
    }

    .tcp-tour-card__price-panel {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        align-items: flex-start;
        justify-content: center;
        gap: 0.12rem;
        text-align: left;
    }

    .tcp-tour-card__price-discount {
        font-size: 0.625rem;
        padding: 0.15rem 0.45rem;
        margin-bottom: 0.1rem;
    }

    .tcp-tour-card__price-compare {
        font-size: 0.75rem;
    }

    .tcp-tour-card__price-current {
        font-size: 1.75rem;
        font-weight: 800;
        line-height: 1.08;
        letter-spacing: -0.02em;
    }

    .tcp-tour-card__price-current .money-display--dual {
        align-items: flex-start;
        gap: 0.12rem;
    }

    .tcp-tour-card__price-current .money-display--dual .money-display__secondary {
        font-size: 0.5em;
    }

    .tcp-tour-card__price-foot {
        margin: 0;
        font-size: 0.65rem;
        line-height: 1.25;
        color: #7a8494;
    }

    .tcp-tour-card__aside-inner .site-tour-no-price-panel__title {
        font-size: 0.9375rem;
        text-align: left;
    }

    .tcp-tour-card__aside-inner .site-tour-no-price-panel__cta {
        font-size: 0.65rem;
        text-align: left;
    }

    .tcp-tour-card__aside-inner .tcp-btn-inspect {
        margin-top: 0;
        align-self: center;
        justify-self: end;
        width: auto;
        min-width: 7.75rem;
        max-width: 11.5rem;
        padding: 0.72rem 0.75rem;
        font-size: 0.8125rem;
        line-height: 1.2;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(var(--tcp-orange-rgb), 0.24);
    }

    .tcp-tour-card__aside-inner:not(:has(.tcp-tour-card__price-panel)) {
        display: flex;
        flex-direction: column;
    }

    .tcp-tour-card__aside-inner:not(:has(.tcp-tour-card__price-panel)) .tcp-btn-inspect {
        width: 100%;
        max-width: none;
    }

    .tcp-pagination {
        margin-top: 1.25rem;
    }

    .tcp-pagination__link {
        min-width: 2.65rem;
        height: 2.65rem;
        font-size: 0.8125rem;
    }
}

@media (max-width: 400px) {
    .tcp-tour-card__aside-inner {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .tcp-tour-card__aside-inner .tcp-btn-inspect {
        width: 100%;
        max-width: none;
        min-width: 0;
    }
}

@media (min-width: 992px) {
    .tcp-results-header {
        align-items: flex-start;
        text-align: left;
    }

    .tcp-results-title {
        text-align: left;
    }

    .tcp-results-meta {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .tcp-active-filters__list {
        justify-content: flex-start;
    }

    .tcp-mobile-toggle-buttons,
    .tcp-filter-overlay,
    .tcp-close-filter,
    .tcp-filter-mobile-footer {
        display: none !important;
    }

    .tcp-filter-aside {
        display: block;
    }
}

/* Mobil footer yalnızca çekmece açıkken anlamlı; kapalıyken gizli */
.tcp-filter-mobile-footer {
    display: none;
}

/* Otel kategori kartı — görsel yokken placeholder */
.tcp-hotel-card .tcp-tour-card__picture--placeholder {
    display: block;
    width: 100%;
    min-height: 100%;
    background: linear-gradient(145deg, #eef2f6 0%, #dfe6ee 100%);
}

/* Otel kategori — dikey grid kartları */
.tcp-results-list--hotel-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
}

@media (min-width: 768px) {
    .tcp-results-list--hotel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .tcp-results-list--hotel-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

/* ── Hotel tile kartı — yeniden tasarım ─────────────────────── */
.hotel-card-tile {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 14px;
    box-shadow: 0 1px 8px rgba(15, 23, 42, 0.07), 0 0 1px rgba(15, 23, 42, 0.05);
    overflow: hidden;
    min-width: 0;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    position: relative;
}

.hotel-card-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14), 0 0 1px rgba(15, 23, 42, 0.07);
}

/* Görsel bağlantı */
.hotel-card-tile__media-link {
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

/* Görsel sarıcı */
.hotel-card-tile__media {
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}

.hotel-card-tile__img-wrap {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef2f6;
    display: block;
}

.hotel-card-tile__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hotel-card-tile:hover .hotel-card-tile__img {
    transform: scale(1.06);
}

.hotel-card-tile__img--placeholder {
    object-fit: cover;
    background: #eef2f6;
}

.hotel-card-tile:hover .hotel-card-tile__img--placeholder {
    transform: none;
}

/* Rozet */
.hotel-card-tile__badge {
    position: absolute;
    top: 0.65rem;
    left: 0.65rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: var(--tcp-orange);
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.2;
    box-shadow: 0 2px 8px rgba(var(--tcp-orange-rgb), 0.4);
}

/* Görsel alt: gradient + konum etiketi */
.hotel-card-tile__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 0.85rem 0.65rem;
    background: linear-gradient(to top, rgba(10, 15, 30, 0.75) 0%, transparent 100%);
    pointer-events: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.5rem;
}

.hotel-card-tile__overlay-location {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.hotel-card-tile__overlay-location i {
    font-size: 0.7rem;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.9);
}

.hotel-card-tile__overlay-stars {
    display: inline-flex;
    align-items: center;
    gap: 0.18rem;
    margin-left: auto;
}

.hotel-card-tile__overlay-stars .fas.fa-star {
    font-size: 0.75rem;
    color: #fff;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
}

.hotel-card-tile__overlay-star-text {
    font-size: 0.72rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    margin-left: 0.2rem;
}

/* Kart gövdesi */
.hotel-card-tile__body {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.9rem 1rem 0.65rem;
    flex: 1 1 auto;
    min-width: 0;
}

/* Yıldız satırı */
.hotel-card-tile__stars {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    flex-wrap: nowrap;
    line-height: 1;
    margin-bottom: 0.05rem;
}

.hotel-card-tile__stars .fas.fa-star {
    font-size: 0.72rem;
    color: #f5a623;
}

.hotel-card-tile__stars .far.fa-star {
    font-size: 0.72rem;
    color: #d1d5db;
}

.hotel-card-tile__star-label {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--color-text-muted);
    margin-left: 0.3rem;
}

/* Başlık */
.hotel-card-tile__title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    color: #1a1a2e;
}

.hotel-card-tile__title a {
    color: inherit;
    text-decoration: none;
}

.hotel-card-tile__title a:hover {
    color: var(--tcp-orange);
}

/* Meta — konum */
.hotel-card-tile__meta {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.35;
    color: var(--color-text-muted);
}

.hotel-card-tile__meta i {
    flex-shrink: 0;
    width: 0.9rem;
    margin-top: 0.12rem;
    text-align: center;
    color: var(--color-primary);
    font-size: 0.75rem;
}

/* Pill etiketleri */
.hotel-card-tile__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 0.15rem;
}

.hotel-card-tile__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0.22rem 0.55rem;
    border-radius: 999px;
    border: 1px solid #e8ecf1;
    background: #f8fafc;
    color: #4b5563;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotel-card-tile__tag i {
    font-size: 0.65rem;
    color: var(--tcp-orange);
    flex-shrink: 0;
}

.hotel-card-tile__tag--meal {
    background: #fff8f0;
    border-color: rgba(var(--tcp-orange-rgb), 0.2);
    color: #7c3d0e;
}

.hotel-card-tile__tag--meal i {
    color: var(--tcp-orange);
}

/* Footer */
.hotel-card-tile__footer {
    padding: 0.75rem 1rem 1rem;
    border-top: 1px solid #f0f2f6;
    flex-shrink: 0;
    margin-top: auto;
}

.hotel-card-tile__footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.hotel-card-tile__price-block {
    flex: 1 1 auto;
    min-width: 0;
}

.hotel-card-tile__price-discount {
    display: inline-block;
    margin-bottom: 0.15rem;
    padding: 0.12rem 0.45rem;
    border-radius: 4px;
    background: rgba(var(--tcp-orange-rgb), 0.1);
    color: var(--tcp-orange);
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.2;
}

.hotel-card-tile__price-compare {
    display: block;
    font-size: 0.75rem;
    color: #9ca3af;
    text-decoration: line-through;
    line-height: 1.2;
}

.hotel-card-tile__price-current {
    font-size: 1.125rem;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.hotel-card-tile__price-foot {
    margin: 0.1rem 0 0;
    font-size: 0.6875rem;
    color: var(--color-text-muted);
    line-height: 1.3;
}

/* No-price panel adaptasyonu */
.hotel-card-tile__footer .site-tour-no-price-panel.hotel-card-tile__no-price {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    flex: 1 1 auto;
    min-width: 0;
    align-items: flex-start;
    text-align: left;
    gap: 0.18rem;
}

.hotel-card-tile__footer .site-tour-no-price-panel.hotel-card-tile__no-price .site-tour-no-price-panel__title {
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.3;
    color: #374151;
    margin: 0;
    letter-spacing: 0;
}

.hotel-card-tile__footer .site-tour-no-price-panel.hotel-card-tile__no-price .site-tour-no-price-panel__cta {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--tcp-orange);
    text-decoration: none;
    padding: 0;
    border: none;
    background: none;
    text-align: left;
    line-height: 1.35;
}

.hotel-card-tile__footer .site-tour-no-price-panel.hotel-card-tile__no-price .site-tour-no-price-panel__cta br {
    display: none;
}

/* CTA butonu */
.hotel-card-tile__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    flex-shrink: 0;
    min-width: 7.5rem;
    padding: 0.6rem 0.9rem;
    border-radius: 8px;
    background: var(--tcp-orange);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    border: 1.5px solid transparent;
    box-shadow: 0 2px 10px rgba(var(--tcp-orange-rgb), 0.28);
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    white-space: nowrap;
}

.hotel-card-tile__cta:hover {
    background: var(--tcp-orange-hover);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(var(--tcp-orange-rgb), 0.38);
}

.hotel-card-tile__cta--outline {
    background: transparent;
    color: var(--tcp-orange);
    border-color: var(--tcp-orange);
    box-shadow: none;
}

.hotel-card-tile__cta--outline:hover {
    background: var(--tcp-orange);
    color: #fff;
    box-shadow: 0 4px 14px rgba(var(--tcp-orange-rgb), 0.3);
}

.hotel-card-tile__cta-icon {
    font-size: 0.7rem;
    opacity: 0.95;
}

@media (max-width: 575.98px) {
    .hotel-card-tile__footer-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .hotel-card-tile__cta,
    .hotel-card-tile__cta--outline {
        width: 100%;
        min-width: 0;
    }
}

.tcp-page--hotel-category .tcp-results-subtitle {
    font-size: 0.95rem;
    margin-top: 0.35rem;
}
