.elementor-141 .elementor-element.elementor-element-3bd0315{--display:flex;}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ){font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-141 .elementor-element.elementor-element-a9b639e{--display:flex;}.elementor-141 .elementor-element.elementor-element-e4b2083{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-141 .elementor-element.elementor-element-1fc348a{--display:flex;}.elementor-141 .elementor-element.elementor-element-20388f2{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;--n-tabs-title-gap:10px;--n-tabs-title-border-radius:15px 015px 0px 0px;--n-tabs-title-color:#2271B1;--n-tabs-title-color-active:#2271B1;}.elementor-141 .elementor-element.elementor-element-20388f2 > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected='false']:not( :hover ){background:#F5F5F5;}.elementor-141 .elementor-element.elementor-element-20388f2.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:#4EA8DA;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-141 .elementor-element.elementor-element-20388f2.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-141 .elementor-element.elementor-element-20388f2.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:#FFFFFF;border-style:solid;border-width:0px 0px 05px 0px;border-color:#2271C2;box-shadow:-7px 5px 10px 0px rgba(0,0,0,0.5);}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-594bffa *//* Modern Secretariat Dashboard Styles */
.pcl-dashboard {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

/* Tabs Navigation */
.pcl-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    border-bottom: 2px solid #e2e8f0;
    flex-wrap: wrap;
}

.pcl-tab {
    padding: 12px 24px;
    background: transparent;
    border: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    color: #64748b;
    transition: all 0.2s ease;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.pcl-tab:hover {
    color: #3b82f6;
    background: #f8fafc;
}

.pcl-tab.active {
    color: #3b82f6;
    background: #ffffff;
}

.pcl-tab.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #3b82f6;
}

.pcl-tab-badge {
    display: inline-block;
    background: #e2e8f0;
    color: #475569;
    border-radius: 20px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
}

.pcl-tab.active .pcl-tab-badge {
    background: #3b82f6;
    color: white;
}

/* Table Container */
.pcl-table-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    overflow-x: auto;
    margin-bottom: 30px;
}

/* Table Styles */
.pcl-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.pcl-table th {
    background: #f8fafc;
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    color: #1e293b;
    border-bottom: 2px solid #e2e8f0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pcl-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
    vertical-align: middle;
}

.pcl-table tr:hover {
    background: #f8fafc;
}

/* Status Badges */
.pcl-status {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.pcl-status-pending {
    background: #fef3c7;
    color: #d97706;
}

.pcl-status-approved {
    background: #d1fae5;
    color: #059669;
}

.pcl-status-rejected {
    background: #fee2e2;
    color: #dc2626;
}

.pcl-status-paid {
    background: #dbeafe;
    color: #2563eb;
}

.pcl-status-unpaid {
    background: #f1f5f9;
    color: #64748b;
}

/* Buttons */
.pcl-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pcl-btn {
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    background: transparent;
}

.pcl-btn-view {
    background: #e2e8f0;
    color: #334155;
}

.pcl-btn-view:hover {
    background: #cbd5e1;
    text-decoration: none;
    color: #1e293b;
}

.pcl-btn-approve {
    background: #d1fae5;
    color: #059669;
}

.pcl-btn-approve:hover {
    background: #a7f3d0;
    text-decoration: none;
    color: #047857;
}

.pcl-btn-reject {
    background: #fee2e2;
    color: #dc2626;
}

.pcl-btn-reject:hover {
    background: #fecaca;
    text-decoration: none;
    color: #b91c1c;
}

.pcl-btn-small {
    padding: 4px 10px;
    font-size: 11px;
}

/* Reference Number */
.pcl-reference {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    color: #3b82f6;
    font-size: 13px;
}

/* Empty State */
.pcl-empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #94a3b8;
}

.pcl-empty-state p {
    font-size: 15px;
    margin: 0;
}

/* Modal */
.pcl-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.pcl-modal-content {
    background: white;
    border-radius: 16px;
    max-width: 550px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
}

.pcl-modal-header {
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pcl-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
}

.pcl-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #94a3b8;
    padding: 0;
    line-height: 1;
}

.pcl-modal-close:hover {
    color: #475569;
}

.pcl-modal-body {
    padding: 24px;
}

.pcl-detail-row {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}

.pcl-detail-label {
    font-weight: 600;
    color: #475569;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.pcl-detail-value {
    color: #0f172a;
    font-size: 15px;
}

.pcl-delegate-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pcl-delegate-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}

