.travel-frame {
    background: linear-gradient(90deg, #fff8e8, #d8efc2 55%, #80c7c5);
}

.travel-search-hero {
    position: relative;
    padding: 150px 20px 20px;
}

.travel-search-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 110px;
    background: linear-gradient(180deg, transparent 0%, rgba(6, 68, 95, 0.72) 100%);
}

.travel-search-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 880px;
    margin: 0 auto;
}

.travel-search-section {
    max-width: 1024px;
    margin: 0 auto;
    margin-top: -60px;
    padding: 40px 20px 56px;
}

.travel-search-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 6px 6px 22px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(46, 62, 30, 0.14);
    border: 1px solid rgba(46, 62, 30, 0.12);
    transition: box-shadow .2s ease, border-color .2s ease;
}

.travel-search-pill:focus-within {
    border-color: rgba(196, 158, 58, 0.55);
    box-shadow: 0 14px 34px rgba(46, 62, 30, 0.18);
}

.travel-search-pill input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #3d3d3d;
    font-size: 1rem;
    padding: 10px 0;
}

.travel-search-pill input::placeholder {
    color: #6b6b6b;
    opacity: 1;
}

.travel-search-pill button {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #d4a017 0%, #b8860b 100%);
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    transition: background .2s ease, transform .2s ease;
}

.travel-search-pill button:hover {
    background: linear-gradient(135deg, #c9960f 0%, #a97b0a 100%);
    transform: translateY(-1px);
}

.travel-search-result-header {
    margin: 26px 0 18px;
    text-align: center;
    color: #ffd23f;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}

.travel-search-results {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.travel-search-card {
    z-index:1;
    display: flex;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(85, 107, 47, 0.24);
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(90deg, #045d87, #0d7d55);
    box-shadow: 0 12px 26px rgba(46, 62, 30, 0.16);
    text-decoration: none;
    transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

.travel-search-card:hover {
    border-color: rgba(196, 158, 58, 0.6);
    box-shadow: 0 18px 36px rgba(46, 62, 30, 0.24);
    transform: translateY(-2px);
}

.travel-search-card__thumb {
    flex-shrink: 0;
    width: 200px;
    /*min-height: 150px;*/
    background: rgba(255, 255, 255, 0.06);
}

    .travel-search-card__thumb img {
        display: block;
        width: 100%;
        height: 100%;
        max-height: 150px;
        object-fit: cover;
        padding: 4px;
        border-radius: 15px;
    }

.travel-search-card__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 18px 22px;
    color: #c9cdc0;
    font-size: 0.9rem;
}

.travel-search-card__store {
    color: #e8ead9;
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.travel-search-card__type {
    color: #b7bcab;
    font-size: 0.85rem;
    font-weight: 600;
}

.travel-search-card__addr {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #a6ac99;
    font-size: 0.83rem;
    line-height: 1.45;
}

.travel-search-card__addr i {
    color: #c9b45f;
    width: 12px;
    text-align: center;
    flex-shrink: 0;
}

.travel-search-card__panel {
    flex-shrink: 0;
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 22px;
    border-left: 1px solid rgba(196, 158, 58, 0.3);
    /*background: linear-gradient(160deg, rgba(196, 158, 58, 0.16) 0%, rgba(196, 158, 58, 0.04) 100%);*/
}

.travel-search-card__panel h3 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.4;
    color: white;
    font-weight: 800;
}

.travel-search-card__price {
    font-size: 1.18rem;
    font-weight: 900;
    color: #ffd23f;
    letter-spacing: 0.01em;
}

/*.travel-search-card__price::after {
    content: " VND";
    font-size: 0.62em;
    font-weight: 700;
    color: #e8c96a;
}*/

.travel-search-empty {
    margin-top: 6px;
}

@media (max-width: 767.98px) {
    .travel-search-hero {
        padding: 120px 14px 44px;
    }

    .travel-search-section {
        padding: 24px 14px 40px;
    }

    .travel-search-result-header {
        font-size: 0.86rem;
    }

    .travel-search-card {
        flex-wrap: wrap;
    }

    .travel-search-card__thumb {
        /*width: 100px;*/
        min-height: 100px;
    }

    .travel-search-card__thumb img {
        min-height: 100px;
    }

    .travel-search-card__info {
        padding: 14px 16px;
    }

    .travel-search-card__panel {
        width: 100%;
        border-left: 0;
        border-top: 1px solid rgba(196, 158, 58, 0.3);
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 14px 16px;
    }

    .travel-search-card__panel h3 {
        font-size: 0.98rem;
    }
}
