
/* Scoped overrides for dynamic behavior and specific layout fixes */

/* Icons constraint */
.hotel_room_visitors img[data-v-6f4ac038] {
    width: 16px; 
    height: 16px;
    vertical-align: middle;
    margin: 0 2px;
}

/* Ensure the about grid works if global CSS is insufficient */
.about_hotel_block[data-v-6f4ac038] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    gap: 30px;
    margin-top: 30px;
}

/* Utils */
.no_reviews[data-v-6f4ac038], .no_stars[data-v-6f4ac038] { color: #999;font-style: italic;
}

/* Image handling for dynamic URLs */
.main_hotel_image[data-v-6f4ac038], .gallery_thumb[data-v-6f4ac038] {
    background-size: cover;
    background-position: center;
}

/* Gallery Thumbs Layout (if not handled by global) */
.gallery_thumbs_container[data-v-6f4ac038] {
    margin-top: 15px;
    overflow-x: auto;
}
.gallery_thumbs_wrap[data-v-6f4ac038] {
    display: flex;
    gap: 10px;
    padding-bottom: 5px;
}
.gallery_thumb[data-v-6f4ac038] {
    width: 80px;
    height: 60px;
    border-radius: 6px;
    cursor: pointer;
    flex-shrink: 0;
}
.gallery_thumb.active[data-v-6f4ac038] {
    border: 2px solid #5ab12a;
}

/* Discount Badge */
.catalog_item_discount_badge[data-v-6f4ac038] {
    display: inline-block;
    color: #e30613;
    font-size: 11px;
    margin-top: 2px;
    font-weight: 700;
}
.hotel_room_topline_result_price[data-v-6f4ac038] {
    text-align: right;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Price Button Refinement */
.catalog_item_price_result[data-v-6f4ac038] {
    padding: 14px 40px 14px 18px !important;
    display: flex !important;
}
.catalog_item_price_result[data-v-6f4ac038] {
    min-width: 200px;
    height: 56px;
    align-items: center;
    justify-content: flex-start;
}
.catalog_item_current_price[data-v-6f4ac038] {
    font-size: 22px !important;
    font-weight: 700 !important;
}
.catalog_item_current_price[data-v-6f4ac038] {
    line-height: 1;
}
.catalog_item_old_price[data-v-6f4ac038] {
    font-size: 13px !important;
}
.catalog_item_old_price[data-v-6f4ac038] {
    opacity: 0.7;
}

/* Visitor icons limit */
.hotel_room_visitors_list img[data-v-6f4ac038] {
    width: 18px !important;
    height: 18px !important;
}
.hotel_room_visitors_list img[data-v-6f4ac038] {
    margin-right: 4px;
}
.hotel_room_visitors_list li[data-v-6f4ac038] {
    font-weight: 600;
}

/* Ensure content is block and has layout */
.hotel_rooms_line_content[data-v-6f4ac038] {
    overflow: hidden;
}

/* Rating in content */
.green_txt[data-v-6f4ac038] {
    color: #03C3D0 !important;
}

/* Layout Fix for Room Line */
.hotel_rooms_topline[data-v-6f4ac038] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hotel_room_title[data-v-6f4ac038] {
    float: none !important;
    height: auto !important;
}
.hotel_room_title[data-v-6f4ac038] {
    min-height: 52px;
}
.hotel_room_topline_info[data-v-6f4ac038] {
    float: none !important;
    min-height: auto !important;
}
.hotel_room_topline_result[data-v-6f4ac038] {
    float: none !important;
}

