/* =========================================================
   WP Performance Hosting - WHMCS Client Area Styling
   Stable version
   Theme: wph-client
   ========================================================= */

:root {
    --wph-navy-dark: #00132f;
    --wph-navy: #001d39;
    --wph-blue: #0057d8;
    --wph-blue-hover: #001d39;
    --wph-light: #f6f8fc;
    --wph-light-blue: #eef4ff;
    --wph-border: #d9e2f1;
    --wph-border-soft: #e2e8f0;
    --wph-text: #1e293b;
    --wph-muted: #64748b;
    --wph-white: #ffffff;

    --primary: #0057d8;
    --primary-lifted: #0047b3;
    --primary-accented: #001d39;

    --info: #0057d8;
    --info-lifted: #0047b3;
    --info-accented: #001d39;

    --notice: #0057d8;
    --notice-lifted: #0047b3;
    --notice-accented: #001d39;

    --grayscale: #001d39;
    --grayscale-lifted: #00132f;
    --grayscale-accented: #000b1f;

    --text: #1e293b;
    --text-accented: #475569;
    --text-lifted: #64748b;
    --text-muted: #94a3b8;
    --text-inverted: #ffffff;

    --border: #d9e2f1;
    --border-muted: #e2e8f0;
    --border-lifted: #cbd5e1;
    --border-accented: #0057d8;

    --bg: #ffffff;
    --bg-muted: #f6f8fc;
    --bg-lifted: #eef4ff;
    --bg-accented: #dbeafe;
    --bg-inverted: #00132f;
}


/* =========================================================
   Base
   ========================================================= */

html,
body {
    background: var(--wph-light) !important;
}

body {
    color: var(--wph-text) !important;
}

a {
    color: var(--wph-blue);
}

a:hover,
a:focus {
    color: var(--wph-blue-hover);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--wph-navy-dark);
}


/* =========================================================
   Header and main navigation
   ========================================================= */

header,
.header,
.navbar,
.navbar-main,
section#header,
section#main-menu {
    background: linear-gradient(135deg, var(--wph-navy-dark) 0%, var(--wph-navy) 100%) !important;
    border: none !important;
}

header a,
.header a,
.navbar a,
.navbar-main a,
section#header a,
section#main-menu a {
    color: #ffffff !important;
}

header a:hover,
header a:focus,
.header a:hover,
.header a:focus,
.navbar a:hover,
.navbar a:focus,
.navbar-main a:hover,
.navbar-main a:focus,
section#header a:hover,
section#header a:focus,
section#main-menu a:hover,
section#main-menu a:focus {
    color: #dbeafe !important;
    background: transparent !important;
}

.navbar .open > a,
.navbar .open > a:hover,
.navbar .open > a:focus,
.navbar-main .open > a,
.navbar-main .open > a:hover,
.navbar-main .open > a:focus,
section#main-menu .open > a,
section#main-menu .open > a:hover,
section#main-menu .open > a:focus {
    background: rgba(255, 255, 255, 0.10) !important;
    color: #ffffff !important;
}


/* =========================================================
   Top dropdown menu
   ========================================================= */

.navbar .dropdown-menu,
.navbar-main .dropdown-menu,
section#main-menu .dropdown-menu,
section#header .dropdown-menu {
    background: #ffffff !important;
    border: 1px solid var(--wph-border) !important;
    border-radius: 14px !important;
    box-shadow: 0 18px 38px rgba(0, 29, 57, 0.22) !important;
    padding: 8px !important;
    min-width: 220px !important;
    z-index: 99999 !important;
}

.navbar .dropdown-menu > li > a,
.navbar .dropdown-menu .dropdown-item,
.navbar-main .dropdown-menu > li > a,
.navbar-main .dropdown-menu .dropdown-item,
section#main-menu .dropdown-menu > li > a,
section#main-menu .dropdown-menu .dropdown-item,
section#header .dropdown-menu > li > a,
section#header .dropdown-menu .dropdown-item {
    display: block !important;
    color: var(--wph-navy-dark) !important;
    background: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    padding: 11px 14px !important;
    margin: 2px 0 !important;
    border-radius: 9px !important;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus,
