/* VUELOS  */

.vuelos-title-wrapper {
    gap: 24px;
}

.marcas-container {
    min-width: 0;
    overflow: hidden;
    flex: 1;
    position: relative;
    display: flex;
    align-items: center
}


.marcas-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(242, 244, 245, 0), #f2f4f5);
    z-index: 2;
}

.marcas-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(270deg, rgba(242, 244, 245, 0), #f2f4f5);
    z-index: 2;
}

.marcas-container img {
    filter: saturate(0);
    opacity: 0.5;
    height: 36px;
    width: auto;
}

.swiper-marcas .swiper-slide {
    width: auto;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.vuelos-container {
    box-shadow: 0px 4px 16px rgba(30, 30, 30, 0.1);
    border-radius: 25px;
    background-color: var(--black-50);
    padding: 24px;
    color: var(--black-800);
}

.vuelos-container p {
    color: var(--black-800);
}

.vuelos-tipo {
    gap: 16px;
}

.vuelos-tipo span,
.vuelos-tipo i {
    font-size: 16px;
}

.vuelos-info span {
    font-weight: 400;
    font-size: 14px;
}

.vuelos-info span:first-child {
    color: var(--black-500);
}

.vuelos-info p {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}

.baggage-icon {
    gap: 8px;
}

.baggage-icon img {
    width: 18px;
    height: 18px;
}

.linea-directo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.linea-directo div {
    flex: 1;
    height: 1px;
    background: #28A745;
}

.linea-directo p {
    font-size: 14px;
    line-height: 14px;
    color: #28A745;
    white-space: nowrap;
}

.linea-directo div:first-child::before {
    content: "●";
    position: relative;
    top: -9px;
    left: -4px;
    color: #28A745;
}

.linea-directo div:last-child::after {
    content: "●";
    position: relative;
    top: -9px;
    right: -4px;
    float: right;
    color: #28A745;
}

.duracion {
    color: var(--black-500);
    font-weight: 400;
}

.vuelos-expand {
    background: none;
    border: none;
    cursor: pointer;
}

.vuelos-expand:focus,
.vuelos-container:active {
    outline: none;
}

.vuelos-price-wrapper span:first-child {
    font-weight: 400;
}

.vuelos-price-wrapper p {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}

.mxn-vuelos {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--black-800) !important;
}

.vuelos-price-wrapper span:last-child {
    font-size: 14px;
    color: var(--black-500);
    font-weight: 400;
}

