@media(min-width:480px){.elementor-4865 .elementor-element.elementor-element-dcf9a84{width:100%;}.elementor-4865 .elementor-element.elementor-element-6dd7630{width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-a95d8bf *//* Room Selection Styling */
.room-selection {
    margin-top: 20px;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

/* Room Item - Display in a Single Row */
.room-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1f1f1;
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
}

/* Room Label */
.room-item span {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    flex-grow: 1;
}

/* Counter Buttons */
.room-item button {
    background: #796f51;
    border: none;
    color: white;
    font-size: 16px;
    padding: 5px 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    margin: 0 5px;
}

.room-item button:hover {
    background: #5f5641;
}

/* Numeric Counter Styling */
.room-item .room-count {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    text-align: center;
    min-width: 30px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-039f5ab *//* Room Selection Styling */
.room-selection {
    margin-top: 20px;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

/* Room Item - Display in a Single Row */
.room-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1f1f1;
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
}

/* Room Label */
.room-item span {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    flex-grow: 1;
}

/* Counter Buttons */
.room-item button {
    background: #796f51;
    border: none;
    color: white;
    font-size: 16px;
    padding: 5px 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    margin: 0 5px;
}

.room-item button:hover {
    background: #5f5641;
}

/* Numeric Counter Styling */
.room-item .room-count {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    text-align: center;
    min-width: 30px;
}/* End custom CSS */