.navbar-main .dropdown-menu > li > a:hover,
.navbar-main .dropdown-menu > li > a:focus,
.navbar-main .dropdown-menu .dropdown-item:hover,
.navbar-main .dropdown-menu .dropdown-item:focus,
section#main-menu .dropdown-menu > li > a:hover,
section#main-menu .dropdown-menu > li > a:focus,
section#main-menu .dropdown-menu .dropdown-item:hover,
section#main-menu .dropdown-menu .dropdown-item:focus,
section#header .dropdown-menu > li > a:hover,
section#header .dropdown-menu > li > a:focus,
section#header .dropdown-menu .dropdown-item:hover,
section#header .dropdown-menu .dropdown-item:focus {
    color: #ffffff !important;
    background: var(--wph-blue) !important;
}

.dropdown-menu .divider,
.dropdown-divider {
    background-color: var(--wph-border-soft) !important;
    border-color: var(--wph-border-soft) !important;
    margin: 8px 0 !important;
}

.dropdown-menu a[href*="logout"] {
    color: #ffffff !important;
    background: var(--wph-navy) !important;
}

.dropdown-menu a[href*="logout"]:hover,
.dropdown-menu a[href*="logout"]:focus {
    color: #ffffff !important;
    background: var(--wph-blue) !important;
}


/* =========================================================
   Header search
   ========================================================= */

header .input-group-btn .btn,
.header .input-group-btn .btn,
section#header .input-group-btn .btn,
.navbar .input-group-btn .btn {
    background: var(--wph-blue) !important;
    border-color: var(--wph-blue) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

header .input-group-btn .btn:hover,
.header .input-group-btn .btn:hover,
section#header .input-group-btn .btn:hover,
.navbar .input-group-btn .btn:hover {
    background: var(--wph-blue-hover) !important;
    border-color: var(--wph-blue-hover) !important;
    color: #ffffff !important;
}


/* =========================================================
   Buttons
   ========================================================= */

.btn-primary,
.btn-success,
button[type="submit"],
input[type="submit"],
#order-standard_cart .btn-primary,
#order-standard_cart .btn-success {
    background: var(--wph-blue) !important;
    border-color: var(--wph-blue) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-success:hover,
.btn-success:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn-primary:focus,
#order-standard_cart .btn-success:hover,
#order-standard_cart .btn-success:focus {
    background: var(--wph-blue-hover) !important;
    border-color: var(--wph-blue-hover) !important;
    color: #ffffff !important;
}

.btn-default,
.btn-secondary {
    border-radius: 10px !important;
    border-color: var(--wph-border) !important;
    color: var(--wph-navy) !important;
    background: #ffffff !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-secondary:hover,
.btn-secondary:focus {
    background: var(--wph-light-blue) !important;
    border-color: var(--wph-blue) !important;
    color: var(--wph-navy) !important;
}


/* =========================================================
   Cards and panels
   ========================================================= */

.card,
.panel,
.tiles .tile,
.home-shortcuts li,
.order-summary,
.view-cart-items,
.summary-container,
.product-info,
.product-details,
#order-standard_cart .order-summary,
#order-standard_cart .view-cart-items {
    border: 1px solid var(--wph-border) !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 28px rgba(0, 29, 57, 0.08) !important;
    background: #ffffff !important;
    overflow: hidden !important;
}

.card-header,
.panel-heading,
#order-standard_cart .order-summary h2,
#order-standard_cart .view-cart-items-header {
    background: var(--wph-navy) !important;
    color: #ffffff !important;
    border-bottom: 1px solid var(--wph-border) !important;
}


/* =========================================================
   WHMCS order page layout
   ========================================================= */

#order-standard_cart {
    max-width: 1120px !important;
    margin: 0 auto !important;
    padding: 0 16px 40px 16px !important;
    color: var(--wph-text) !important;
}

/* Keep WHMCS layout stable. Do not pull headings over the sidebar. */
#order-standard_cart > .row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 28px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#order-standard_cart .cart-sidebar,
#order-standard_cart .sidebar,
#order-standard_cart > .row > .sidebar {
    flex: 0 0 250px !important;
    width: 250px !important;
    max-width: 250px !important;
    float: none !important;
    clear: none !important;
    margin: 8px 0 0 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    order: 1 !important;
}