.vuelos-active {
    background: linear-gradient(var(--black-50), var(--black-50)) padding-box,
        linear-gradient(90deg, #009fe3, #2d2e83) border-box;
    border: 3px solid transparent;
    border-radius: 25px;
    box-shadow: 2px 2px 20px rgba(0, 159, 227, 0.2);
}

/* FILTRO VUELOS  */

.filtro-vuelos-container {
    box-shadow: 0px 4px 16px rgba(30, 30, 30, 0.1);
    border-radius: 25px;
    background-color: var(--black-50);
    padding: 16px;
    color: var(--black-600);
}

.filtro-vuelos-container p {
    color: var(--black-800);
    font-size: 18px;
    font-weight: 600;
}

.filtro-title {
    font-weight: 400;
    line-height: 20px;
}

.filtro-vuelo-btn {
    border: none;
    border-radius: 8px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    width: 100%;
    margin-bottom: 4px;
    transition: all 0.25s ease;
    color: var(--black-600);
}

.filtro-vuelo-btn:hover,
.filtro-vuelo-btn:active,
.filtro-vuelo-btn:focus {
    outline: none;
    color: var(--tertiary-500);
    background: rgba(0, 159, 227, 0.15);
    cursor: pointer
}

.filtro-vuelo-btn:hover {
    color: var(--tertiary-500);
    background: rgba(0, 159, 227, 0.12);
    transform: translateY(-1px);
}

.filtro-vuelo-btn:active {
    transform: scale(0.98);
}

.form-genessis-select {
    border-radius: 25px !important;
    border: 1px solid #d3d3d3 !important;
    padding: 12px !important;
    text-align: left;
    font-size: 14px;
    color: var(--black-600) !important;
    outline: none;
    background-color: #fafafa;
}

.label-vuelos {
    font-weight: 400;
    color: var(--black-600);
}

/* MODAL VUELOS  */

.modal-vuelos p {
    color: var(--black-800);
}

.modal-vuelos .modal-content {
    border-radius: 16px;
}

.modal-vuelos .modal-header {
    border: none;
}

.modal-vuelos .modal-title {
    font-size: 20px;
    color: var(--black-800);
    line-height: 130%;
    font-weight: 500;
}

.modal-vuelos .modal-subtitle {
    font-size: 16px;
    line-height: 130%;
    color: var(--quaternary-800);
    font-weight: 600;
}

.baggage-icon-modal img {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
}

.baggage-icon-modal span {
    color: var(--black-500);
    font-weight: 400;
}

.baggage-icon-modal b {
    font-weight: 500;
}

.filtro-vuelo-btn i {
    display: none;
}

.filtro-vuelo-btn:hover i,
.filtro-vuelo-btn:active i,
.filtro-vuelo-btn:focus i {
    color: var(--tertiary-500);
}

.vuelos-price-wrapper-responsive {
    display: flex;
    flex-direction: column;
}

.filtro-vuelo-wrapper-mobile {
    display: none;
}

.filtro-btn {
    border: none;
    padding: 13px 18px;
    background: #fff;
    border-radius: 100px;
    color: var(--texto-titulos);
    border: 1px solid var(--texto-titulos);
}

.filtro-btn span {
    font-size: 18px;
    line-height: 16px;
}

.filtro-btn:focus,
.filtro-btn:active {
    outline: none;
}

.countdown {
    font-size: 32px;
    line-height: 20px !important;
    font-weight: 600;
    color: var(--quaternary-800);
}

.info-services {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1024px) {
    .anuncios-col {
        display: none;
    }

    .contenido-wrapper {
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }

    .filtro-vuelo-btn span {
        display: none;
    }

    .filtro-vuelo-btn i {
        display: block;
        color: #b3b3b3;
    }

    .vuelos-price-wrapper p {
        font-size: 26px;
    }

    .mxn-vuelos {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .contenido-wrapper {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .vuelos-price-wrapper-responsive {
        flex-direction: row;
        align-items: end;
        justify-content: space-between;
    }

    .vuelos-price-wrapper-btn {
        width: 35%;
    }

    .filtro-vuelo-wrapper-mobile {
        display: block;
    }

    .servicio-responsive {
        font-size: 32px;
    }

    .filtro-vuelos-container p {
        display: none;
    }

    .filtro-vuelos-container {
        box-shadow: none;
        background-color: transparent;
    }

    .filtro-vuelo-btn i {
        display: none;
    }

    .filtro-vuelo-btn span {
        display: block;
    }

    .info-services p:last-child {
        display: none;
    }

    .info-services {
        display: flex;
        justify-content: end;
    }
}

@media (max-width: 426px) {
    .vuelos-mobile {
        flex-direction: column;
        align-items: center;
    }

    .vuelos-mobile .vuelos-mobile-duracion {
        margin: 16px 0 !important;
        width: 70%;
    }
}

/* Hoteles */
.card-hotel-horizontal.card-vertical {
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 24px;
}

.card-hotel-horizontal .card-hotel-head {
    display: flex;
    align-items: stretch;
    min-width: 0;
}

.card-hotel-horizontal .card-hotel-media {
    flex: 0 0 36%;
    max-width: 36%;
    min-width: 280px;
}

.card-hotel-horizontal .card-hotel-summary {
    flex: 1 1 auto;
    min-width: 0;
    padding: 18px 24px 18px;
}

.card-hotel-horizontal .card-hotel-media-wrap {
    position: relative;
    height: 100%;
}

.card-hotel-horizontal .card-hotel-media-wrap img {
    display: block;
    width: 100%;
    height: 100% !important;
    min-height: 248px;
    object-fit: cover;
    border-radius: 24px 0 0 0 !important;
}

.card-hotel-horizontal .card-hotel-code {
    display: block;
    margin-bottom: 6px;
    color: var(--black-400);
    font-size: 10px;
    line-height: 1.2;
}

.card-hotel-horizontal .card-hotel-line--title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}

.card-hotel-horizontal .card-hotel-line--title h5 {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 20px;
    line-height: 1.2;
}

.card-hotel-horizontal .card-hotel-line--title .tipo-plan {
    flex: 0 0 auto;
    margin-left: 8px;
    white-space: nowrap;
}

.card-hotel-horizontal .card-hotel-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
}

.card-hotel-horizontal .card-hotel-star {
    width: 16px;
    height: 16px;
    color: #F5A623;
    display: inline-flex;
}

.card-hotel-horizontal .card-hotel-star svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    display: block;
}

