.ttbm_hotel_container {
    font-family: Arial, sans-serif;
    /*max-width: 400px;*/
    flex: 1;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    background-color: #fff;
    color: #666666;
}

.ttbm_hotel_rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.ttbm_hotel_star {
    color: #FFD700;
    margin-right: 8px;
    font-size: 18px;
}

.ttbm_hotel_location {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.ttbm_hotel_location_icon {
    margin-right: 8px;
    font-size: 18px;
}

.ttbm_hotel_location_text {
    font-size: 14px;
}

.ttbm_hotel_nearby_title {
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.ttbm_hotel_nearby_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.ttbm_hotel_nearby_icon {
    margin-right: 8px;
    font-size: 18px;
}

.ttbm_hotel_nearby_text {
    font-size: 14px;
}

.ttbm_hotel_distance {
    font-weight: normal;
}

.ttbm_hotel_highlight {
    cursor: pointer;
}

/* Prefixing all styles with ttbm_hotel_ */
.ttbm_hotel_ordered_room_list {
    display: flex !important;
    gap: 15px;
    font-family: Arial, sans-serif;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ttbm_hotel_room {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.ttbm_hotel_room_name {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.ttbm_hotel_qty,
.ttbm_hotel_price {
    font-size: 1em;
    color: #555;
    margin-bottom: 5px;
}

.ttbm_hotel_qty {
    font-weight: normal;
}

.ttbm_hotel_price {
    font-weight: bold;
    color: #007cba; /* Change this to match your theme's accent color */
}