#order-standard_cart .cart-body,
#order-standard_cart .main-content {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: 760px !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    order: 2 !important;
}

/* Generic non-sidebar order columns, but leave summary columns alone */
#order-standard_cart > .row > [class*="col-"]:not(.sidebar):not(.cart-sidebar):not(:has(.order-summary)) {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: 760px !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    order: 2 !important;
}

/* Summary column */
#order-standard_cart > .row > [class*="col-"]:has(.order-summary) {
    flex: 0 0 260px !important;
    width: 260px !important;
    max-width: 260px !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    order: 3 !important;
}

/* Page headings stay inside the main content column. This is deliberate for stability. */
#order-standard_cart .header-lined h1,
#order-standard_cart h1,
#order-standard_cart .main-content h1,
#order-standard_cart .cart-body h1 {
    color: var(--wph-navy-dark) !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
}

#order-standard_cart .cart-body > p:first-of-type,
#order-standard_cart .main-content > p:first-of-type,
#order-standard_cart .cart-body > .lead,
#order-standard_cart .main-content > .lead {
    margin: 0 0 16px 0 !important;
    color: var(--wph-navy) !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
}

/* Product listing pages: align sidebar with product card below title/intro */
#order-standard_cart > .row:has(.products) .cart-sidebar,
#order-standard_cart > .row:has(.products) .sidebar,
#order-standard_cart > .row:has(.products) > .sidebar {
    margin-top: 84px !important;
}

/* Cart, configure, domain and checkout pages: only the normal 8px sidebar drop */
#order-standard_cart > .row:has(.view-cart-items) .cart-sidebar,
#order-standard_cart > .row:has(.view-cart-items) .sidebar,
#order-standard_cart > .row:has(.view-cart-items) > .sidebar,
#order-standard_cart > .row:has(.order-summary) .cart-sidebar,
#order-standard_cart > .row:has(.order-summary) .sidebar,
#order-standard_cart > .row:has(.order-summary) > .sidebar,
#order-standard_cart > .row:has(.domain-selection-options) .cart-sidebar,
#order-standard_cart > .row:has(.domain-selection-options) .sidebar,
#order-standard_cart > .row:has(.domain-selection-options) > .sidebar {
    margin-top: 8px !important;
}


/* =========================================================
   Sidebar panels
   ========================================================= */

#order-standard_cart .cart-sidebar .panel,
#order-standard_cart .cart-sidebar .card,
.sidebar .panel,
.sidebar .card,
#order-standard_cart .sidebar .panel,
#order-standard_cart .sidebar .card {
    border: 1px solid var(--wph-border) !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 26px rgba(0, 29, 57, 0.08) !important;
    background: #ffffff !important;
    overflow: hidden !important;
    margin-bottom: 16px !important;
}

#order-standard_cart .cart-sidebar .panel-heading,
#order-standard_cart .cart-sidebar .card-header,
.sidebar .panel-heading,
.sidebar .card-header,
#order-standard_cart .sidebar .panel-heading,
#order-standard_cart .sidebar .card-header {
    background: var(--wph-navy-dark) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 13px 16px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

#order-standard_cart .cart-sidebar .list-group,
.sidebar .list-group,
#order-standard_cart .sidebar .list-group {
    margin-bottom: 0 !important;
}

#order-standard_cart .cart-sidebar .list-group-item,
.sidebar .list-group-item,
#order-standard_cart .sidebar .list-group-item {
    border-color: var(--wph-border-soft) !important;
    color: var(--wph-text) !important;
    background: #ffffff !important;
    padding: 12px 15px !important;
}

#order-standard_cart .cart-sidebar .list-group-item:hover,
#order-standard_cart .cart-sidebar .list-group-item:focus,
.sidebar .list-group-item:hover,
.sidebar .list-group-item:focus,
#order-standard_cart .sidebar .list-group-item:hover,
#order-standard_cart .sidebar .list-group-item:focus {
    color: var(--wph-navy-dark) !important;
    background: var(--wph-light-blue) !important;
}