.card-hotel-horizontal .card-hotel-line--meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
}

.card-hotel-horizontal .card-hotel-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: 0;
}

.card-hotel-horizontal .card-hotel-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    margin-right: 14px;
    padding-right: 14px;
    color: #8F8F8F;
    font-size: 13px;
    line-height: 1;
}

.card-hotel-horizontal .card-hotel-meta span:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: #D9D9D9;
}

.card-hotel-horizontal .card-hotel-meta strong {
    font-weight: 500;
    color: var(--black-700);
}

.card-hotel-horizontal .card-hotel-meta-icon {
    width: 15px;
    height: 15px;
    fill: #8F8F8F;
    flex-shrink: 0;
    display: block;
}

.card-hotel-horizontal .fecha-card {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.25;
    color: var(--black-700);
}

.card-hotel-horizontal .card-hotel-location {
    margin: 0 0 4px;
    color: var(--black-800);
    font-size: 13px;
    line-height: 1.5;
}

.card-hotel-horizontal .card-hotel-category {
    margin: 0;
    color: var(--black-500);
    font-size: 13px;
    line-height: 1.5;
}

.card-hotel-horizontal .card-hotel-line--price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--black-200);
}

.card-hotel-horizontal .card-hotel-price-main {
    min-width: 0;
    flex: 1 1 auto;
}

.card-hotel-horizontal .card-hotel-price-main span {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    flex-wrap: wrap;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--black-800);
}

.card-hotel-horizontal .card-hotel-price-main small {
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}

.card-hotel-horizontal .card-hotel-toggle {
    flex: 0 0 auto;
    border: none;
    background: transparent;
    color: var(--secondary-600);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
}

.card-hotel-horizontal .card-hotel-toggle:hover,
.card-hotel-horizontal .card-hotel-toggle:focus {
    outline: none;
    box-shadow: none;
}

.card-hotel-horizontal .card-hotel-toggle-arrow {
    width: 14px;
    height: 14px;
    display: block;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    transition: transform .2s ease;
}

.card-hotel-horizontal .card-hotel-toggle[aria-expanded="true"] .card-hotel-toggle-arrow {
    transform: rotate(180deg);
}

.card-hotel-horizontal .card-hotel-options {
    display: none;
    padding: 18px 24px 22px;
}

.card-hotel-horizontal .card-hotel-options.is-open {
    display: block;
}

.card-hotel-horizontal .card-hotel-group {
    padding-top: 4px;
}

.card-hotel-horizontal .card-hotel-group + .card-hotel-group {
    margin-top: 10px;
}

.card-hotel-horizontal .card-hotel-group-title {
    margin: 0 0 10px;
    color: var(--quaternary-800);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
}

.card-hotel-horizontal .card-hotel-option {
    margin: 0;
    padding: 10px 0;
}

.card-hotel-horizontal .card-hotel-option-col {
    min-height: 60px;
    display: flex;
    align-items: center;
}

.card-hotel-horizontal .card-hotel-option-col--desc {
    justify-content: flex-start;
}

.card-hotel-horizontal .card-hotel-option-col--price {
    justify-content: center;
}

.card-hotel-horizontal .card-hotel-option-col--actions {
    justify-content: flex-end;
}

.card-hotel-horizontal .card-hotel-option-desc p {
    margin: 0 0 4px;
    color: var(--black-800);
    font-size: 16px;
    line-height: 1.35;
}

.card-hotel-horizontal .card-hotel-option-desc small {
    color: #FF3B30;
    font-size: 13px;
    line-height: 1.25;
}

