.elementor-400 .elementor-element.elementor-element-29da6a8{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-d6721e3 *//* ============================================
   PCL Hotel Management System - Modern UX/UI
   Professional, clean, and eye-catching
   ============================================ */

/* ---------- GLOBAL STYLES ---------- */
.pcl-hotel-mgmt {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 1400px;
    margin: 0 auto;
    color: #1e293b;
}

/* ---------- TABS ---------- */
.pcl-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.5rem;
}

.pcl-tab {
    padding: 0.75rem 1.5rem;
    background: transparent;
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    border-radius: 0.5rem 0.5rem 0 0;
    transition: all 0.2s ease;
    font-size: 0.95rem;
}

.pcl-tab:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.pcl-tab.active {
    background: #ffffff;
    color: #2563eb;
    border-bottom: 2px solid #2563eb;
    font-weight: 600;
}

/* ---------- TAB CONTENT ---------- */
.pcl-tab-content {
    display: none;
    padding: 1.5rem 0;
    animation: fadeIn 0.3s ease;
}

.pcl-tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ---------- STATS GRID (Dashboard) ---------- */
.pcl-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.pcl-stat-box {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 1.5rem;
    border-radius: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0;
    transition: transform 0.2s, box-shadow 0.2s;
}

.pcl-stat-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
}

.pcl-stat-box h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
    color: #64748b;
    letter-spacing: 0.5px;
}

.pcl-stat-number {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.2;
}

/* ---------- TABLES ---------- */
.pcl-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin: 1.5rem 0;
}

.pcl-table thead tr {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.pcl-table th {
    padding: 1rem 1.25rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #475569;
    border-bottom: 1px solid #e2e8f0;
}

.pcl-table td {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
    font-size: 0.9rem;
}

.pcl-table tr:last-child td {
    border-bottom: none;
}

.pcl-table tbody tr:hover {
    background-color: #fefce8;
    transition: background 0.2s;
}

/* ---------- BUTTONS - IMPROVED CONSISTENCY ---------- */
.pcl-button,
a.pcl-button,
button.pcl-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: #2563eb;
    color: #ffffff !important;  /* Force white text */
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 0.85rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.5;
    height: auto;
    min-height: 34px;
}

.pcl-button:hover,
a.pcl-button:hover,
button.pcl-button:hover {
    background: #1d4ed8;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.pcl-button:active {
    transform: translateY(0);
}

.pcl-button-danger {
    background: #ef4444;
}

.pcl-button-danger:hover {
    background: #dc2626;
}

/* Delete button red styling */
.pcl-button-danger,
button[name="delete_hotel"],
button[name="delete_room"],
input[name="delete_hotel"],
input[name="delete_room"],
a[href*="unassign"],
button[onclick*="confirm('Delete"] {
    background-color: #ef4444 !important;
    color: white !important;
}

.pcl-button-danger:hover,
button[name="delete_hotel"]:hover,
button[name="delete_room"]:hover,
a[href*="unassign"]:hover {
    background-color: #dc2626 !important;
}

.pcl-button-small {
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    min-height: 30px;
}

.pcl-button-disabled,
.pcl-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Action buttons container inside tables */
.pcl-table td .pcl-button,
.pcl-table td a.pcl-button,
.pcl-table td button.pcl-button {
    margin-right: 0.5rem;
    margin-bottom: 0.25rem;
}

/* ---------- STATUS BADGES ---------- */
.pcl-status {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.pcl-status.pending {
    background: #fef9c3;
    color: #854d0e;
}

.pcl-status.approved {
    background: #dcfce7;
    color: #166534;
}

.pcl-status.rejected {
    background: #fee2e2;
    color: #991b1b;
}

.pcl-status.paid {
    background: #d1fae5;
    color: #065f46;
}

.pcl-status.unpaid {
    background: #ffedd5;
    color: #9a3412;
}

/* ---------- FORMS - MODERN CARDS ---------- */
.pcl-form-card {
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 1.75rem;
    margin-bottom: 2rem;
    border: 1px solid #e2e8f0;
}

.pcl-form-card h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #0f172a;
    border-left: 4px solid #2563eb;
    padding-left: 1rem;
}

.pcl-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}

.pcl-form-group {
    margin-bottom: 0;
}

.pcl-form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.85rem;
    color: #334155;
}

.pcl-form-group input,
.pcl-form-group select,
.pcl-form-group textarea {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    transition: border 0.2s, box-shadow 0.2s;
    background: #ffffff;
}

.pcl-form-group input:focus,
.pcl-form-group select:focus,
.pcl-form-group textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.pcl-form-actions {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ---------- SUCCESS/ERROR MESSAGES ---------- */
.pcl-success {
    background: #e0f2fe;
    color: #0369a1;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    border-left: 4px solid #0ea5e9;
    margin: 1rem 0;
    font-weight: 500;
}

.pcl-error {
    background: #fee2e2;
    color: #b91c1c;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    border-left: 4px solid #ef4444;
    margin: 1rem 0;
    font-weight: 500;
}

/* ---------- MODAL (PCL MODAL) ---------- */
#pcl-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

#pcl-modal > div:first-of-type {
    background: white;
    max-width: 700px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: modalSlideIn 0.2s ease-out;
}