#order-standard_cart .cart-sidebar .list-group-item.active,
#order-standard_cart .cart-sidebar .list-group-item.active:hover,
#order-standard_cart .cart-sidebar .list-group-item.active:focus,
.sidebar .list-group-item.active,
.sidebar .list-group-item.active:hover,
.sidebar .list-group-item.active:focus,
#order-standard_cart .sidebar .list-group-item.active,
#order-standard_cart .sidebar .list-group-item.active:hover,
#order-standard_cart .sidebar .list-group-item.active:focus {
    background: var(--wph-blue) !important;
    border-color: var(--wph-blue) !important;
    color: #ffffff !important;
}

#order-standard_cart .cart-sidebar select,
#order-standard_cart .sidebar select,
#order-standard_cart .sidebar .form-control,
.sidebar select {
    min-height: 44px !important;
    border-radius: 10px !important;
    border-color: var(--wph-border) !important;
    color: var(--wph-text) !important;
    background-color: #ffffff !important;
}


/* =========================================================
   Forms
   ========================================================= */

input,
select,
textarea,
.form-control {
    border-radius: 10px !important;
    border-color: var(--wph-border) !important;
    box-shadow: none !important;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus {
    border-color: var(--wph-blue) !important;
    box-shadow: 0 0 0 3px rgba(0, 87, 216, 0.12) !important;
}

#order-standard_cart label,
#order-standard_cart .field,
#order-standard_cart .form-group label {
    color: #334155 !important;
    font-weight: 600 !important;
}

#order-standard_cart .form-control,
#order-standard_cart select,
#order-standard_cart textarea,
#order-standard_cart input[type="text"],
#order-standard_cart input[type="password"] {
    min-height: 44px !important;
    font-size: 15px !important;
}


/* =========================================================
   Product/category cards
   ========================================================= */

#order-standard_cart .products,
#order-standard_cart .products.row,
#order-standard_cart .products .row,
#order-standard_cart .products .row-eq-height {
    display: block !important;
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#order-standard_cart .products > [class*="col-"],
#order-standard_cart .products.row > [class*="col-"],
#order-standard_cart .products .row > [class*="col-"],
#order-standard_cart .products .row-eq-height > [class*="col-"] {
    width: 100% !important;
    max-width: 760px !important;
    flex: 0 0 100% !important;
    float: none !important;
    clear: both !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#order-standard_cart .products .product,
#order-standard_cart .products div.product,
#order-standard_cart .products.row .product,
#order-standard_cart .products.row div.product {
    display: block !important;
    width: 100% !important;
    max-width: 760px !important;
    min-width: 0 !important;
    float: none !important;
    clear: both !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
    border: 1px solid var(--wph-border) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(0, 29, 57, 0.10) !important;
    overflow: hidden !important;
}

#order-standard_cart .products .product header,
#order-standard_cart .products div.product header {
    display: block !important;
    background: var(--wph-navy-dark) !important;
    border: none !important;
    margin: 0 !important;
    padding: 16px 20px !important;
    min-height: auto !important;
}

#order-standard_cart .products .product header span,
#order-standard_cart .products .product header h2,
#order-standard_cart .products .product header h3,
#order-standard_cart .products div.product header span,
#order-standard_cart .products div.product header h2,
#order-standard_cart .products div.product header h3 {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}

#order-standard_cart .products .product div.product-desc,
#order-standard_cart .products .product .product-desc,
#order-standard_cart .products div.product div.product-desc,
#order-standard_cart .products div.product .product-desc {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 22px 24px 10px 24px !important;
    color: var(--wph-text) !important;
    font-size: 15px !important;
    line-height: 1.62 !important;
    background: #ffffff !important;
}

#order-standard_cart .products .product div.product-desc p,
#order-standard_cart .products .product .product-desc p {
    color: var(--wph-text) !important;
    margin: 0 0 10px 0 !important;
}

#order-standard_cart .products .product div.product-desc ul,
#order-standard_cart .products .product .product-desc ul {
    margin: 12px 0 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#order-standard_cart .products .product div.product-desc li,
#order-standard_cart .products .product .product-desc li {
    position: relative;
    color: var(--wph-text) !important;
    margin: 7px 0 !important;
    padding-left: 22px !important;
}

