.elementor-2127 .elementor-element.elementor-element-e853719{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-e853719 */.room-detail-wrap {
    display: flex;
    gap: 40px;
}

.room-image img {
    width: 100%;
    border-radius: 12px;
}

.room-content {
    display: flex;
    flex-direction: column;
}

.room-amenities {
    list-style: none;
    padding: 0;
}

.room-amenities li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.amenity-icon {
    width: 22px;
}/* End custom CSS */