.ttbb-brand-title {
    display: inline-block;
    padding: 25px 0 0 80px;
}

.ttbb-nav-search {
    margin-left: 16px;
}

.ttbb-nav-search a {
    background: linear-gradient(90deg, #f0592b, #ff7a45);
    border: 0 !important;
    border-radius: 30px;
    color: #fff !important;
    box-shadow: 0 6px 16px rgba(240, 89, 43, .35);
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.ttbb-nav-search a:hover {
    filter: brightness(1.06);
}

/* ---------- festive announcement ribbon ---------- */
/* The theme header is position:fixed;top:0 — pin the ribbon above it and drop
   the header by the ribbon's height so both stay visible while scrolling. */
.ttbb-ribbon {
    background: linear-gradient(90deg, #e8562a, #f2803a);
    color: #fff;
    font-size: 13px;
    height: 34px;
    left: 0;
    letter-spacing: .2px;
    line-height: 18px;
    padding: 8px 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 101;
}

.ttbb-ribbon b {
    font-weight: 700;
}

header.color-1 {
    top: 34px;
}

@media (max-width: 767px) {
    .ttbb-ribbon {
        font-size: 11px;
    }

    .ttbb-ribbon span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
}

/* ---------- inner page banners (search / browse / discovery) ----------
   The ported template ships a tiny, washed-out stock jpg that reads as a dull
   grey bar. Replace it with a festive warm gradient and keep the old image only
   as a faint texture; nudge the centred content clear of the fixed header. */
.inner-banner {
    background: linear-gradient(120deg, #e0562b 0%, #c0397a 58%, #7a2e86 100%);
    overflow: hidden;
}

.inner-banner .center-image {
    object-fit: cover;
    opacity: .15;
}

.inner-banner .vertical-align {
    margin-top: 30px;
}

.inner-banner .banner-breadcrumb a,
.inner-banner .banner-breadcrumb .link-blue-2 {
    color: rgba(255, 255, 255, .82);
}

.inner-banner .banner-breadcrumb .color-blue-2 {
    color: #ffd9a8;
}

/* ---------- homepage hero search bar ---------- */
.ttbb-hero-search {
    background: linear-gradient(120deg, #1f2d3d 0%, #2c3e50 100%);
    padding: 26px 0;
    position: relative;
    z-index: 5;
}

.ttbb-hs-form {
    align-items: flex-end;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 18px;
}

.ttbb-hs-field {
    display: flex;
    flex: 1 1 220px;
    flex-direction: column;
    min-width: 0;
}

.ttbb-hs-field label {
    color: #f0592b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    margin: 0 0 7px 4px;
    text-transform: uppercase;
}

.ttbb-hs-field label .fa {
    margin-right: 5px;
}

.ttbb-hs-field select,
.ttbb-hs-field input {
    -webkit-appearance: none;
    appearance: none;
    background: #f7f9fb;
    border: 1px solid #e2e6ea;
    border-radius: 10px;
    color: #2c3038;
    font-size: 15px;
    height: 52px;
    padding: 0 16px;
    width: 100%;
}

.ttbb-hs-dest select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23f0592b' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-position: right 16px center;
    background-repeat: no-repeat;
    padding-right: 38px;
}

.ttbb-hs-field select:focus,
.ttbb-hs-field input:focus {
    background: #fff;
    border-color: #f0592b;
    box-shadow: 0 0 0 3px rgba(240, 89, 43, .12);
    outline: none;
}

.ttbb-hs-btn {
    background: linear-gradient(90deg, #f0592b, #ff7a45);
    border: 0;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(240, 89, 43, .35);
    color: #fff;
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 700;
    height: 52px;
    padding: 0 30px;
    transition: transform .15s ease, box-shadow .15s ease;
    white-space: nowrap;
}

.ttbb-hs-btn:hover {
    box-shadow: 0 12px 26px rgba(240, 89, 43, .45);
    transform: translateY(-1px);
}

.ttbb-hs-btn .fa {
    margin-right: 7px;
}

@media (max-width: 767px) {
    .ttbb-hs-form {
        align-items: stretch;
        flex-direction: column;
    }

    .ttbb-hs-btn {
        width: 100%;
    }
}

.ttbb-ad-slot {
    background: #fff;
    border: 1px solid #dce4e8;
    border-radius: 6px;
    color: #8a98a8;
    margin-bottom: 30px;
    padding: 12px;
    text-align: center;
}

.ttbb-ad-label {
    display: block;
    font-size: 10px;
    letter-spacing: .08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ttbb-ad-box {
    align-items: center;
    background: repeating-linear-gradient(135deg, #f6fafb 0, #f6fafb 10px, #eef4f6 10px, #eef4f6 20px);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 250px;
}

.ttbb-ad-title {
    color: #455a64;
    font-weight: 700;
}

.ttbb-ad-copy {
    font-size: 12px;
    margin-top: 4px;
}

.ttbb-ad-slot-search-inline .ttbb-ad-box {
    min-height: 110px;
}

.ttbb-result-summary {
    margin-bottom: 24px;
}

.ttbb-filter-chips {
    margin-top: 12px;
}

.ttbb-filter-chip {
    background: #fff;
    border: 1px solid #dce4e8;
    border-radius: 30px;
    color: #455a64;
    display: inline-block;
    font-size: 12px;
    margin: 0 8px 8px 0;
    padding: 7px 13px;
}

.ttbb-discovery-intro {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.ttbb-discovery-lede {
    border-left: 4px solid #23b6c7;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(34, 50, 58, .08);
    min-height: 250px;
    padding: 34px;
}

.ttbb-discovery-lede h2 {
    color: #222;
    font-size: 28px;
    line-height: 1.28;
    margin-bottom: 14px;
}

.ttbb-discovery-lede p {
    color: #667783;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.ttbb-discovery-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.ttbb-text-link {
    color: #23b6c7;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.ttbb-discovery-grid {
    margin-top: 4px;
}

.ttbb-discovery-card {
    border: 1px solid #edf1f3;
    border-radius: 6px;
    box-shadow: 0 8px 26px rgba(34, 50, 58, .08);
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

.ttbb-discovery-card:hover,
.ttbb-discovery-card:focus {
    box-shadow: 0 16px 38px rgba(34, 50, 58, .14);
    text-decoration: none;
    transform: translateY(-2px);
}

.ttbb-discovery-photo {
    background-position: center;
    background-size: cover;
    display: block;
    height: 170px;
    overflow: hidden;
    position: relative;
}

.ttbb-discovery-photo:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .28));
    content: "";
    inset: 0;
    position: absolute;
}

/* Festive gradient tiles (the template ships solid-grey placeholder jpgs). */
.ttbb-discovery-photo.dphoto-1 { background: linear-gradient(135deg, #f0592b, #ff8a4c); }
.ttbb-discovery-photo.dphoto-2 { background: linear-gradient(135deg, #1fa2a9, #23b6c7); }
.ttbb-discovery-photo.dphoto-3 { background: linear-gradient(135deg, #7a2e86, #b0468f); }
.ttbb-discovery-photo.dphoto-4 { background: linear-gradient(135deg, #e8562a, #c0397a); }
.ttbb-discovery-photo.dphoto-5 { background: linear-gradient(135deg, #e0913a, #7fa06b); }
.ttbb-discovery-photo.dphoto-6 { background: linear-gradient(135deg, #2c5364, #3a7bd5); }

/* Real country hero photo (reused from the homepage set, or fetched to match). */
.ttbb-discovery-photo.ttbb-photo-real { background-size: cover; background-position: center; }
.ttbb-discovery-photo.ttbb-photo-real:after { background: linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .45)); }

.ttbb-discovery-body {
    display: block;
    min-height: 205px;
    padding: 24px;
}

.ttbb-discovery-mark {
    align-items: center;
    background: #23b6c7;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    left: 20px;
    position: absolute;
    top: 18px;
    width: 48px;
    z-index: 1;
}

.ttbb-discovery-meta {
    color: #23b6c7;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.ttbb-discovery-title {
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ttbb-discovery-copy {
    color: #667783;
    display: block;
    font-size: 14px;
    line-height: 1.55;
}

.ttbb-discovery-count {
    background: rgba(255, 255, 255, .92);
    border-radius: 30px;
    bottom: 18px;
    color: #455a64;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 12px;
    position: absolute;
    right: 18px;
    text-transform: uppercase;
    z-index: 1;
}

.ttbb-discovery-cta {
    color: #23b6c7;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 18px;
    text-transform: uppercase;
}

.ttbb-discovery-cta .fa {
    margin-left: 6px;
}

.ttbb-info-panel {
    border-radius: 6px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .06);
    margin-bottom: 30px;
    padding: 34px;
}

.ttbb-kicker {
    color: #23b6c7;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.ttbb-submit-preview {
    margin-bottom: 20px;
    margin-top: 22px;
}

.ttbb-preview-line {
    background: #f4f7f9;
    border-radius: 6px;
    color: #455a64;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 14px 16px;
}

.ttbb-preview-line .fa {
    color: #23b6c7;
    margin-right: 8px;
}

@media (max-width: 991px) {
    .ttbb-nav-search {
        margin-left: 0;
    }

    .ttbb-ad-slot-search-rail {
        display: none;
    }

    .ttbb-discovery-intro {
        display: block;
    }
}

@media (max-width: 767px) {
    .ttbb-brand-title {
        padding-left: 20px;
    }

    .ttbb-ad-box {
        min-height: 120px;
    }

    .ttbb-discovery-lede {
        min-height: 0;
        padding: 26px;
    }

    .ttbb-discovery-lede h2 {
        font-size: 24px;
    }

    .ttbb-discovery-body {
        min-height: 0;
    }
}