#order-standard_cart .products .product div.product-desc li:before,
#order-standard_cart .products .product .product-desc li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--wph-blue);
    font-weight: 800;
}

#order-standard_cart .products .product footer,
#order-standard_cart .products div.product footer {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    clear: both !important;
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 18px 24px 24px 24px !important;
    background: #ffffff !important;
    border-top: none !important;
    color: var(--wph-text) !important;
}

#order-standard_cart .products .product div.product-pricing,
#order-standard_cart .products .product .product-pricing,
#order-standard_cart .products div.product div.product-pricing,
#order-standard_cart .products div.product .product-pricing {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    float: none !important;
    width: 260px !important;
    max-width: 260px !important;
    min-height: 82px !important;
    margin: 0 auto !important;
    padding: 16px 18px !important;
    background: linear-gradient(135deg, var(--wph-navy-dark) 0%, var(--wph-navy) 100%) !important;
    color: #ffffff !important;
    border-radius: 14px !important;
    text-align: center !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    box-shadow: none !important;
}

#order-standard_cart .products .product div.product-pricing span,
#order-standard_cart .products .product .product-pricing span,
#order-standard_cart .products .product div.product-pricing div,
#order-standard_cart .products .product .product-pricing div {
    color: #ffffff !important;
}

#order-standard_cart .products .product div.product-pricing .price,
#order-standard_cart .products .product .product-pricing .price,
#order-standard_cart .products .product span.price {
    display: block !important;
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#order-standard_cart .products .product .product-pricing .cycle,
#order-standard_cart .products .product div.product-pricing .cycle {
    display: block !important;
    color: #dbeafe !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-top: 7px !important;
}

#order-standard_cart .products .product .btn,
#order-standard_cart .products .product a.btn,
#order-standard_cart .products .product button.btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 260px !important;
    max-width: 260px !important;
    min-height: 50px !important;
    margin: 0 auto !important;
    padding: 12px 18px !important;
    border-radius: 12px !important;
    background: var(--wph-blue) !important;
    border-color: var(--wph-blue) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 20px rgba(0, 87, 216, 0.28) !important;
    text-align: center !important;
}

#order-standard_cart .products .product .btn:hover,
#order-standard_cart .products .product .btn:focus,
#order-standard_cart .products .product a.btn:hover,
#order-standard_cart .products .product a.btn:focus,
#order-standard_cart .products .product button.btn:hover,
#order-standard_cart .products .product button.btn:focus {
    background: var(--wph-blue-hover) !important;
    border-color: var(--wph-blue-hover) !important;
    color: #ffffff !important;
}


/* =========================================================
   Configure product, domain, cart and checkout pages
   ========================================================= */

#order-standard_cart .product-info,
#order-standard_cart .product-details {
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 28px rgba(0, 29, 57, 0.08) !important;
}

#order-standard_cart .domain-selection-options,
#order-standard_cart .domain-option,
#order-standard_cart .domain-input-group {
    color: var(--wph-text) !important;
}

#order-standard_cart .view-cart-items {
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

#order-standard_cart .view-cart-items-header {
    background: var(--wph-navy-dark) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

#order-standard_cart .order-summary {
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(0, 29, 57, 0.10) !important;
}

#order-standard_cart .order-summary h2 {
    background: var(--wph-navy-dark) !important;
    color: #ffffff !important;
    text-align: center !important;
    border-radius: 16px 16px 0 0 !important;
}

#order-standard_cart .order-summary .total-due-today,
#order-standard_cart .order-summary .amt {
    color: var(--wph-text) !important;
    font-weight: 800 !important;
}

#order-standard_cart .order-summary .btn {
    width: 100% !important;
    min-height: 50px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}


/* =========================================================
   Order form polish
   ========================================================= */

#order-standard_cart .sub-heading {
    color: var(--wph-blue) !important;
    border-color: var(--wph-border) !important;
}

#order-standard_cart .sub-heading span {
    background: var(--wph-light) !important;
    color: var(--wph-blue) !important;
    font-weight: 700 !important;
}

#order-standard_cart .order-summary h2,
#order-standard_cart .order-summary .total-due-today {
    font-weight: 700 !important;
}

