/* ==================== */
/* Hotel Form & Cards   */
/* ==================== */

#lc-message {
    display: none;
}

/* Room Types List (Production) */
#lc-room-types-list {
    display: grid;
    gap: 16px;
}

#lc-room-types-list .lc-room-type-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 16px;
    background: #2f2f2f !important;
    box-shadow: none;
}

#lc-room-types-list .lc-room-type-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

#lc-room-types-list .lc-room-type-header h4 {
    margin: 0;
    color: #d9b97a;
    font-size: 18px;
}

#lc-room-types-list .lc-room-type-fields .lc-row {
    margin-bottom: 12px;
}

#lc-room-types-list .lc-room-type-fields label {
    color: #d9b97a;
}

#lc-room-types-list .lc-room-type-fields input,
#lc-room-types-list .lc-room-type-fields textarea,
#lc-room-types-list .lc-room-type-fields select {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

#lc-room-types-list .lc-room-type-fields input::placeholder,
#lc-room-types-list .lc-room-type-fields textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

#lc-room-types-list .lc-remove-room-type {
    background: #d9b97a;
    color: #000;
    border: none;
    border-radius: 999px;
    padding: 10px 14px;
}

#lc-room-types-list .lc-remove-room-type:hover {
    opacity: 0.92;
}

/* iCal Section inside Room Types */
#lc-room-types-list .lc-room-type-ical-section {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed rgba(255, 255, 255, 0.18);
}

#lc-room-types-list .lc-room-type-ical-section .lc-form-group label {
    color: #d9b97a;
}

#lc-room-types-list .lc-room-type-ical-section input[type="url"] {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

#lc-room-types-list .lc-room-type-ical-section input[type="url"]::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

#lc-room-types-list .lc-room-type-ical-message {
    margin-bottom: 10px;
}

#lc-room-types-list .lc-room-type-ical-section .lc-ical-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

/* Empty State */
.lc-room-types-empty {
    padding: 20px;
    border: 2px dashed rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
}

.lc-room-types-empty p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

/* Add Button Wrapper */
.lc-add-room-type-wrap {
    margin-top: 16px;
}

/* ==================== */
/* Hotel Card (Legacy / Global) */
/* ==================== */

.lc-property-item-image-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.lc-page-title .fas.fa-hotel {
    color: #E2C48E;
    margin-right: 6px;
}

.lc-property-item-title .fas.fa-hotel {
    color: #E2C48E;
    font-size: 18px;
    margin-right: 6px;
}