.container-bristol-page-pacote-template-section-outros-pacotes {
    padding: 80px 64px;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.container-bristol-page-pacote-template-section-outros-pacotes .header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 868px;
}

.container-bristol-page-pacote-template-section-outros-pacotes .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    color: #5A4F4C;
    margin: 0;
}

.container-bristol-page-pacote-template-section-outros-pacotes .title-line {
    width: 41px;
    height: 2px;
    background-color: #c2a175;
    border-radius: 4px;
}

.container-bristol-page-pacote-template-section-outros-pacotes .cards-wrapper {
    display: flex;
    gap: 32px;
    width: 100%;
    height: 400px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.container-bristol-page-pacote-template-section-outros-pacotes .cards-wrapper::-webkit-scrollbar {
    display: none;
}

.container-bristol-page-pacote-template-section-outros-pacotes .card {
    width: 302px;
    height: 100%;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    scroll-snap-align: start;
    text-decoration: none;
}

.container-bristol-page-pacote-template-section-outros-pacotes .card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.container-bristol-page-pacote-template-section-outros-pacotes .card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.container-bristol-page-pacote-template-section-outros-pacotes .card-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(29, 29, 29, 0) 45.68%, #1D1D1D 88.75%);
}

.container-bristol-page-pacote-template-section-outros-pacotes .card-content {
    position: relative;
    z-index: 2;
    padding: 24px 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    box-sizing: border-box;
}

.container-bristol-page-pacote-template-section-outros-pacotes .card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 0;
    max-width: 214px;
}

.container-bristol-page-pacote-template-section-outros-pacotes .card-icon {
    width: 27.31px;
    height: 27.31px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(158, 85, 32, 0.50);
    border-radius: 4px;
    cursor: pointer;
}

.container-bristol-page-pacote-template-section-outros-pacotes .card-icon svg {
    display: block;
}

@media (max-width: 1024px) {
    .container-bristol-page-pacote-template-section-outros-pacotes {
        padding: 60px 40px;
    }
}

@media (max-width: 768px) {
    .container-bristol-page-pacote-template-section-outros-pacotes {
        padding: 40px 20px;
        gap: 24px;
    }

    .container-bristol-page-pacote-template-section-outros-pacotes .title {
        font-size: 28px;
    }

    .container-bristol-page-pacote-template-section-outros-pacotes .cards-wrapper {
        gap: 16px;
    }

    .container-bristol-page-pacote-template-section-outros-pacotes .card {
        width: 260px;
    }
}