#order-standard_cart .btn {
    min-height: 46px !important;
}

#order-standard_cart .summary-container .btn {
    min-height: 48px !important;
    padding: 12px 22px !important;
    font-size: 16px !important;
    box-shadow: 0 10px 22px rgba(0, 87, 216, 0.22) !important;
}


/* =========================================================
   Alerts
   ========================================================= */

.alert-success {
    background: #ecfdf5 !important;
    border-color: #bbf7d0 !important;
    color: #14532d !important;
    border-radius: 12px !important;
}

.alert-info {
    background: var(--wph-light-blue) !important;
    border-color: #bfdbfe !important;
    color: var(--wph-navy) !important;
    border-radius: 12px !important;
}

.alert-warning {
    background: #fffbeb !important;
    border-color: #fde68a !important;
    color: #78350f !important;
    border-radius: 12px !important;
}

.alert-danger {
    background: #fef2f2 !important;
    border-color: #fecaca !important;
    color: #7f1d1d !important;
    border-radius: 12px !important;
}


/* =========================================================
   Footer
   ========================================================= */

footer,
.footer,
section#footer {
    background: var(--wph-navy-dark) !important;
    color: #cbd5e1 !important;
}

footer a,
.footer a,
section#footer a {
    color: #ffffff !important;
}

footer a:hover,
.footer a:hover,
section#footer a:hover {
    color: #dbeafe !important;
}

#order-standard_cart + p,
body > p:last-child {
    color: var(--wph-navy) !important;
}

body > p:last-child a,
#order-standard_cart + p a {
    color: var(--wph-blue) !important;
    font-weight: 600 !important;
}


/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 991px) {
    #order-standard_cart {
        max-width: 100% !important;
        padding: 0 16px 32px 16px !important;
    }

    #order-standard_cart > .row {
        display: block !important;
    }

    #order-standard_cart .cart-sidebar,
    #order-standard_cart .sidebar,
    #order-standard_cart > .row > .sidebar,
    #order-standard_cart .cart-body,
    #order-standard_cart .main-content,
    #order-standard_cart > .row > [class*="col-"]:not(.sidebar):not(.cart-sidebar),
    #order-standard_cart > .row > [class*="col-"]:has(.order-summary) {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        clear: both !important;
        margin: 0 0 20px 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #order-standard_cart .products,
    #order-standard_cart .products.row,
    #order-standard_cart .products .row,
    #order-standard_cart .products .row-eq-height,
    #order-standard_cart .products > [class*="col-"],
    #order-standard_cart .products.row > [class*="col-"],
    #order-standard_cart .products .row > [class*="col-"],
    #order-standard_cart .products .row-eq-height > [class*="col-"],
    #order-standard_cart .products .product,
    #order-standard_cart .products div.product,
    #order-standard_cart .products.row .product,
    #order-standard_cart .products.row div.product {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
    }

    #order-standard_cart .products .product div.product-desc,
    #order-standard_cart .products .product .product-desc,
    #order-standard_cart .products div.product div.product-desc,
    #order-standard_cart .products div.product .product-desc {
        width: 100% !important;
        padding: 20px !important;
    }

    #order-standard_cart .products .product footer,
    #order-standard_cart .products div.product footer {
        padding: 18px 20px 20px 20px !important;
    }

    #order-standard_cart .products .product div.product-pricing,
    #order-standard_cart .products .product .product-pricing,
    #order-standard_cart .products div.product div.product-pricing,
    #order-standard_cart .products div.product .product-pricing,
    #order-standard_cart .products .product .btn,
    #order-standard_cart .products .product a.btn,
    #order-standard_cart .products .product button.btn {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 54px !important;
    }
}

@media (max-width: 767px) {
    #order-standard_cart h1,
    #order-standard_cart .main-content h1,
    #order-standard_cart .cart-body h1,
    #order-standard_cart .header-lined h1 {
        font-size: 30px !important;
    }

    #order-standard_cart .products .product header,
    #order-standard_cart .products div.product header {
        padding: 15px 18px !important;
    }

    #order-standard_cart .products .product div.product-desc,
    #order-standard_cart .products .product .product-desc,
    #order-standard_cart .products div.product div.product-desc,
    #order-standard_cart .products div.product .product-desc {
        font-size: 14px !important;
        line-height: 1.55 !important;
    }
}
/* =========================================================
   WHMCS Knowledgebase cleanup
   Hide public Browse by Tag block
   ========================================================= */

