.wte-ac-room-option {
    margin: 15px 0;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 4px;
}

.wte-ac-room-option label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.wte-ac-room-option input[type="checkbox"] {
    margin-right: 10px;
}

.wte-ac-room-charge td {
    font-weight: 600;
    color: #444;
}