#pha-membership-statistics{
    font-family: Arial, Helvetica, sans-serif;
    color:#333;
}

/* Section */
#pha-membership-statistics h2{
    margin:40px 0 15px;
    padding:12px 18px;
    background:#016C3B;
    color:#fff;
    font-size:22px;
    font-weight:600;
    border-radius:6px;
    text-align: center;
}

#pha-membership-statistics h2:first-child{
    margin-top:0;
}

/* Table */
.pha-table{
    width:100%;
    border-collapse:collapse;
    margin-bottom:35px;
    background:#fff;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
    border-radius:8px;
    overflow:hidden;
}

.pha-table thead tr:first-child{
    background:#016C3B;
    color:#fff;
}

.pha-table thead tr:nth-child(2){
    background:#eaf3ff;
}

.pha-table th,
.pha-table td{
    border:1px solid #dee2e6;
    padding:10px 8px;
    text-align:center;
    font-size:14px;
}

.pha-table th{
    font-weight:600;
}

.pha-table tbody tr:nth-child(even){
    background:#f8f9fa;
}

.pha-table tbody tr:hover{
    background:#eef5ff;
}

.pha-table td:first-child,
.pha-table th:first-child{
    text-align:left;
    font-weight:600;
    white-space:nowrap;
}

/* Grand Total */
.pha-table tbody tr:last-child{
    background:#d1e7dd;
    font-weight:bold;
}

.pha-table tbody tr:last-child th,
.pha-table tbody tr:last-child td{
    color:#0f5132;
}

/* Responsive */
@media (max-width:1200px){

    #pha-membership-statistics{
        overflow-x:auto;
    }

    .pha-table{
        min-width:1500px;
    }

}

/* Loading */
#pha-membership-statistics p{
    padding:25px;
    text-align:center;
    color:#666;
    font-size:16px;
}

.pha-region-total{
    background:#fff3cd !important;
    font-weight:bold;
}

.pha-region-total th,
.pha-region-total td{
    color:#664d03;
}

.pha-header{
    text-align:center;
    margin-bottom:30px;
    padding:25px 20px;
    background:linear-gradient(135deg,#016C3B,#02884A);
    color:#fff;
    border-radius:10px;
    box-shadow:0 4px 12px rgba(1,108,59,.25);
}

.pha-header h1{
    margin:0;
    font-size:36px;
    font-weight:700;
    text-transform:uppercase;
}

.pha-header p{
    margin-top:10px;
    font-size:18px;
    color:#e9f7ef;
    font-style:italic;
}