/* Default List View */

.ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_card {
    display: flex;
    flex-direction: column;
}

.ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_location_lists_card {
    display: flex;
    flex-direction: column;
}

.ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_popular_card {
    display: flex;
    flex-direction: column;
}

.ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_card_content {
    display: flex;
    flex-direction: row;
    padding: 0;
}

.ttbm_hotel_lists_wrapper.grid-view .ttbm_hotel_lists_card_content {
    display: block;
}

.ttbm_hotel_inline_booking {
    padding: 7px;
}

.ttbm_hotel_inline_booking .booking_form_wrapper h5 {
    margin: 0;
    margin-bottom: 8px;
}

.ttbm_hotel_inline_booking .ttbm_widget_content {
    padding: 0;
}

.mp_tour_ticket_type {

    border: 1px solid var(--color_border);
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 10px;
}

.mp_tour_ticket_item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.mp_tour_ticket_type .mp_tour_ticket_item:last-child {
    border: none !important;
}

.ttbm-hotel-room-info h6 {
    margin: 0;
    margin-bottom: 3px;
    font-size: 15px;
}

.ttbm-hotel-room-info .seat-count {
    background-color: #f3f3f3;
    color: #666;
    padding: 0 8px;
    border-radius: 50px;
    font-size: 14px;
}

/* Grid View */
.ttbm_hotel_lists_wrapper.grid-view {
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));*/
    gap: 20px;
}

.ttbm_hotel_lists_wrapper.grid-view .ttbm_hotel_lists_card {
    display: block;
}

.ttbm_hotel_lists_wrapper.grid-view .ttbm_hotel_location_lists_card {
    display: block;
}

.ttbm_hotel_lists_wrapper.grid-view .ttbm_hotel_lists_popular_card {
    display: block;
}

.ttbm_hotel_lists_wrapper.grid-view .ttbm_hotel_lists_image {
    width: 100%;
    height: 180px;
}

.ttbm_hotel_lists_wrapper.grid-view .ttbm_hotel_lists_content {
    padding: 12px;
}

.ttbm_hotel_lists_card {
    display: flex;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    margin: 10px 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.2s ease;
}

.ttbm_hotel_lists_card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.ttbm_hotel_location_lists_card {
    display: flex;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    margin: 10px 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.2s ease;
}

.ttbm_hotel_location_lists_card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.ttbm_hotel_lists_popular_card {
    display: flex;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    margin: 10px 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.2s ease;
}

.ttbm_hotel_lists_popular_card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.ttbm_hotel_lists_wrapper.grid-view {
    display: grid;
    gap: 20px;
}

.ttbm-grid-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.ttbm-grid-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.ttbm-grid-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.ttbm-grid-columns-1 {
    grid-template-columns: repeat(1, 1fr);
}


.ttbm_hotel_lists_image {
    position: relative;
    flex: 0 0 280px;
    min-height: 220px;
    overflow: hidden;
}

.ttbm_hotel_lists_image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.ttbm_hotel_lists_content {
    flex: 1;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Header: title + rating badge */
.ttbm_hotel_lists_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.ttbm_hotel_lists_title_link {
    text-decoration: none;
    flex: 1;
}

.ttbm_hotel_lists_header .ttbm_hotel_lists_title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.3;
}

/* Single dark rating badge: "Rating 5.0" */
.ttbm_hotel_rating_badge {
    display: inline-block;
    background: #1a1a2e;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 5px 12px;
    font-size: 13px;
    white-space: nowrap;
    flex-shrink: 0;
    align-self: flex-start;
}

/* Location row: plain gray, all inline */
.ttbm_hotel_lists_location {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #666;
    margin: 0;
}

.ttbm_hotel_pin_icon {
    font-size: 13px;
    line-height: 1;
    flex-shrink: 0;
}

.ttbm_hotel_location_text {
    color: #666;
}

/* Description */
.ttbm_hotel_lists_offer {
    margin: 0;
}

.ttbm_hotel_lists_room_description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #444;
    margin: 0;
    line-height: 1.6;
}

/* Feature tag pills */
.ttbm_hotel_feature_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

.ttbm_hotel_feat_tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f2f0fa;
    color: #444;
    border: 1px solid #e0daf5;
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
}

.ttbm_hotel_feat_tag i {
    color: #5b3cbe;
    font-size: 12px;
}

/* Divider */
.ttbm_hotel_lists_divider {
    border: none;
    border-top: 1px solid #eee;
    margin: 4px 0;
}

/* Footer */
.ttbm_hotel_lists_footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px;
}