.card-hotel-horizontal .card-hotel-option-actions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.card-hotel-horizontal .card-hotel-cart-btn {
    width: 50px;
    height: 38px;
    border-radius: 100px;
    border: 1px solid #E5267A;
    background: #FFFFFF;
    color: #E5267A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.card-hotel-horizontal .card-hotel-cart-btn:hover,
.card-hotel-horizontal .card-hotel-cart-btn:focus {
    outline: none;
    box-shadow: none;
    background: #FFFFFF;
}

.card-hotel-horizontal .card-hotel-cart-icon {
    width: 18px;
    height: 18px;
    display: block;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
}

.card-hotel-horizontal .card-hotel-cart-icon circle {
    fill: currentColor;
    stroke: none;
}

.card-hotel-horizontal .card-hotel-booking-btn {
    min-width: 128px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.fecha-card {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    color: var(--black-700);
}

/* SEGUROS  */

.card-seguros {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    color: var(--black-800);
    background-color: var(--black-50);
    padding: 24px;
}

.card-seguros-top h3 {
    color: var(--black-800);
}

.card-seguros-top p {
    color: var(--black-800) !important;
    font-size: 16px;
    line-height: 16px;
}

.ul-seguros ul,
.ul-seguros p {
    color: var(--black-800) !important;
    margin: 0;
    line-height: 14px;
    font-weight: 600;
}

.ul-seguros li {
    margin-bottom: 6px;
}

.ul-seguros span {
    font-weight: 400;
}

.modal-seguros .modal-header {
    align-items: start;
    border-bottom: none;
    padding-bottom: 0;
}

.modal-seguros .modal-footer {
    justify-content: space-between;
    background-color: var(--tertiary-50);
    border-top: none;
}

.modal-seguros .modal-footer p,
.modal-seguros .modal-body p {
    color: var(--black-800) !important;
    margin: 0;
}

.modal-seguros .modal-dialog-scrollable .modal-content {
    border-radius: 16px !important;
}

.seguros-info-modal li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seguros-info-modal li span {
    color: var(--black-500) !important;
    font-weight: 400;
}

.seguros-info-modal li span:last-child {
    color: var(--black-800) !important;
}

.seguros-terminos {
    color: var(--black-500);
    line-height: 14px;
    font-size: 12px;
}

.seguros-info-modal {
    list-style: none;
    padding-left: 12px;
}

.seguros-info-modal li {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 16px;
}

.seguros-info-modal li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--black-500);
}

