.elementor-2262 .elementor-element.elementor-element-afc0636{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-67d9271 *//* 隐藏摘要描述 */
.mphb-room-type-excerpt p,
.mphb_sc_rooms .entry-summary,
.mphb_sc_rooms .mphb-room-type-excerpt {
    display: none !important;
}

/* Guests/Size/Bed Type 改为横向一行 */
.mphb-room-type-details ul,
.mphb-attributes-wrap ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 0 !important;
}

.mphb-room-type-details ul li,
.mphb-attributes-wrap ul li {
    margin: 0 !important;
}

/* 列表点去掉 */
.mphb-room-type-details ul li::before {
    content: "" !important;
}/* End custom CSS */