.sb-destination-page {
    padding: 24px 0 50px;
}

.sb-breadcrumb {
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.sb-breadcrumb a {
    color: #777;
    text-decoration: none;
}

.sb-top-search {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 180px;
    gap: 12px;
    align-items: stretch;
    margin-bottom: 28px;
}

.sb-top-search__item {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 12px 16px;
    min-height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sb-top-search__item label {
    font-size: 12px;
    text-transform: uppercase;
    color: #7b7b7b;
    margin-bottom: 6px;
    font-weight: 600;
}

.sb-top-search__value,
.sb-top-search select,
.sb-top-search input[type="date"] {
    font-size: 15px;
    color: #222;
    border: 0;
    outline: none;
    background: transparent;
    padding: 0;
    width: 100%;
    box-shadow: none;
}

.sb-top-search__action button {
    width: 100%;
    height: 100%;
    min-height: 74px;
    border: 1px solid #126b0c;
    background: #fff;
    color: #126b0c;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s;
}

.sb-top-search__action button:hover {
    background: #126b0c;
    color: #fff;
}

.sb-results-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 20px;
}

.sb-filter-box {
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 16px;
}

.sb-filter-box__title {
    font-size: 18px;
    font-weight: 700;
    color: #555;
    padding: 14px 16px;
    border-bottom: 1px solid #e8e8e8;
}

.sb-filter-box__body,
.sb-filter-group {
    padding: 14px 16px;
}

.sb-filter-group {
    border-top: 1px solid #efefef;
}

.sb-filter-group__heading {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #6a6a6a;
    margin-bottom: 12px;
    line-height: 1.4;
}

.sb-check,
.sb-check-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    line-height: 1.4;
}

.sb-check:last-child,
.sb-check-radio:last-child {
    margin-bottom: 0;
}

.sb-check input,
.sb-check-radio input {
    margin: 0;
}

.sb-results-title {
    font-size: 22px;
    margin: 0 0 18px;
    color: #222;
}

.sb-results-wrap {
    position: relative;
}

.sb-results-wrap.is-loading {
    opacity: 0.5;
    pointer-events: none;
}

.sb-tour-card {
    display: grid;
    grid-template-columns: 260px 1fr 170px;
    gap: 16px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.sb-tour-card__thumb img {
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
    display: block;
}

.sb-tour-card__content {
    padding: 14px 0;
}

.sb-tour-card__title {
    font-size: 18px;
    line-height: 1.35;
    margin: 0 0 8px;
}

.sb-tour-card__title a {
    color: #222;
    text-decoration: none;
}

.sb-tour-card__duration {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.sb-tour-card__review {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.sb-score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 28px;
    padding: 0 8px;
    background: #13b05f;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
}

.sb-review-text {
    font-size: 14px;
    color: #169b57;
    font-weight: 600;
}

.sb-tour-card__route {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
    line-height: 1.5;
}

.sb-tour-card__highlights {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.sb-tour-card__highlights strong {
    display: inline-block;
    margin-bottom: 4px;
}

.sb-tour-card__pricebox {
    border-left: 1px solid #efefef;
    padding: 18px 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.sb-tour-card__from {
    font-size: 14px;
    color: #777;
    margin-bottom: 8px;
}

.sb-tour-card__price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 22px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.sb-tour-card__currency {
    font-size: 16px;
    color: #d44;
}

.sb-tour-card__amount {
    font-size: 38px;
    line-height: 1;
    color: #d62828;
    font-weight: 800;
}

.sb-tour-card__per {
    font-size: 14px;
    color: #777;
}

.sb-tour-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 40px;
    padding: 0 14px;
    background: #126b0c;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
}

.sb-tour-card__btn:hover {
    background: #e87712;
    color: #fff;
}

.sb-no-results {
    padding: 30px 20px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    color: #666;
}

@media (max-width: 991px) {
    .sb-top-search {
        grid-template-columns: 1fr;
    }

    .sb-results-layout {
        grid-template-columns: 1fr;
    }

    .sb-tour-card {
        grid-template-columns: 1fr;
    }

    .sb-tour-card__pricebox {
        border-left: 0;
        border-top: 1px solid #efefef;
        align-items: flex-start;
    }

    .sb-tour-card__price {
        justify-content: flex-start;
    }
}