@keyframes modalSlideIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

#pcl-modal-content {
    padding: 1.5rem;
}

#pcl-modal-content h3,
#pcl-modal-content h4 {
    margin-top: 0;
    color: #0f172a;
}

#pcl-modal-content hr {
    margin: 1rem 0;
    border: none;
    border-top: 1px solid #e2e8f0;
}

#pcl-modal button {
    background: #f1f5f9;
    border: none;
    padding: 0.5rem 1.25rem;
    border-radius: 2rem;
    cursor: pointer;
    font-weight: 500;
    margin-top: 1rem;
}

#pcl-modal button:hover {
    background: #e2e8f0;
}

/* ---------- LIVE DASHBOARD CARDS ---------- */
.pcl-live-hotel-card {
    background: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.pcl-live-hotel-header {
    background: #f1f5f9;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.pcl-live-hotel-header h3 {
    margin: 0;
    font-weight: 700;
    font-size: 1.25rem;
}

.pcl-live-hotel-stats {
    display: flex;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: #fefce8;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
    .pcl-table th,
    .pcl-table td {
        padding: 0.75rem;
        font-size: 0.8rem;
    }
    
    .pcl-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    
    .pcl-tab {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }
    
    .pcl-form-group input,
    .pcl-form-group select,
    .pcl-form-group textarea {
        max-width: 100%;
    }
    
    .pcl-button,
    a.pcl-button,
    button.pcl-button {
        padding: 0.4rem 1rem;
        font-size: 0.8rem;
    }
}

/* ---------- LOCATION DROPDOWNS (UM / WPUF) ---------- */
select option:first-child {
    color: #94a3b8;
    font-style: italic;
}

select[name="province"]:disabled,
select[name="lgu"]:disabled {
    background-color: #f1f5f9;
    cursor: not-allowed;
    color: #64748b;
}

/* ---------- REGISTRATION FORM ENHANCEMENTS ---------- */
.wpuf-form-add .wpuf-label label {
    font-weight: 600;
    color: #0f172a;
}

.wpuf-form-add input[type="text"],
.wpuf-form-add input[type="email"],
.wpuf-form-add input[type="number"],
.wpuf-form-add select,
.wpuf-form-add textarea {
    border-radius: 0.5rem;
    border: 1px solid #cbd5e1;
    padding: 0.6rem 0.75rem;
}

.wpuf-submit .submit-wrap input[type="submit"] {
    background: #2563eb;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    transition: all 0.2s;
}

.wpuf-submit .submit-wrap input[type="submit"]:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

/* ---------- COUNCILOR CHECKBOXES ---------- */
.wpuf-fields .wpuf-checkbox-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0.75rem;
    background: #f8fafc;
    padding: 0.4rem 0.8rem;
    border-radius: 2rem;
    font-size: 0.85rem;
    border: 1px solid #e2e8f0;
}

/* ---------- REGISTRATION BUTTON (Event Page) ---------- */
.pcl-register-btn {
    display: inline-block;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: white;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
}

.pcl-register-btn:hover {
    transform: scale(1.02);
    background: linear-gradient(135deg, #1d4ed8, #1e3a8a);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* ---------- USER APPROVAL TABLE ---------- */
.pcl-user-approval-table {
    width: 100%;
    background: white;
    border-radius: 1rem;
    overflow: hidden;
}

/* ---------- CUSTOM SCROLLBAR (for modals) ---------- */
#pcl-modal-content::-webkit-scrollbar {
    width: 6px;
}

#pcl-modal-content::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}

#pcl-modal-content::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

#pcl-modal-content::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* ---------- HOTEL SELECTOR FOR ROOMS TAB ---------- */
.pcl-hotel-.elementor-400 .elementor-element.elementor-element-d6721e3 {
    background: #f8fafc;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid #e2e8f0;
}

.pcl-hotel-.elementor-400 .elementor-element.elementor-element-d6721e3 label {
    font-weight: 600;
    margin-right: 1rem;
}

.pcl-hotel-.elementor-400 .elementor-element.elementor-element-d6721e3 select {
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #cbd5e1;
    min-width: 250px;
}

/* ---------- PRINT STYLES (optional) ---------- */
@media print {
    .pcl-tabs,
    .pcl-button,
    .pcl-form-card,
    .pcl-hotel-.elementor-400 .elementor-element.elementor-element-d6721e3,
    .pcl-form-actions {
        display: none;
    }
    .pcl-table {
        box-shadow: none;
        border: 1px solid #ccc;
    }
}/* End custom CSS */