/* WHMCS KB tag cloud/sidebar blocks */
.kb-sidebar .panel:has(.tagcloud),
.kb-sidebar .card:has(.tagcloud),
.sidebar .panel:has(.tagcloud),
.sidebar .card:has(.tagcloud),
.panel:has(.tagcloud),
.card:has(.tagcloud) {
    display: none !important;
}

/* Fallback for common WHMCS tag cloud classes */
.tagcloud,
.tag-cloud,
.kb-tags,
.knowledgebase-tags {
    display: none !important;
}
/* =========================================================
   WHMCS Knowledgebase cleanup
   Hide public Tag Cloud panel
   ========================================================= */

/* WHMCS sidebar panel generated for KB tags */
[menuitemname="Knowledgebase Tags"],
[menuitemname="Tag Cloud"],
[menuitemname*="Knowledgebase Tag"],
[menuitemname*="Tag Cloud"],
.panel-sidebar[menuitemname="Knowledgebase Tags"],
.panel-sidebar[menuitemname="Tag Cloud"],
.card-sidebar[menuitemname="Knowledgebase Tags"],
.card-sidebar[menuitemname="Tag Cloud"] {
    display: none !important;
}

/* Hide any sidebar/card/panel that contains WHMCS KB tag links */
.sidebar .panel:has(a[href*="/knowledgebase/tag/"]),
.sidebar .panel:has(a[href*="knowledgebase%2Ftag"]),
.sidebar .card:has(a[href*="/knowledgebase/tag/"]),
.sidebar .card:has(a[href*="knowledgebase%2Ftag"]),
.panel-sidebar:has(a[href*="/knowledgebase/tag/"]),
.panel-sidebar:has(a[href*="knowledgebase%2Ftag"]),
.card-sidebar:has(a[href*="/knowledgebase/tag/"]),
.card-sidebar:has(a[href*="knowledgebase%2Ftag"]) {
    display: none !important;
}

/* Fallback: hide the actual tag links if the wrapper cannot be targeted */
a[href*="/knowledgebase/tag/"],
a[href*="knowledgebase%2Ftag"] {
    display: none !important;
}
/* =========================================================
   WHMCS portal cleanup
   Hide Downloads links where no downloads are offered
   ========================================================= */

.sidebar a[href*="/download"],
.sidebar a[href*="rp=/download"],
.sidebar a[href*="rp=%2Fdownload"],
.sidebar a[href*="download-index"],
.panel-sidebar a[href*="/download"],
.panel-sidebar a[href*="rp=/download"],
.panel-sidebar a[href*="rp=%2Fdownload"],
.panel-sidebar a[href*="download-index"],
.list-group a[href*="/download"],
.list-group a[href*="rp=/download"],
.list-group a[href*="rp=%2Fdownload"],
.list-group a[href*="download-index"] {
    display: none !important;
}
/* =========================================================
   WHMCS portal cleanup
   Hide Store links because products are ordered from WordPress pages
   ========================================================= */

li[menuitemname="Store"],
li[menuitemname="store"],
#Primary_Navbar-Store,
#Primary_Navbar-store,
#Secondary_Navbar-Store,
#Secondary_Navbar-store,
.navbar a[href*="cart.php"],
.navbar-main a[href*="cart.php"],
section#main-menu a[href*="cart.php"],
section#header a[href*="cart.php"] {
    display: none !important;
}
/* =========================================================
   WHMCS portal cleanup
   Hide Network Status links until status workflow is maintained
   ========================================================= */

.sidebar a[href*="serverstatus.php"],
.panel-sidebar a[href*="serverstatus.php"],
.list-group a[href*="serverstatus.php"],
.navbar a[href*="serverstatus.php"],
.navbar-main a[href*="serverstatus.php"],
section#main-menu a[href*="serverstatus.php"],
section#header a[href*="serverstatus.php"] {
    display: none !important;
}