.pcl-delegate-name {
    font-weight: 500;
    color: #0f172a;
}

.pcl-delegate-position {
    font-size: 12px;
    color: #64748b;
    margin-left: 8px;
}

/* Access Denied */
.pcl-access-denied {
    background: #fef2f2;
    border-left: 4px solid #dc2626;
    padding: 16px 20px;
    border-radius: 8px;
    color: #991b1b;
    font-weight: 500;
}

/* Section Headers */
.pcl-section-header {
    margin: 30px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
}

.pcl-section-header h2 {
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pcl-section-header span {
    background: #3b82f6;
    color: white;
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .pcl-dashboard {
        padding: 12px;
    }
    
    .pcl-tab {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .pcl-table th,
    .pcl-table td {
        padding: 10px 12px;
    }
    
    .pcl-actions {
        flex-direction: column;
        gap: 4px;
    }
    
    .pcl-btn {
        text-align: center;
        justify-content: center;
    }
    
    .pcl-modal-content {
        width: 95%;
        margin: 20px;
    }
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pcl-table-container {
    animation: fadeIn 0.3s ease;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-594bffa *//* Modern Secretariat Dashboard Styles */
.pcl-dashboard {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

/* Tabs Navigation */
.pcl-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    border-bottom: 2px solid #e2e8f0;
    flex-wrap: wrap;
}

.pcl-tab {
    padding: 12px 24px;
    background: transparent;
    border: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    color: #64748b;
    transition: all 0.2s ease;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.pcl-tab:hover {
    color: #3b82f6;
    background: #f8fafc;
}

.pcl-tab.active {
    color: #3b82f6;
    background: #ffffff;
}

.pcl-tab.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #3b82f6;
}

.pcl-tab-badge {
    display: inline-block;
    background: #e2e8f0;
    color: #475569;
    border-radius: 20px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
}

.pcl-tab.active .pcl-tab-badge {
    background: #3b82f6;
    color: white;
}

/* Table Container */
.pcl-table-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    overflow-x: auto;
    margin-bottom: 30px;
}

/* Table Styles */
.pcl-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.pcl-table th {
    background: #f8fafc;
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    color: #1e293b;
    border-bottom: 2px solid #e2e8f0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pcl-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
    vertical-align: middle;
}

.pcl-table tr:hover {
    background: #f8fafc;
}

/* Status Badges */
.pcl-status {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.pcl-status-pending {
    background: #fef3c7;
    color: #d97706;
}

.pcl-status-approved {
    background: #d1fae5;
    color: #059669;
}

.pcl-status-rejected {
    background: #fee2e2;
    color: #dc2626;
}

.pcl-status-paid {
    background: #dbeafe;
    color: #2563eb;
}

.pcl-status-unpaid {
    background: #f1f5f9;
    color: #64748b;
}

/* Buttons */
.pcl-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pcl-btn {
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    background: transparent;
}

.pcl-btn-view {
    background: #e2e8f0;
    color: #334155;
}

.pcl-btn-view:hover {
    background: #cbd5e1;
    text-decoration: none;
    color: #1e293b;
}

.pcl-btn-approve {
    background: #d1fae5;
    color: #059669;
}

.pcl-btn-approve:hover {
    background: #a7f3d0;
    text-decoration: none;
    color: #047857;
}

.pcl-btn-reject {
    background: #fee2e2;
    color: #dc2626;
}

.pcl-btn-reject:hover {
    background: #fecaca;
    text-decoration: none;
    color: #b91c1c;
}

.pcl-btn-small {
    padding: 4px 10px;
    font-size: 11px;
}

/* Reference Number */
.pcl-reference {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    color: #3b82f6;
    font-size: 13px;
}

/* Empty State */
.pcl-empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #94a3b8;
}

.pcl-empty-state p {
    font-size: 15px;
    margin: 0;
}

/* Modal */
.pcl-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.pcl-modal-content {
    background: white;
    border-radius: 16px;
    max-width: 550px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
}

.pcl-modal-header {
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pcl-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
}

.pcl-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #94a3b8;
    padding: 0;
    line-height: 1;
}

.pcl-modal-close:hover {
    color: #475569;
}

.pcl-modal-body {
    padding: 24px;
}

.pcl-detail-row {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}

.pcl-detail-label {
    font-weight: 600;
    color: #475569;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.pcl-detail-value {
    color: #0f172a;
    font-size: 15px;
}

.pcl-delegate-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pcl-delegate-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}

.pcl-delegate-name {
    font-weight: 500;
    color: #0f172a;
}

.pcl-delegate-position {
    font-size: 12px;
    color: #64748b;
    margin-left: 8px;
}

/* Access Denied */
.pcl-access-denied {
    background: #fef2f2;
    border-left: 4px solid #dc2626;
    padding: 16px 20px;
    border-radius: 8px;
    color: #991b1b;
    font-weight: 500;
}

/* Section Headers */
.pcl-section-header {
    margin: 30px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
}

.pcl-section-header h2 {
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pcl-section-header span {
    background: #3b82f6;
    color: white;
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .pcl-dashboard {
        padding: 12px;
    }
    
    .pcl-tab {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .pcl-table th,
    .pcl-table td {
        padding: 10px 12px;
    }
    
    .pcl-actions {
        flex-direction: column;
        gap: 4px;
    }
    
    .pcl-btn {
        text-align: center;
        justify-content: center;
    }
    
    .pcl-modal-content {
        width: 95%;
        margin: 20px;
    }
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pcl-table-container {
    animation: fadeIn 0.3s ease;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-594bffa *//* Modern Secretariat Dashboard Styles */
.pcl-dashboard {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

/* Tabs Navigation */
.pcl-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    border-bottom: 2px solid #e2e8f0;
    flex-wrap: wrap;
}

.pcl-tab {
    padding: 12px 24px;
    background: transparent;
    border: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    color: #64748b;
    transition: all 0.2s ease;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.pcl-tab:hover {
    color: #3b82f6;
    background: #f8fafc;
}

.pcl-tab.active {
    color: #3b82f6;
    background: #ffffff;
}

.pcl-tab.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #3b82f6;
}

.pcl-tab-badge {
    display: inline-block;
    background: #e2e8f0;
    color: #475569;
    border-radius: 20px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
}

.pcl-tab.active .pcl-tab-badge {
    background: #3b82f6;
    color: white;
}

/* Table Container */
.pcl-table-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    overflow-x: auto;
    margin-bottom: 30px;
}

/* Table Styles */
.pcl-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.pcl-table th {
    background: #f8fafc;
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    color: #1e293b;
    border-bottom: 2px solid #e2e8f0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pcl-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
    vertical-align: middle;
}

.pcl-table tr:hover {
    background: #f8fafc;
}

/* Status Badges */
.pcl-status {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.pcl-status-pending {
    background: #fef3c7;
    color: #d97706;
}

.pcl-status-approved {
    background: #d1fae5;
    color: #059669;
}

.pcl-status-rejected {
    background: #fee2e2;
    color: #dc2626;
}

.pcl-status-paid {
    background: #dbeafe;
    color: #2563eb;
}

.pcl-status-unpaid {
    background: #f1f5f9;
    color: #64748b;
}

/* Buttons */
.pcl-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pcl-btn {
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    background: transparent;
}

.pcl-btn-view {
    background: #e2e8f0;
    color: #334155;
}

.pcl-btn-view:hover {
    background: #cbd5e1;
    text-decoration: none;
    color: #1e293b;
}

.pcl-btn-approve {
    background: #d1fae5;
    color: #059669;
}

.pcl-btn-approve:hover {
    background: #a7f3d0;
    text-decoration: none;
    color: #047857;
}

.pcl-btn-reject {
    background: #fee2e2;
    color: #dc2626;
}

.pcl-btn-reject:hover {
    background: #fecaca;
    text-decoration: none;
    color: #b91c1c;
}

.pcl-btn-small {
    padding: 4px 10px;
    font-size: 11px;
}

/* Reference Number */
.pcl-reference {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    color: #3b82f6;
    font-size: 13px;
}

/* Empty State */
.pcl-empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #94a3b8;
}

.pcl-empty-state p {
    font-size: 15px;
    margin: 0;
}

/* Modal */
.pcl-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.pcl-modal-content {
    background: white;
    border-radius: 16px;
    max-width: 550px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
}

.pcl-modal-header {
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pcl-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
}

.pcl-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #94a3b8;
    padding: 0;
    line-height: 1;
}

.pcl-modal-close:hover {
    color: #475569;
}

.pcl-modal-body {
    padding: 24px;
}

.pcl-detail-row {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}

.pcl-detail-label {
    font-weight: 600;
    color: #475569;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.pcl-detail-value {
    color: #0f172a;
    font-size: 15px;
}

.pcl-delegate-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pcl-delegate-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}

.pcl-delegate-name {
    font-weight: 500;
    color: #0f172a;
}

.pcl-delegate-position {
    font-size: 12px;
    color: #64748b;
    margin-left: 8px;
}

/* Access Denied */
.pcl-access-denied {
    background: #fef2f2;
    border-left: 4px solid #dc2626;
    padding: 16px 20px;
    border-radius: 8px;
    color: #991b1b;
    font-weight: 500;
}

/* Section Headers */
.pcl-section-header {
    margin: 30px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
}

.pcl-section-header h2 {
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pcl-section-header span {
    background: #3b82f6;
    color: white;
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .pcl-dashboard {
        padding: 12px;
    }
    
    .pcl-tab {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .pcl-table th,
    .pcl-table td {
        padding: 10px 12px;
    }
    
    .pcl-actions {
        flex-direction: column;
        gap: 4px;
    }
    
    .pcl-btn {
        text-align: center;
        justify-content: center;
    }
    
    .pcl-modal-content {
        width: 95%;
        margin: 20px;
    }
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pcl-table-container {
    animation: fadeIn 0.3s ease;
}/* End custom CSS */
/* Start custom CSS for nested-tabs, class: .elementor-element-20388f2 *//* Style your existing dashboard tables */
h2 {
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    margin: 30px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

table th {
    background: #f8fafc;
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    color: #1e293b;
    border-bottom: 2px solid #e2e8f0;
    font-size: 13px;
    text-transform: uppercase;
}

table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
}

table tr:hover {
    background: #f8fafc;
}

.view-btn {
    background: #e2e8f0;
    color: #334155;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.view-btn:hover {
    background: #cbd5e1;
}

a[href*="approve"] {
    background: #d1fae5;
    color: #059669;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin: 0 2px;
}

a[href*="approve"]:hover {
    background: #a7f3d0;
    color: #047857;
}

a[href*="reject"] {
    background: #fee2e2;
    color: #dc2626;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin: 0 2px;
}

a[href*="reject"]:hover {
    background: #fecaca;
    color: #b91c1c;
}

/* Status text styling */
td:contains("pending") {
    color: #d97706;
    font-weight: 600;
}

td:contains("approved") {
    color: #059669;
    font-weight: 600;
}

td:contains("rejected") {
    color: #dc2626;
    font-weight: 600;
}

td:contains("Paid") {
    color: #2563eb;
    font-weight: 600;
}

td:contains("Unpaid") {
    color: #64748b;
}

/* Modal styling */
#pcl-modal {
    background: white !important;
    border-radius: 16px !important;
    border: none !important;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1) !important;
    padding: 0 !important;
    width: 500px !important;
    max-width: 90% !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

#pcl-modal button {
    background: #e2e8f0;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    margin: 20px;
}

#pcl-modal-content {
    padding: 24px;
}

/* Responsive */
@media (max-width: 768px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }
    
    table th {
        display: none;
    }
    
    table tr {
        margin-bottom: 16px;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        padding: 12px;
    }
    
    table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 12px;
        border-bottom: 1px solid #e2e8f0;
    }
    
    table td:before {
        content: attr(data-label);
        font-weight: 600;
        color: #475569;
    }
}/* End custom CSS */