.ttbm_hotel_lists_price_box {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ttbm_hotel_lists_nights {
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

.ttbm_hotel_lists_note {
    font-size: 11px;
    color: #888;
}

.ttbm_hotel_lists_price_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.ttbm_hotel_lists_price {
    font-size: 26px;
    font-weight: 700;
    color: #5b3cbe;
    line-height: 1;
    text-align: right;
}

.ttbm_hotel_lists_price .woocommerce-Price-amount,
.ttbm_hotel_lists_price .woocommerce-Price-currencySymbol {
    font-size: 26px;
    font-weight: 700;
    color: #5b3cbe;
}

.ttbm_hotel_lists_button {
    display: inline-flex;
    align-items: center;
    background: #5b3cbe;
    color: #fff !important;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.ttbm_hotel_lists_button:hover {
    background: #4a31a0;
    color: #fff !important;
}


/*Price Slide*/
.ttbm_hotel_price_slider {
    width: 100%;
    font-family: Arial, sans-serif;
    text-align: left;
}

.ttbm_hotel_taxonomy_top {
    margin-top: 1px;
}

.ttbm_slider_inputs {
    position: relative;
    height: 40px;
}

.ttbm_slider_inputs input[type=range] {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    -webkit-appearance: none;
    background: none;
    pointer-events: none;
    border: unset !important;
}

.ttbm_slider_inputs input[type=range]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #0073aa;
    border: 2px solid #fff;
    cursor: pointer;
    border: unset !important;
}

.ttbm_hotel_slider_track {
    position: relative;
    top: 37px;
    left: 0;
    right: 0;
    height: 5px;
    background: #ddd;
    border-radius: 5px;
}

.ttbm_hotel_slider_track::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: #0073aa;
    border-radius: 5px;
    left: 0;
    right: 0;
}

.ttbm_hotel_load_more_btn {
    display: block;
    width: 100%;
    padding: 10px !important;
    font-size: 16px;
}

/*Search*/
.ttbm_hotel_search_wrapper {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.ttbm_hotel_search_box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    gap: 10px;
    flex-wrap: wrap;
    /*max-width: 1000px;*/
    width: 100%;
}

.ttbm_hotel_search_field {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border-radius: 30px;
    padding: 10px 15px;
    flex: 1;
    min-width: 200px;
    transition: background 0.3s ease;
}

.ttbm_hotel_search_field:hover {
    background: #f1f1f1;
}

.ttbm_hotel_search_icon {
    font-size: 18px;
    margin-right: 8px;
    color: #444;
}

.ttbm_hotel_search_input,
.ttbm_date_input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    width: 100%;
    color: #333;
}

.ttbm_hotel_search_btn {
    background: #0071c2;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.ttbm_hotel_search_btn:hover {
    background: #005fa3;
}

.ttbm_location_wrapper {
    position: relative;
}

.ttbm_location_dropdown {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99;
    border-radius: 10px;
}

.ttbm_location_dropdown li {
    padding: 8px 12px;
    cursor: pointer;
}

.ttbm_location_dropdown li:hover {
    background: #f0f0f0;
}

.ttbm_available_room {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1db954, #1aa34a);
    color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
    line-height: 1;
    min-width: 36px;
    text-align: center;
}

.ttbm_see_available_hotel {
    cursor: pointer;
}

.ttbm_hotel_book_cancel_btn {
    display: flex;
    gap: 10px;
}

