/* ========================================
   FIX: WordPress CSS overriding WHMCS
   ======================================== */

/* Restore base font sizing */
body.whmcsbody {
    font-size: 16px !important;
}

.whmcscontainer {
    font-size: 16px !important;
    line-height: 1.5;
}

/* Restore text elements */
.whmcscontainer p,
.whmcscontainer li,
.whmcscontainer a,
.whmcscontainer label,
.whmcscontainer input,
.whmcscontainer select,
.whmcscontainer textarea,
.whmcscontainer td,
.whmcscontainer th {
    font-size: 15px !important;
}

/* Restore Bootstrap muted text */
.whmcscontainer .text-muted {
    color: #6c757d !important;
}

/* Restore small text */
.whmcscontainer small,
.whmcscontainer .small {
    font-size: 0.875rem !important;
}

/* Restore form controls */
.whmcscontainer .form-control,
.whmcscontainer .custom-select {
    font-size: 1rem !important;
}

/* Restore buttons */
.whmcscontainer .btn {
    font-size: 1rem !important;
}

/* Restore cards and tables */
.whmcscontainer .card,
.whmcscontainer .panel,
.whmcscontainer .table {
    font-size: 15px !important;
}

/* Restore headings */
.whmcscontainer h1 { font-size: 2rem !important; }
.whmcscontainer h2 { font-size: 1.75rem !important; }
.whmcscontainer h3 { font-size: 1.5rem !important; }
.whmcscontainer h4 { font-size: 1.25rem !important; }

/* Product and page description text */
.whmcscontainer .sub-heading,
.whmcscontainer .lead,
.whmcscontainer .sidebar-main-content p,
.whmcscontainer .product-desc,
.whmcscontainer .product-description {
    font-size: 15px !important;
    line-height: 1.6 !important;
}


/* Force WHMCS pages back to normal browser scale */
html,
body.whmcsbody,
body.wordpressbody.whmcsbody {
    font-size: 100% !important;
}

/* Restore WHMCS application base */
body.whmcsbody {
    line-height: 1.5 !important;
}

/* Keep WHMCS content readable */
.whmcscontainer,
.whmcscontainer .contentarea,
.whmcscontainer .sidebar-main-content {
    font-size: 16px !important;
}

/* Standard text */
.whmcscontainer p,
.whmcscontainer li,
.whmcscontainer a,
.whmcscontainer label,
.whmcscontainer input,
.whmcscontainer select,
.whmcscontainer textarea,
.whmcscontainer td,
.whmcscontainer th {
    font-size: 15px !important;
}

/* Headings */
.whmcscontainer h1 { font-size: 2rem !important; }
.whmcscontainer h2 { font-size: 1.75rem !important; }
.whmcscontainer h3 { font-size: 1.5rem !important; }
.whmcscontainer h4 { font-size: 1.25rem !important; }

/* Small/meta text */
.whmcscontainer small,
.whmcscontainer .small,
.whmcscontainer .text-muted {
    font-size: 0.875rem !important;
}

.whmcscontainer .text-muted {
    color: #6c757d !important;
}