@media (min-width: 768px) and (max-width: 1024px) {
    .card-seguros-price .fs-2 {
        font-size: calc(1.2rem + .9vw) !important;
    }

    .seguros-wrapper .col-lg-4 {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 1399.98px) {
    .card-hotel-head {
        grid-template-columns: 290px minmax(0, 1fr);
    }

    .card-hotel-price-main span {
        font-size: 28px;
    }

    .card-hotel-option-price span {
        font-size: 22px;
    }
}

@media (max-width: 1199.98px) {
    .card-hotel-horizontal .card-hotel-media {
        flex: 0 0 34%;
        max-width: 34%;
        min-width: 230px;
    }

    .card-hotel-horizontal .card-hotel-summary {
        padding: 16px 18px;
    }

    .card-hotel-horizontal .card-hotel-options {
        padding: 18px 18px 20px;
    }

    .card-hotel-horizontal .card-hotel-line--title h5 {
        font-size: 18px;
    }

    .card-hotel-horizontal .card-hotel-group-title {
        font-size: 18px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
    .card-hotel-horizontal.card-vertical {
        border-radius: 22px;
    }

    .card-hotel-horizontal .card-hotel-head {
        display: block;
    }

    .card-hotel-horizontal .card-hotel-media,
    .card-hotel-horizontal .card-hotel-summary {
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }

    .card-hotel-horizontal .card-hotel-media-wrap img {
        min-height: 240px;
        max-height: 240px;
        border-radius: 22px 22px 0 0 !important;
    }

    .card-hotel-horizontal .card-hotel-summary {
        padding: 16px;
    }

    .card-hotel-horizontal .card-hotel-options {
        padding: 16px;
    }

    .card-hotel-horizontal .card-hotel-line--title {
        gap: 10px;
    }

    .card-hotel-horizontal .card-hotel-line--title h5 {
        font-size: 18px;
    }

    .card-hotel-horizontal .card-hotel-line--title .tipo-plan {
        font-size: 11px;
        line-height: 1.2;
        text-align: right;
        white-space: normal;
        max-width: 140px;
    }

    .card-hotel-horizontal .card-hotel-line--meta {
        align-items: flex-start;
    }

    .card-hotel-horizontal .card-hotel-meta {
        flex: 1 1 auto;
    }

    .card-hotel-horizontal .fecha-card {
        font-size: 12px;
        text-align: right;
    }

    .card-hotel-horizontal .card-hotel-line--price {
        gap: 12px;
    }

    .card-hotel-horizontal .card-hotel-price-main span {
        font-size: 22px;
    }

    .card-hotel-horizontal .card-hotel-option {
        padding: 12px 0;
        border-bottom: 1px solid var(--black-200);
    }

    .card-hotel-horizontal .card-hotel-option:last-child {
        border-bottom: 0;
    }

    .card-hotel-horizontal .card-hotel-option-col {
        min-height: auto;
        padding-bottom: 8px;
    }

    .card-hotel-horizontal .card-hotel-option-col--desc,
    .card-hotel-horizontal .card-hotel-option-col--price,
    .card-hotel-horizontal .card-hotel-option-col--actions {
        justify-content: flex-start;
    }

    .card-hotel-horizontal .card-hotel-option-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

/* Móvil */
@media (max-width: 767.98px) {
    .card-hotel-horizontal.card-vertical {
        margin-bottom: 20px;
        border-radius: 22px;
    }

    .card-hotel-horizontal .card-hotel-head {
        display: block;
    }

    .card-hotel-horizontal .card-hotel-media,
    .card-hotel-horizontal .card-hotel-summary {
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }

    .card-hotel-horizontal .card-hotel-media-wrap img {
        width: 100%;
        min-height: 210px;
        max-height: 210px;
        border-radius: 22px 22px 0 0 !important;
    }

    .card-hotel-horizontal .card-hotel-summary {
        padding: 16px;
    }

    .card-hotel-horizontal .card-hotel-options {
        padding: 16px;
    }

    .card-hotel-horizontal .card-hotel-line--title {
        gap: 10px;
    }

    .card-hotel-horizontal .card-hotel-line--title h5 {
        font-size: 18px;
    }

    .card-hotel-horizontal .card-hotel-line--title .tipo-plan {
        font-size: 11px;
        line-height: 1.2;
        text-align: right;
        white-space: normal;
        max-width: 120px;
    }

    .card-hotel-horizontal .card-hotel-line--meta {
        align-items: flex-start;
        gap: 8px;
    }

    .card-hotel-horizontal .card-hotel-meta span {
        font-size: 12px;
        margin-right: 10px;
        padding-right: 10px;
        margin-bottom: 6px;
    }

    .card-hotel-horizontal .card-hotel-meta span:not(:last-child)::after {
        height: 14px;
    }

    .card-hotel-horizontal .card-hotel-meta-icon {
        width: 14px;
        height: 14px;
    }

    .card-hotel-horizontal .fecha-card {
        font-size: 12px;
        margin-left: 6px;
    }

    .card-hotel-horizontal .card-hotel-location,
    .card-hotel-horizontal .card-hotel-category {
        font-size: 13px;
    }

    .card-hotel-horizontal .card-hotel-line--price {
        gap: 10px;
    }

    .card-hotel-horizontal .card-hotel-price-main span {
        font-size: 18px;
    }

    .card-hotel-horizontal .card-hotel-price-main small {
        font-size: 12px;
    }

    .card-hotel-horizontal .card-hotel-toggle {
        font-size: 13px;
        white-space: normal;
        text-align: right;
    }

    .card-hotel-horizontal .card-hotel-group-title {
        font-size: 16px;
    }

    .card-hotel-horizontal .card-hotel-option {
        padding: 12px 0;
        border-bottom: 1px solid var(--black-200);
    }

    .card-hotel-horizontal .card-hotel-option:last-child {
        border-bottom: 0;
    }

    .card-hotel-horizontal .card-hotel-option-col {
        min-height: auto;
        padding-bottom: 8px;
    }

    .card-hotel-horizontal .card-hotel-option-col--desc {
        justify-content: flex-start;
    }

    .card-hotel-horizontal .card-hotel-option-col--price {
        justify-content: flex-end;
        text-align: right;
    }

    .card-hotel-horizontal .card-hotel-option-col--actions {
        justify-content: flex-start;
        padding-top: 6px;
        padding-bottom: 0;
    }

    .card-hotel-horizontal .card-hotel-option-desc p {
        font-size: 14px;
    }

    .card-hotel-horizontal .card-hotel-option-desc small {
        display: block;
        font-size: 11px;
    }

    .card-hotel-horizontal .card-hotel-option-col--price .card-hotel-price-main span {
        font-size: 18px;
        white-space: nowrap;
    }

    .card-hotel-horizontal .card-hotel-option-actions {
        justify-content: flex-start;
        gap: 10px;
        flex-wrap: nowrap;
    }

    .card-hotel-horizontal .card-hotel-cart-btn {
        width: 46px;
        height: 38px;
        flex: 0 0 46px;
    }

    .card-hotel-horizontal .card-hotel-booking-btn {
        flex: 1 1 auto;
        min-width: 0;
        width: 100%;
    }
}