@media(max-width: 768px) {
    .ttbm_hotel_lists_wrapper.grid-view {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media(max-width: 480px) {
    .ttbm_hotel_lists_wrapper.grid-view {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

/* ========================================
   Hotel Tour Details Page - Card Design
   (hotel_default_selection.php)
   ======================================== */
.ttbm_hotel_item_card {
    display: flex;
    flex-direction: row;
    background: #fff;
    overflow: hidden;
}

.ttbm_hotel_item_img {
    flex: 0 0 260px;
    min-height: 220px;
    overflow: hidden;
}

.ttbm_hotel_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ttbm_hotel_item_body {
    flex: 1;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Header */
.ttbm_hotel_item_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.ttbm_hotel_item_title_link {
    text-decoration: none;
    flex: 1;
}

.ttbm_hotel_item_title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.3;
}

.ttbm_hotel_item_rating_badge {
    display: inline-block;
    background: #1a1a2e;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 5px 12px;
    font-size: 13px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Location */
.ttbm_hotel_item_location {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* Description */
.ttbm_hotel_item_desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #444;
    margin: 0;
    line-height: 1.6;
}

/* Feature tags */
.ttbm_hotel_item_features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ttbm_hotel_item_tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f2f0fa;
    color: #444;
    border: 1px solid #e0daf5;
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
}

.ttbm_hotel_item_tag i {
    color: #5b3cbe;
    font-size: 12px;
}

/* Divider */
.ttbm_hotel_item_divider {
    border: none;
    border-top: 1px solid #eee;
    margin: 4px 0;
}

/* Footer */
.ttbm_hotel_item_footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px;
    margin-top: auto;
}

.ttbm_hotel_item_nights {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

.ttbm_hotel_item_note {
    font-size: 11px;
    color: #888;
    font-weight: normal;
}

.ttbm_hotel_item_price_action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.ttbm_hotel_item_price {
    font-size: 26px;
    font-weight: 700;
    color: #5b3cbe;
    line-height: 1;
    text-align: right;
}

.ttbm_hotel_item_price .woocommerce-Price-amount,
.ttbm_hotel_item_price .woocommerce-Price-currencySymbol {
    font-size: 26px;
    font-weight: 700;
    color: #5b3cbe;
}

.ttbm_hotel_item_btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #5b3cbe;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.ttbm_hotel_item_btn:hover {
    background: #4a31a0;
}

/* Responsive */
@media (max-width: 600px) {
    .ttbm_hotel_item_card {
        flex-direction: column;
    }

    .ttbm_hotel_item_img {
        flex: none;
        width: 100%;
        height: 200px;
    }

    .ttbm_hotel_item_footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .ttbm_hotel_item_price_action {
        align-items: flex-start;
        width: 100%;
    }

    .ttbm_hotel_item_btn {
        width: 100%;
        justify-content: center;
    }
}

/* ========================================
   Hotel Details Card (hotel_default_selection.php)
   ttbm_hdc_* classes — Image 1 design
   ======================================== */
.ttbm_hdc_card {
    display: flex;
    flex-direction: row;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: box-shadow 0.2s ease;
}
.ttbm_hdc_card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.ttbm_hdc_img {
    flex: 0 0 290px;
    min-height: 240px;
    overflow: hidden;
}

.ttbm_hdc_img img {
    width: 100%;
    height: -webkit-fill-available !important;
    object-fit: cover;
    display: block;
}

.ttbm_hdc_body {
    flex: 1;
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

/* Header: title + rating */
.ttbm_hdc_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
}

.ttbm_hdc_title_link {
    text-decoration: none;
    flex: 1;
    min-width: 0;
}

.ttbm_hdc_title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.3;
}

.ttbm_hdc_rating {
    display: inline-block;
    background: #1a1a2e;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 5px 12px;
    font-size: 13px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Location */
.ttbm_hdc_location {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #666;
    margin: 0;
}

.ttbm_hdc_pin {
    font-size: 13px;
    flex-shrink: 0;
}

/* Description */
.ttbm_hdc_desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #444;
    margin: 0;
    line-height: 1.6;
}

/* Feature tag pills */
.ttbm_hdc_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

.ttbm_hdc_tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f2f0fa;
    color: #444;
    border: 1px solid #e0daf5;
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
}

.ttbm_hdc_tag i {
    color: #5b3cbe;
    font-size: 12px;
}

/* Divider */
.ttbm_hdc_divider {
    border: none;
    border-top: 1px solid #eee;
    margin: 4px 0;
}

/* Footer */
.ttbm_hdc_footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px;
    margin-top: auto;
}

.ttbm_hdc_nights {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

.ttbm_hdc_note {
    font-size: 11px;
    color: #888;
    font-weight: normal;
}

.ttbm_hdc_price_action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.ttbm_hdc_price {
    font-size: 26px;
    font-weight: 700;
    color: #5b3cbe;
    line-height: 1;
}

.ttbm_hdc_price .woocommerce-Price-amount,
.ttbm_hdc_price .woocommerce-Price-currencySymbol {
    font-size: 26px;
    font-weight: 700;
    color: #5b3cbe;
}

.ttbm_hdc_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #5b3cbe;
    color: #fff !important;
    padding: 11px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.ttbm_hdc_btn:hover {
    background: #4a31a0;
}

/**
 * FIX: List view mobile responsiveness — cards were horizontal with fixed 280px image,
 *      causing content to be crushed on narrow screens.
 * AUTHOR: Kimi
 * ISSUE: Hotel search result list view mobile layout broken
 * SOLVED: 2026-05-14
 * CONTEXT: Added responsive breakpoint for list-view cards to stack vertically on mobile.
 */
@media (max-width: 768px) {
    /* ---- Hotel list cards (list view) ---- */
    .ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_card,
    .ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_location_lists_card,
    .ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_popular_card {
        flex-direction: column;
    }

    .ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_card_content {
        flex-direction: column;
    }

    .ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_image {
        flex: none;
        width: 100%;
        height: 200px;
        min-height: unset;
    }

    .ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_content {
        padding: 14px 16px;
        gap: 10px;
    }

    .ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_header {
        flex-wrap: wrap;
        gap: 8px;
    }

    .ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_title {
        font-size: 18px;
    }

    .ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_price_right {
        align-items: flex-start;
        width: 100%;
    }

    .ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_price {
        font-size: 22px;
    }

    .ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_price .woocommerce-Price-amount,
    .ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_price .woocommerce-Price-currencySymbol {
        font-size: 22px;
    }

    .ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_button {
        width: 100%;
        justify-content: center;
    }

    /* ---- Grid view fallback (existing) ---- */
    .ttbm_hotel_lists_wrapper.grid-view {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* ---- Hotel details cards (ttbm_hdc_*) ---- */
    .ttbm_hdc_card {
        flex-direction: column;
    }

    .ttbm_hdc_img {
        flex: none;
        width: 100%;
        height: 220px;
        min-height: unset;
    }

    .ttbm_hdc_footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .ttbm_hdc_price_action {
        align-items: flex-start;
        width: 100%;
    }

    .ttbm_hdc_btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .ttbm_hotel_lists_wrapper.grid-view {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_image {
        height: 180px;
    }

    .ttbm_hotel_lists_wrapper.list-view .ttbm_hotel_lists_title {
        font-size: 16px;
    }
}