/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Custom CSS for Nexus Theme
 *
 * This file allows you to customize the theme colors and styles for the entire Nexus template.
 *
 * To customize colors:
 * - Replace the var() references with your own hex colors or other CSS values.
 * - For example, instead of --primary: #4b5563; use --primary: #your-color;
 * - You can also override any CSS properties here.
 */

:root {
    --white: #fff;

    /* Neutral shades */
    --neutral-50: #fbf9fa;
    --neutral-100: #f4f5f7;
    --neutral-200: #e4e4e7;
    --neutral-300: #d0d5dd;
    --neutral-400: #9ca3af;
    --neutral-500: #6b7280;
    --neutral-600: #4b5563;
    --neutral-700: #374151;
    --neutral-800: #1f2937;
    --neutral-900: #111827;
    --neutral-950: #030712;

    /* Neutral shades */
    /* define own pallet with brand colors */
    --primary-50: var(--neutral-50);
    --primary-100: var(--neutral-100);
    --primary-200: var(--neutral-200);
    --primary-300: var(--neutral-300);
    --primary-400: var(--neutral-400);
    --primary-500: var(--neutral-500);
    --primary-600: var(--neutral-600);
    --primary-700: var(--neutral-700);
    --primary-800: var(--neutral-800);
    --primary-900: var(--neutral-900);
    --primary-950: var(--neutral-900);

    /* Primary colors */
    /* Use shades from comments if `primary` colors use other colors, then neutral */
    --primary: var(--neutral-900);          /* var(--primary-600) */
    --primary-lifted: var(--neutral-800);   /* var(--primary-700) */
    --primary-accented: var(--neutral-700); /* var(--primary-800) */

    /* Secondary colors */
    --secondary: var(--neutral-500);
    --secondary-lifted: var(--neutral-600);
    --secondary-accented: var(--neutral-700);

    /* Success colors */
    --success: #00a63e;
    --success-lifted: #008236;
    --success-accented: #016630;

    /* Info colors */
    --info: #155dfc;
    --info-lifted: #1447e6;
    --info-accented: #193cb8;

    /* Notice colors */
    --notice: #7f22fe;
    --notice-lifted: #7008e7;
    --notice-accented: #5d0ec0;

    /* Warning colors */
    --warning: #f54a00;
    --warning-lifted: #ca3500;
    --warning-accented: #9f2d00;

    /* Error colors */
    --error: #e7000b;
    --error-lifted: #c10007;
    --error-accented: #9f0712;

    /* Grayscale colors */
    --grayscale: var(--neutral-900);
    --grayscale-lifted: var(--neutral-800);
    --grayscale-accented: var(--neutral-700);

    /* Neutral colors */
    --neutral: var(--neutral-500);
    --neutral-lifted: var(--neutral-600);
    --neutral-accented: var(--neutral-700);

    /* Text neutral colors */
    --text-inverted: var(--white);
    --text-muted: var(--neutral-400);
    --text-lifted: var(--neutral-500);
    --text-accented: var(--neutral-600);
    --text: var(--neutral-900);

    /* Border neutral colors */
    --border-muted: var(--neutral-200);
    --border: var(--neutral-300);
    --border-lifted: var(--neutral-400);
    --border-accented: var(--neutral-600);

    /* Background neutral colors */
    --bg: var(--white);
    --bg-muted: var(--neutral-50);
    --bg-lifted: var(--neutral-100);
    --bg-accented: var(--neutral-200);
    --bg-inverted: var(--neutral-900);

    /* Additional colors */
    --yellow-200: #fff085;
    --yellow-300: #ffdf20;
    --teal-300: #46edd5;
    --teal-400: #00d5be;
    --emerald-300: #5ee9b5;
    --pink-400: #fb64b6;

    /* Additional custom properties */
    /* Font sizes */
    --text-xs: 0.625rem;
    --text-sm: 0.75rem;
    --text-md: 0.875rem;
    --text-lg: 1rem;

    /* Spacing */
    --outline-sm: 1px;
    --outline-md: 2px;
    --outline-lg: 3px;

    /* Rounding */
    --rounding-sm: 0.25rem;
    --rounding-md: 0.5rem;
    --rounding-lg: 0.75rem;

    /* Other */
    --letter-spacing: 0em;
    --disabled-opacity: 25%;
}

/* Drishya Cloud client-area redesign */
:root {
    --dc-primary: #2160e8;
    --dc-primary-dark: #0b1f4d;
    --dc-navy: #07152f;
    --dc-cyan: #06aed4;
    --dc-mint: #13b886;
    --dc-amber: #f59e0b;
    --dc-rose: #e5484d;
    --dc-text: #101828;
    --dc-muted: #667085;
    --dc-border: #e4eaf1;
    --dc-bg: #f7fbff;
    --dc-bg-alt: #f5f8fb;
    --dc-card: #ffffff;
    --dc-radius: 8px;
    --dc-shadow: 0 10px 28px rgba(16, 24, 40, 0.07);
}

body {
    color: var(--dc-text);
    background: var(--dc-bg-alt);
}

header.header {
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid var(--dc-border);
    box-shadow: 0 1px 0 rgba(16, 24, 40, 0.02);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(16px);
}

header.header .topbar {
    background: var(--dc-navy);
    color: #dbeafe;
}

header.header .topbar .btn,
header.header .topbar .input-group-text {
    color: #dbeafe;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.12);
}

header.header .topbar .btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

header.header .dc-main-navbar {
    min-height: 74px;
    padding: 0;
    background: rgba(255, 255, 255, 0.9);
}

header.header .dc-main-navbar > .container,
header.header .dc-secondary-navbar > .container {
    display: flex;
    align-items: center;
    width: 100%;
}

.dc-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    margin: 0;
    color: var(--dc-text);
    font-weight: 700;
    letter-spacing: 0;
}

.dc-brand:hover {
    color: var(--dc-primary);
    text-decoration: none;
}

.dc-brand .logo-img {
    max-height: 34px;
    width: auto;
}

.dc-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: var(--dc-radius);
    color: #ffffff;
    background: linear-gradient(135deg, var(--dc-primary), var(--dc-cyan));
    font-size: 0.78rem;
    font-weight: 800;
}

.dc-brand-text {
    font-size: 1rem;
    color: var(--dc-text);
    white-space: nowrap;
}

.dc-public-nav,
.dc-mobile-public-nav {
    gap: 4px;
}

.dc-public-nav {
    margin-left: 34px;
}

body.dc-logged-in header.header .dc-public-nav,
body.dc-logged-in header.header .dc-mobile-public-nav {
    display: none !important;
}

.dc-nav-pill,
header.header .dc-whmcs-nav > li > a,
header.header .dc-whmcs-nav .collapsable-dropdown > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: var(--dc-radius);
    color: var(--dc-muted);
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}

.dc-nav-pill:hover,
.dc-nav-pill.active,
header.header .dc-whmcs-nav > li.active > a,
header.header .dc-whmcs-nav > li > a:hover,
header.header .dc-whmcs-nav > li > a:focus {
    color: var(--dc-primary);
    background: #eef5ff;
    text-decoration: none;
}

.dc-header-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.dc-dashboard-cta {
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: var(--dc-radius);
    color: #ffffff;
    background: var(--dc-primary);
    border: 1px solid var(--dc-primary);
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(21, 94, 239, 0.18);
}

.dc-dashboard-cta:hover,
.dc-dashboard-cta:focus {
    color: #ffffff;
    background: #1447b8;
    border-color: #1447b8;
}

.dc-cart-btn,
.dc-menu-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: var(--dc-radius);
    color: var(--dc-primary-dark);
    background: #ffffff;
    border: 1px solid var(--dc-border);
    overflow: visible;
}

.dc-cart-btn:hover,
.dc-menu-toggle:hover {
    color: var(--dc-primary);
    background: #eef5ff;
    text-decoration: none;
}

.dc-cart-btn .badge {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 17px;
    height: 17px;
    padding: 0 5px;
    color: #ffffff;
    background: var(--dc-primary);
    border: 1px solid #ffffff;
    font-size: 0.62rem;
    line-height: 15px;
}

.dc-cart-btn i,
.dc-menu-toggle i,
.dc-menu-toggle span {
    font-weight: 900;
}

header.header .dc-secondary-navbar {
    min-height: 52px;
    padding: 0;
    background: rgba(255, 255, 255, 0.86);
    border-top: 1px solid rgba(228, 234, 241, 0.75);
}

header.header .dc-secondary-navbar .navbar-collapse {
    align-items: center;
}

header.header .dc-whmcs-nav {
    gap: 2px;
}

header.header .dc-whmcs-nav > li > a > i,
header.header .dropdown-menu a.dropdown-item > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin-right: 7px;
    border-radius: 6px;
    color: var(--dc-primary);
    background: #eef5ff;
    font-size: 0.82rem;
    font-weight: 900;
}

header.header .dropdown-menu {
    padding: 8px;
    border: 1px solid var(--dc-border);
    border-radius: var(--dc-radius);
    background: #ffffff;
    box-shadow: var(--dc-shadow);
}

header.header .dropdown-menu .dropdown-item,
header.header .dropdown-menu li.dropdown-item {
    border-radius: var(--dc-radius);
}

header.header .dropdown-menu li.dropdown-item {
    padding: 0;
    background: transparent;
}

header.header .dropdown-menu a.dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 8px 10px !important;
    color: var(--dc-muted);
    font-weight: 600;
}

header.header .dropdown-menu a.dropdown-item:hover,
header.header .dropdown-menu a.dropdown-item:focus,
header.header .dropdown-menu a.dropdown-item.active {
    color: var(--dc-primary);
    background: #eef5ff;
}

.master-breadcrumb {
    background: #ffffff;
    border-bottom: 1px solid var(--dc-border);
}

.dc-template-clientareahome {
    background:
        radial-gradient(circle at 10% 0%, rgba(6, 174, 212, 0.13), transparent 26rem),
        linear-gradient(180deg, #f7fbff 0%, #f5f8fb 100%);
}

.dc-template-clientareahome #main-body {
    padding: 0;
    background: transparent;
}

.dc-template-clientareahome .primary-content > .header-lined {
    display: none;
}

.dc-dashboard-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 20px 56px;
}

.dc-dashboard-container > .row {
    display: block;
    margin: 0;
}

.dc-dashboard-container > .row > .primary-content {
    max-width: none;
    padding: 0;
}

.dc-dashboard {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.dc-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.85fr);
    gap: 22px;
}

.dc-hero-card,
.dc-profile-card,
.dc-shortcut-card,
.dc-stat-card,
.dc-insight-card,
.dc-workspace-card {
    border: 1px solid var(--dc-border);
    border-radius: var(--dc-radius);
    box-shadow: var(--dc-shadow);
}

.dc-hero-card {
    min-height: 300px;
    padding: 34px;
    color: #ffffff;
    background:
        radial-gradient(circle at 88% 18%, rgba(6, 174, 212, 0.42), transparent 16rem),
        linear-gradient(135deg, var(--dc-navy) 0%, var(--dc-primary-dark) 52%, #123f8c 100%);
    overflow: hidden;
}

.dc-eyebrow,
.dc-section-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
}

.dc-eyebrow {
    padding: 7px 10px;
    color: #dffbff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.dc-hero-card h1 {
    max-width: 640px;
    margin: 22px 0 12px;
    color: #ffffff;
    font-size: 2.75rem;
    font-weight: 760;
    line-height: 1.05;
    letter-spacing: 0;
}

.dc-hero-card p {
    max-width: 640px;
    margin: 0;
    color: #d8e9ff;
    font-size: 1.02rem;
}

.dc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.dc-btn-light,
.dc-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 15px;
    border-radius: var(--dc-radius);
    font-weight: 700;
}

.dc-btn-light {
    color: var(--dc-navy);
    background: #ffffff;
    border: 1px solid #ffffff;
}

.dc-btn-light:hover {
    color: var(--dc-primary);
}

.dc-btn-ghost {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.dc-btn-ghost:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
}

.dc-profile-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    padding: 24px;
    background: #ffffff;
}

.dc-profile-top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dc-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, var(--dc-primary), var(--dc-cyan));
    font-weight: 800;
    text-transform: uppercase;
}

.dc-profile-card h2 {
    margin: 0 0 3px;
    color: var(--dc-text);
    font-size: 1.08rem;
    font-weight: 760;
    letter-spacing: 0;
}

.dc-profile-card p,
.dc-profile-meta {
    color: var(--dc-muted);
    font-size: 0.9rem;
}

.dc-profile-card p {
    margin: 0;
    overflow-wrap: anywhere;
}

.dc-profile-meta {
    display: grid;
    gap: 9px;
    padding: 14px;
    border-radius: var(--dc-radius);
    background: #f7fbff;
    border: 1px solid var(--dc-border);
}

.dc-profile-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dc-profile-actions {
    display: flex;
    gap: 10px;
}

.dc-profile-actions a,
.dc-card-link,
.dc-panel-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: var(--dc-radius);
    color: var(--dc-primary);
    background: #eef5ff;
    border: 1px solid #d8e8ff;
    font-weight: 700;
}

.dc-profile-actions a:hover,
.dc-card-link:hover,
.dc-panel-action:hover {
    color: #ffffff;
    background: var(--dc-primary);
    border-color: var(--dc-primary);
    text-decoration: none;
}

.dc-shortcuts {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.dc-shortcut-card,
.dc-stat-card {
    display: flex;
    color: var(--dc-text);
    background: #ffffff;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.dc-shortcut-card {
    align-items: center;
    gap: 12px;
    min-height: 86px;
    padding: 16px;
    font-weight: 750;
}

.dc-shortcut-card:hover,
.dc-stat-card:hover {
    color: var(--dc-text);
    border-color: #cfe0f5;
    box-shadow: 0 16px 34px rgba(16, 24, 40, 0.1);
    text-decoration: none;
    transform: translateY(-2px);
}

.dc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: var(--dc-radius);
    font-size: 1rem;
}

.dc-icon-blue {
    color: var(--dc-primary);
    background: #eef5ff;
}

.dc-icon-green {
    color: var(--dc-mint);
    background: #ecfdf5;
}

.dc-icon-cyan {
    color: var(--dc-cyan);
    background: #ecfeff;
}

.dc-icon-amber {
    color: var(--dc-amber);
    background: #fff7ed;
}

.dc-icon-rose {
    color: var(--dc-rose);
    background: #fff1f2;
}

.dc-icon-navy {
    color: var(--dc-primary-dark);
    background: #eef2ff;
}

.dc-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.dc-stat-card {
    flex-direction: column;
    gap: 10px;
    min-height: 190px;
    padding: 18px;
}

.dc-stat-label {
    color: var(--dc-muted);
    font-size: 0.88rem;
    font-weight: 700;
}

.dc-stat-card strong {
    color: var(--dc-text);
    font-size: 2.1rem;
    line-height: 1;
    letter-spacing: 0;
}

.dc-stat-card small {
    margin-top: auto;
    color: var(--dc-muted);
    font-size: 0.85rem;
    line-height: 1.45;
}

.dc-insights-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.dc-insight-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 18px;
    background: #ffffff;
}

.dc-insight-card h2 {
    margin: 0 0 4px;
    color: var(--dc-text);
    font-size: 1rem;
    font-weight: 760;
    letter-spacing: 0;
}

.dc-insight-card p {
    margin: 0;
    color: var(--dc-muted);
    font-size: 0.9rem;
}

.dc-addon-block {
    overflow: hidden;
    border-radius: var(--dc-radius);
}

.dc-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 3px 0 14px;
}

.dc-section-kicker {
    color: var(--dc-primary);
    margin-bottom: 6px;
}

.dc-section-heading h2 {
    margin: 0;
    color: var(--dc-text);
    font-size: 1.25rem;
    font-weight: 760;
    letter-spacing: 0;
}

.dc-workspace-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.dc-workspace-span {
    grid-column: 1 / -1;
}

.dc-workspace-column {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 16px;
}

.dc-workspace-card {
    overflow: hidden;
    margin: 0;
    background: #ffffff;
}

body .primary-content .client-home-cards .dc-workspace-card {
    border: 1px solid var(--dc-border);
    border-radius: var(--dc-radius);
    box-shadow: var(--dc-shadow);
}

.dc-workspace-card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    background: #ffffff;
    border-bottom: 1px solid var(--dc-border);
}

.dc-panel-heading {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 10px;
}

.dc-panel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: var(--dc-radius);
    color: var(--dc-primary);
    background: #eef5ff;
}

.dc-workspace-card .card-title {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: var(--dc-text);
    font-size: 0.98rem;
    font-weight: 760;
    letter-spacing: 0;
}

.dc-workspace-card .badge {
    border-radius: 999px;
    color: var(--dc-primary);
    background: #eef5ff;
}

.dc-workspace-card .card-body {
    padding: 16px;
    color: var(--dc-muted);
}

.dc-workspace-card .list-group {
    border: 0;
}

.dc-workspace-card .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 16px;
    color: var(--dc-text);
    background: #ffffff;
    border-color: var(--dc-border);
    font-size: 0.92rem;
}

.dc-workspace-card .list-group-item span:first-child {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 9px;
}

.dc-workspace-card .list-group-item i {
    color: var(--dc-muted);
}

.dc-workspace-card .list-group-item:hover,
.dc-workspace-card .list-group-item.active {
    color: var(--dc-primary);
    background: #f7fbff;
    border-color: var(--dc-border);
}

.dc-workspace-card .card-footer {
    padding: 12px 16px;
    background: #ffffff;
    border-top: 1px solid var(--dc-border);
}

@media (max-width: 1199.98px) {
    header.header .dc-secondary-navbar {
        min-height: 0;
    }

    header.header .dc-secondary-navbar .container {
        display: block;
    }

    header.header .dc-secondary-navbar .navbar-collapse {
        padding: 14px 0;
    }

    .dc-mobile-public-nav,
    header.header .dc-whmcs-nav {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        margin: 0 0 8px;
    }

    header.header .dc-secondary-navbar .navbar-collapse {
        max-height: calc(100vh - 74px);
        overflow-y: auto;
        overflow-x: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    header.header .dc-secondary-navbar .navbar-collapse::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    header.header .dc-whmcs-nav > li,
    header.header .dc-whmcs-nav > li > a,
    .dc-mobile-public-nav .dc-nav-pill {
        width: 100%;
    }

    header.header .dc-whmcs-nav > li.dropdown {
        position: relative;
    }

    header.header .dc-whmcs-nav > li.dropdown > a {
        justify-content: space-between;
    }

    header.header .dc-whmcs-nav > li.dropdown > a::after {
        margin-left: auto;
        transition: transform 0.18s ease;
    }

    header.header .dc-whmcs-nav > li.dropdown.show > a::after,
    header.header .dc-whmcs-nav > li.open > a::after {
        transform: rotate(180deg);
    }

    header.header .dc-whmcs-nav .dropdown-menu {
        position: static !important;
        transform: none !important;
        inset: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        display: none;
        float: none;
        width: 100%;
        margin: 4px 0 6px;
        padding: 5px;
        box-shadow: none;
        background: #f8fbff;
    }

    header.header .dc-whmcs-nav > li.show > .dropdown-menu,
    header.header .dc-whmcs-nav > li.dropdown.show > .dropdown-menu,
    header.header .dc-whmcs-nav > li.open > .dropdown-menu,
    header.header .dc-whmcs-nav .dropdown-menu.show {
        display: block;
    }

    header.header .dropdown-menu a.dropdown-item {
        min-height: 34px;
        padding: 7px 9px !important;
        white-space: normal;
        line-height: 1.3;
    }

    .dc-hero-grid,
    .dc-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dc-hero-card {
        min-height: 260px;
    }

    .dc-shortcuts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .dc-dashboard-container {
        padding: 18px 14px 42px;
    }

    header.header .dc-main-navbar {
        min-height: 68px;
    }

    .dc-brand-text {
        max-width: 138px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .dc-hero-grid,
    .dc-stats-grid,
    .dc-insights-grid,
    .dc-workspace-grid {
        grid-template-columns: 1fr;
    }

    .dc-workspace-span {
        grid-column: auto;
    }

    .dc-shortcuts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dc-hero-card {
        min-height: auto;
        padding: 24px;
    }

    .dc-hero-card h1 {
        font-size: 2rem;
    }

    .dc-insight-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .dc-insight-card .dc-card-link {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

@media (max-width: 479.98px) {
    .dc-mobile-public-nav,
    header.header .dc-whmcs-nav,
    .dc-shortcuts {
        grid-template-columns: 1fr;
    }

    .dc-shortcut-card {
        min-height: 72px;
    }

    .dc-header-actions {
        gap: 6px;
    }

    .dc-cart-btn,
    .dc-menu-toggle {
        width: 38px;
        height: 38px;
    }
}

/* Desktop client app shell: left navigation */
@media (min-width: 1200px) {
    body.dc-logged-in {
        background:
            radial-gradient(circle at 88% 0%, rgba(6, 174, 212, 0.12), transparent 26rem),
            linear-gradient(180deg, #f7fbff 0%, #f5f8fb 100%);
    }

    body.dc-logged-in header.header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1030;
        display: flex;
        flex-direction: column;
        width: 280px;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        border-right: 1px solid var(--dc-border);
        border-bottom: 0;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 12px 0 34px rgba(16, 24, 40, 0.06);
    }

    body.dc-logged-in header.header {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    body.dc-logged-in header.header::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    body.dc-logged-in header.header .dc-main-navbar,
    body.dc-logged-in header.header .dc-secondary-navbar,
    body.dc-logged-in header.header .topbar {
        width: 100%;
        min-height: 0;
        padding: 0;
        background: transparent;
        border: 0;
    }

    body.dc-logged-in header.header .dc-main-navbar {
        order: 1;
    }

    body.dc-logged-in header.header .dc-secondary-navbar {
        order: 2;
        flex: 1 1 auto;
    }

    body.dc-logged-in header.header .topbar {
        order: 3;
        margin-top: auto;
        border-top: 1px solid var(--dc-border);
        color: var(--dc-muted);
    }

    body.dc-logged-in header.header .dc-main-navbar > .container,
    body.dc-logged-in header.header .dc-secondary-navbar > .container,
    body.dc-logged-in header.header .topbar > .container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: none;
        padding: 16px;
    }

    body.dc-logged-in header.header .dc-brand {
        width: 100%;
        padding: 2px 2px 14px;
        border-bottom: 1px solid var(--dc-border);
    }

    body.dc-logged-in header.header .dc-brand .logo-img {
        max-height: 36px;
    }

    body.dc-logged-in header.header .dc-brand-text {
        font-size: 1.02rem;
    }

    body.dc-logged-in header.header .dc-public-nav,
    body.dc-logged-in header.header .dc-mobile-public-nav {
        display: none !important;
    }

    body.dc-logged-in header.header .dc-whmcs-nav,
    body.dc-logged-in header.header .dc-account-nav {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 3px;
        margin: 0;
    }

    body.dc-logged-in header.header .dc-nav-pill,
    body.dc-logged-in header.header .dc-whmcs-nav > li > a,
    body.dc-logged-in header.header .dc-whmcs-nav .collapsable-dropdown > a {
        width: 100%;
        justify-content: flex-start;
        min-height: 38px;
        padding: 9px 11px;
        color: var(--dc-muted);
        font-size: 0.92rem;
    }

    body.dc-logged-in header.header .dc-nav-pill.active,
    body.dc-logged-in header.header .dc-nav-pill:hover,
    body.dc-logged-in header.header .dc-whmcs-nav > li.active > a,
    body.dc-logged-in header.header .dc-whmcs-nav > li.show > a,
    body.dc-logged-in header.header .dc-whmcs-nav > li.open > a,
    body.dc-logged-in header.header .dc-whmcs-nav > li > a:hover,
    body.dc-logged-in header.header .dc-whmcs-nav > li > a:focus {
        color: var(--dc-primary);
        background: #eef5ff;
    }

    body.dc-logged-in header.header .dc-header-actions {
        display: grid;
        grid-template-columns: 1fr 44px;
        gap: 8px;
        width: 100%;
        margin: 14px 0 0;
        overflow: visible;
    }

    body.dc-logged-in header.header .dc-dashboard-cta {
        display: inline-flex !important;
        justify-content: center;
        width: 100%;
        min-width: 0;
    }

    body.dc-logged-in header.header .dc-cart-btn {
        width: 44px;
        height: 42px;
        min-width: 44px;
        color: var(--dc-primary);
        background: #eef5ff;
        border-color: #d8e8ff;
    }

    body.dc-logged-in header.header .dc-menu-toggle {
        display: none;
    }

    body.dc-logged-in header.header .dc-secondary-navbar .navbar-collapse {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 12px;
    }

    body.dc-logged-in header.header .dc-account-nav {
        padding-top: 12px;
        border-top: 1px solid var(--dc-border);
    }

    body.dc-logged-in header.header .dc-whmcs-nav > li {
        position: relative;
        width: 100%;
    }

    body.dc-logged-in header.header .dc-whmcs-nav > li.dropdown > a::after {
        margin-left: auto;
        transition: transform 0.18s ease;
    }

    body.dc-logged-in header.header .dc-whmcs-nav > li.dropdown.show > a::after,
    body.dc-logged-in header.header .dc-whmcs-nav > li.open > a::after {
        transform: rotate(180deg);
    }

    body.dc-logged-in header.header .dropdown-menu {
        position: static !important;
        transform: none !important;
        inset: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        display: none;
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 4px 0 6px;
        padding: 5px;
        box-shadow: none;
        background: #f8fbff;
    }

    body.dc-logged-in header.header .dc-whmcs-nav > li.show > .dropdown-menu,
    body.dc-logged-in header.header .dc-whmcs-nav > li.dropdown.show > .dropdown-menu,
    body.dc-logged-in header.header .dc-whmcs-nav > li.open > .dropdown-menu,
    body.dc-logged-in header.header .dc-whmcs-nav .dropdown-menu.show {
        display: block;
    }

    body.dc-logged-in header.header .dropdown-menu a.dropdown-item {
        min-height: 34px;
        padding: 7px 9px !important;
        white-space: normal;
        line-height: 1.3;
    }

    body.dc-logged-in header.header .topbar .d-flex,
    body.dc-logged-in header.header .topbar .ml-auto,
    body.dc-logged-in header.header .topbar .mr-auto,
    body.dc-logged-in header.header .topbar .active-client,
    body.dc-logged-in header.header .topbar .btn-group {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin: 0 !important;
        gap: 8px;
    }

    body.dc-logged-in header.header .topbar .input-group-prepend {
        display: none !important;
    }

    body.dc-logged-in header.header .topbar .btn {
        justify-content: flex-start;
        min-height: 38px;
        color: var(--dc-muted);
        background: #f8fbff;
        border: 1px solid var(--dc-border);
        border-radius: var(--dc-radius);
        text-align: left;
    }

    body.dc-logged-in header.header .topbar .btn:hover {
        color: var(--dc-primary);
        background: #eef5ff;
    }

    body.dc-logged-in #main-body,
    body.dc-logged-in .master-breadcrumb,
    body.dc-logged-in footer.footer {
        margin-left: 280px;
    }

    body.dc-logged-in #main-body {
        min-height: calc(100vh - 1px);
    }

    body.dc-logged-in .master-breadcrumb {
        border-bottom: 1px solid var(--dc-border);
    }

    body.dc-logged-in:not(.dc-template-clientareahome) #main-body {
        padding-top: 28px;
    }

    body.dc-logged-in:not(.dc-template-clientareahome) #main-body > .container {
        max-width: 1180px;
    }
}

/* Final production nav: stable top app header based on Twenty-One behavior */
@media (min-width: 1200px) {
    body.dc-logged-in header.header {
        position: sticky;
        top: 0;
        left: auto;
        z-index: 1030;
        display: block;
        width: 100%;
        height: auto;
        overflow: visible;
        border-right: 0;
        border-bottom: 1px solid var(--dc-border);
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 8px 28px rgba(16, 24, 40, 0.05);
        scrollbar-width: auto;
    }

    body.dc-logged-in header.header::-webkit-scrollbar {
        width: auto;
        height: auto;
    }

    body.dc-logged-in header.header .dc-main-navbar,
    body.dc-logged-in header.header .dc-secondary-navbar,
    body.dc-logged-in header.header .topbar {
        width: 100%;
    }

    body.dc-logged-in header.header .dc-main-navbar,
    body.dc-logged-in header.header .dc-secondary-navbar {
        background: rgba(255, 255, 255, 0.94);
    }

    body.dc-logged-in header.header .topbar {
        min-height: 38px;
        margin: 0;
        padding: 0;
        background: var(--dc-navy);
        border-top: 0;
        color: #dbeafe;
    }

    body.dc-logged-in header.header .dc-main-navbar {
        min-height: 74px;
        border-bottom: 1px solid rgba(228, 234, 241, 0.8);
    }

    body.dc-logged-in header.header .dc-secondary-navbar {
        min-height: 52px;
        border-top: 0;
    }

    body.dc-logged-in header.header .dc-main-navbar > .container,
    body.dc-logged-in header.header .dc-secondary-navbar > .container,
    body.dc-logged-in header.header .topbar > .container {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        max-width: 1180px;
        padding: 0 15px;
    }

    body.dc-logged-in header.header .topbar .d-flex {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    body.dc-logged-in header.header .topbar .mr-auto,
    body.dc-logged-in header.header .topbar .ml-auto {
        width: auto;
        margin: 0;
    }

    body.dc-logged-in header.header .topbar .mr-auto {
        margin-right: auto !important;
    }

    body.dc-logged-in header.header .topbar .ml-auto {
        margin-left: auto !important;
    }

    body.dc-logged-in header.header .topbar .active-client,
    body.dc-logged-in header.header .topbar .btn-group {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: auto;
        gap: 0;
    }

    body.dc-logged-in header.header .topbar .input-group-prepend {
        display: inline-flex !important;
    }

    body.dc-logged-in header.header .topbar .btn,
    body.dc-logged-in header.header .topbar .input-group-text {
        justify-content: center;
        min-height: 32px;
        color: #dbeafe;
        background: transparent;
        border-color: rgba(255, 255, 255, 0.12);
        border-radius: 0;
        text-align: center;
    }

    body.dc-logged-in header.header .topbar .btn:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.08);
    }

    body.dc-logged-in header.header .dc-brand {
        width: auto;
        padding: 0;
        border-bottom: 0;
    }

    body.dc-logged-in header.header .dc-brand .logo-img {
        max-height: 38px;
    }

    body.dc-logged-in header.header .dc-brand-text {
        color: var(--dc-text);
        font-size: 1rem;
    }

    body.dc-logged-in header.header .dc-header-actions {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        grid-template-columns: none;
        width: auto;
        gap: 10px;
        margin: 0 0 0 auto;
        overflow: visible;
    }

    body.dc-logged-in header.header .dc-dashboard-cta {
        display: inline-flex !important;
        width: auto;
        min-width: 132px;
        justify-content: center;
    }

    body.dc-logged-in header.header .dc-cart-btn {
        width: 42px;
        height: 42px;
        min-width: 42px;
        color: var(--dc-primary-dark);
        background: #ffffff;
        border-color: var(--dc-border);
    }

    body.dc-logged-in header.header .dc-secondary-navbar .navbar-collapse {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        width: 100%;
        gap: 8px;
        max-height: none;
        overflow: visible;
    }

    body.dc-logged-in header.header .dc-whmcs-nav,
    body.dc-logged-in header.header .dc-account-nav {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        width: auto;
        gap: 6px;
        margin: 0;
        padding: 0;
        border: 0;
    }

    body.dc-logged-in header.header .dc-account-nav {
        margin-left: auto;
    }

    body.dc-logged-in header.header .dc-whmcs-nav > li {
        position: relative;
        width: auto;
    }

    body.dc-logged-in header.header .dc-whmcs-nav > li > a,
    body.dc-logged-in header.header .dc-whmcs-nav .collapsable-dropdown > a {
        width: auto;
        min-height: 38px;
        justify-content: flex-start;
        padding: 9px 12px;
        color: #475467;
        background: transparent;
        border: 1px solid transparent;
        border-radius: var(--dc-radius);
        font-size: 0.9rem;
        font-weight: 700;
        box-shadow: none;
    }

    body.dc-logged-in header.header .dc-whmcs-nav > li > a > i,
    body.dc-logged-in header.header .dropdown-menu a.dropdown-item > i {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
        margin-right: 7px;
        color: var(--dc-primary);
        background: #eef5ff;
        border-radius: 6px;
    }

    body.dc-logged-in header.header .dc-whmcs-nav > li.active > a,
    body.dc-logged-in header.header .dc-whmcs-nav > li.show > a,
    body.dc-logged-in header.header .dc-whmcs-nav > li.open > a,
    body.dc-logged-in header.header .dc-whmcs-nav > li > a:hover,
    body.dc-logged-in header.header .dc-whmcs-nav > li > a:focus {
        color: var(--dc-primary);
        background: #eef5ff;
        border-color: #d8e8ff;
    }

    body.dc-logged-in header.header .dropdown-toggle:after {
        margin-left: 8px;
        color: #98a2b3;
        transition: transform 0.16s ease;
    }

    body.dc-logged-in header.header .show > .dropdown-toggle:after,
    body.dc-logged-in header.header .open > .dropdown-toggle:after {
        transform: rotate(180deg);
    }

    body.dc-logged-in header.header .dropdown-menu {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        right: auto !important;
        bottom: auto !important;
        left: 0 !important;
        transform: none !important;
        display: none;
        width: max-content;
        min-width: 230px;
        max-width: 320px;
        margin: 0;
        padding: 8px;
        overflow: visible;
        background: #ffffff;
        border: 1px solid var(--dc-border);
        border-radius: var(--dc-radius);
        box-shadow: var(--dc-shadow);
    }

    body.dc-logged-in header.header .dropdown-menu-right {
        right: 0 !important;
        left: auto !important;
    }

    body.dc-logged-in header.header .dc-whmcs-nav > li.show > .dropdown-menu,
    body.dc-logged-in header.header .dc-whmcs-nav > li.dropdown.show > .dropdown-menu,
    body.dc-logged-in header.header .dc-whmcs-nav > li.open > .dropdown-menu,
    body.dc-logged-in header.header .dc-whmcs-nav .dropdown-menu.show {
        display: block;
    }

    body.dc-logged-in header.header .dropdown-menu a.dropdown-item {
        min-height: 36px;
        padding: 8px 10px !important;
        color: #475467;
        white-space: normal;
        line-height: 1.3;
    }

    body.dc-logged-in header.header .dropdown-menu a.dropdown-item:hover,
    body.dc-logged-in header.header .dropdown-menu a.dropdown-item:focus {
        color: var(--dc-primary);
        background: #eef5ff;
    }

    body.dc-logged-in #main-body,
    body.dc-logged-in .master-breadcrumb,
    body.dc-logged-in footer.footer {
        margin-left: 0;
    }

body.dc-logged-in:not(.dc-template-clientareahome) #main-body {
        padding-top: 28px;
    }
}

/* Modern Products & Services workspace */
.dc-template-clientareaproducts {
    background:
        radial-gradient(circle at 88% 0%, rgba(6, 174, 212, 0.12), transparent 24rem),
        linear-gradient(180deg, #f7fbff 0%, #f5f8fb 100%);
}

.dc-template-clientareaproducts #main-body {
    padding-top: 28px;
    background: transparent;
}

.dc-template-clientareaproducts .primary-content > .header-lined {
    display: none;
}

.dc-services-page {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto 42px;
}

.dc-services-header,
.dc-services-stat-card,
.dc-services-control-panel .card-sidebar,
.dc-services-table-card {
    border: 1px solid var(--dc-border);
    border-radius: var(--dc-radius);
    box-shadow: var(--dc-shadow);
}

.dc-services-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 128px;
    padding: 22px 24px;
    background:
        radial-gradient(circle at 94% 0%, rgba(6, 174, 212, 0.12), transparent 18rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 251, 255, 0.98) 100%);
}

.dc-services-header-copy {
    min-width: 0;
}

.dc-services-header-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.dc-services-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 9px;
    padding: 5px 9px;
    border: 1px solid #d8e8ff;
    border-radius: 999px;
    color: var(--dc-primary);
    background: #eef5ff;
    font-size: 0.74rem;
    font-weight: 840;
    letter-spacing: 0;
}

.dc-services-header h1 {
    margin: 0;
    color: var(--dc-text);
    font-size: 1.75rem;
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: 0;
}

.dc-services-header p {
    max-width: 690px;
    margin: 8px 0 0;
    color: var(--dc-muted);
    font-size: 0.94rem;
    line-height: 1.55;
}

.dc-services-primary-btn,
.dc-services-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 13px;
    border-radius: var(--dc-radius);
    font-weight: 800;
    font-size: 0.88rem;
    white-space: nowrap;
}

.dc-services-primary-btn {
    color: #ffffff;
    background: linear-gradient(135deg, var(--dc-primary), var(--dc-cyan));
    border: 0;
    box-shadow: 0 10px 20px rgba(21, 94, 239, 0.16);
}

.dc-services-primary-btn:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.dc-services-secondary-btn {
    color: var(--dc-primary);
    background: #ffffff;
    border: 1px solid #d8e8ff;
}

.dc-services-secondary-btn:hover {
    color: var(--dc-primary);
    background: #eef5ff;
}

.dc-services-listbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.dc-services-stats {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

.dc-services-stat-card {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 5px 10px;
    align-items: center;
    flex: 0 0 auto;
    min-width: 142px;
    min-height: 66px;
    padding: 11px 12px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.dc-services-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    grid-row: span 2;
    border-radius: var(--dc-radius);
    font-size: 0.94rem;
}

.dc-stat-blue {
    color: var(--dc-primary);
    background: #eef5ff;
}

.dc-stat-green {
    color: var(--dc-mint);
    background: #ecfdf5;
}

.dc-stat-amber {
    color: var(--dc-amber);
    background: #fff7ed;
}

.dc-stat-rose {
    color: var(--dc-rose);
    background: #fff1f2;
}

.dc-services-stat-card span:not(.dc-services-stat-icon) {
    color: var(--dc-muted);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
}

.dc-services-stat-card strong {
    color: var(--dc-text);
    font-size: 1.36rem;
    line-height: 1;
}

.dc-services-controls,
.dc-product-controls {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: -2px;
}

.dc-services-controls {
    flex: 0 1 auto;
    justify-content: flex-end;
    margin-top: 0;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.dc-services-controls::before {
    display: none;
}

.dc-product-controls {
    margin: 0 0 18px;
}

.dc-services-control-panel,
.dc-product-control-panel {
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
}

.dc-services-control-panel .card-sidebar,
.dc-product-control-panel .card-sidebar {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    margin: 0 !important;
    padding: 8px;
    overflow: visible;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--dc-border);
    border-radius: var(--dc-radius);
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.05);
}

.dc-services-control-panel .card-sidebar {
    padding: 6px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: none;
}

.dc-services-control-panel .card-sidebar + .card-sidebar,
.dc-product-control-panel .card-sidebar + .card-sidebar {
    margin-left: 8px !important;
}

.dc-services-control-panel .card-header,
.dc-product-control-panel .card-header {
    flex: 0 0 auto;
    padding: 0 4px 0 0;
    background: transparent;
    border: 0;
}

.dc-services-control-panel .card-title,
.dc-product-control-panel .card-title {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: #475467;
    font-size: 0.73rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.dc-services-control-panel .card-title::after {
    content: "\f078";
    color: #98a2b3;
    font-family: "Font Awesome 5 Free";
    font-size: 0.66rem;
    font-weight: 900;
}

.dc-services-control-panel .card-title i:first-child,
.dc-product-control-panel .card-title i:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: var(--dc-radius);
    color: var(--dc-primary);
    background: #eef5ff;
    font-size: 0.72rem;
}

.dc-services-control-panel .card-minimise,
.dc-product-control-panel .card-minimise {
    display: none;
}

.dc-services-control-panel .collapsable-card-body,
.dc-product-control-panel .collapsable-card-body {
    flex: 1 1 auto;
    min-width: 0;
}

.dc-services-control-panel .list-group,
.dc-product-control-panel .list-group {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0;
    border: 0;
}

.dc-services-control-panel .list-group-item,
.dc-product-control-panel .list-group-item {
    display: inline-flex;
    align-items: center;
    width: auto;
    min-height: 34px;
    padding: 7px 10px;
    color: #475467;
    background: #f8fbff;
    border: 1px solid var(--dc-border);
    border-radius: var(--dc-radius) !important;
    font-size: 0.82rem;
    font-weight: 780;
    white-space: nowrap;
}

.dc-services-control-panel .list-group-item {
    min-height: 32px;
    padding: 6px 9px;
    background: #ffffff;
    font-size: 0.8rem;
}

.dc-services-control-panel .list-group-item:hover,
.dc-services-control-panel .list-group-item.active,
.dc-product-control-panel .list-group-item:hover,
.dc-product-control-panel .list-group-item.active {
    color: var(--dc-primary);
    background: #eef5ff;
    border-color: #d8e8ff;
}

.dc-services-actions-panel .list-group-item[href*="cart.php"],
.dc-product-control-panel .list-group-item[href*="upgrade.php"],
.dc-product-control-panel .list-group-item[href*="service-renewals"] {
    color: #ffffff;
    background: linear-gradient(135deg, var(--dc-primary), var(--dc-cyan));
    border-color: transparent;
    box-shadow: 0 8px 18px rgba(21, 94, 239, 0.16);
}

.dc-product-control-panel .list-group-item[href*="cancel"] {
    color: var(--dc-rose);
    background: #fff1f2;
    border-color: #ffd6da;
}

.dc-services-control-panel .sidebar-menu-item-wrapper,
.dc-product-control-panel .sidebar-menu-item-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.dc-services-control-panel .sidebar-menu-item-icon-wrapper,
.dc-product-control-panel .sidebar-menu-item-icon-wrapper {
    color: inherit;
}

.dc-services-control-panel .sidebar-menu-item-label,
.dc-product-control-panel .sidebar-menu-item-label {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dc-services-control-panel .sidebar-menu-item-badge,
.dc-product-control-panel .sidebar-menu-item-badge {
    margin-left: 3px;
}

.dc-services-control-panel .badge,
.dc-product-control-panel .badge {
    color: var(--dc-primary);
    background: #ffffff;
    border: 1px solid #d8e8ff;
}

.dc-services-control-panel > .card:not(.card-sidebar),
.dc-product-control-panel > .card:not(.card-sidebar) {
    width: min(420px, 100%);
    margin: 0 !important;
    padding: 10px;
    border: 1px solid var(--dc-border);
    border-radius: var(--dc-radius);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.05);
}

.dc-services-control-panel > .card:not(.card-sidebar) .card-header,
.dc-product-control-panel > .card:not(.card-sidebar) .card-header {
    padding: 0 0 8px;
    border: 0;
    background: transparent;
}

.dc-services-control-panel > .card:not(.card-sidebar) .card-title,
.dc-product-control-panel > .card:not(.card-sidebar) .card-title {
    margin: 0;
    color: var(--dc-muted);
    font-size: 0.73rem;
    font-weight: 850;
    text-transform: uppercase;
}

.dc-services-control-panel > .card:not(.card-sidebar) .card-body,
.dc-product-control-panel > .card:not(.card-sidebar) .card-body {
    padding: 0;
}

.dc-services-control-panel > .card:not(.card-sidebar) .form-control,
.dc-product-control-panel > .card:not(.card-sidebar) .form-control {
    min-height: 40px;
    color: var(--dc-text);
    border-color: #d6e3f2;
    border-radius: var(--dc-radius);
    background: #ffffff;
    font-weight: 760;
    box-shadow: none;
}

.dc-services-table-card {
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.075);
}

.dc-services-table-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--dc-border);
    background:
        radial-gradient(circle at 96% 0%, rgba(21, 94, 239, 0.06), transparent 18rem),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.dc-services-table-heading span {
    color: var(--dc-primary);
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0;
}

.dc-services-table-heading h2 {
    margin: 4px 0 0;
    color: var(--dc-text);
    font-size: 1.12rem;
    font-weight: 850;
}

.dc-services-table-heading p {
    max-width: 480px;
    margin: 0;
    color: var(--dc-muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.dc-services-table-card .table-container {
    margin: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.dc-services-table-card .dataTables_wrapper {
    padding: 0;
}

.dc-services-table-card .dataTables_filter,
.dc-services-table-card .dataTables_length {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 12px 18px;
    background: #fbfdff;
}

.dc-services-table-card .dataTables_length {
    float: left;
}

.dc-services-table-card .dataTables_filter {
    float: right;
    justify-content: flex-end;
}

.dc-services-table-card .dataTables_filter label,
.dc-services-table-card .dataTables_length label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: var(--dc-muted);
    font-size: 0.84rem;
    font-weight: 750;
}

.dc-services-table-card .dataTables_filter input,
.dc-services-table-card .dataTables_length select {
    min-height: 38px;
    border: 1px solid #d6e3f2 !important;
    border-radius: var(--dc-radius);
    background: #ffffff !important;
    color: var(--dc-text);
    box-shadow: none;
    font-weight: 720;
}

.dc-services-table-card .dataTables_filter input {
    width: min(320px, 42vw);
    padding: 0 13px !important;
}

.dc-services-table-card table.dc-services-table {
    width: 100% !important;
    margin: 0 !important;
    border: 0;
    border-top: 1px solid var(--dc-border);
}

.dc-services-table-card table.dc-services-table thead th {
    padding: 12px 16px;
    color: var(--dc-muted);
    background: #f7fbff;
    border: 0;
    border-bottom: 1px solid var(--dc-border);
    font-size: 0.74rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0;
    white-space: nowrap;
}

.dc-services-table-card table.dc-services-table tbody td {
    padding: 15px 16px;
    color: var(--dc-text);
    border-top: 1px solid #eef3f8;
    vertical-align: middle;
    background: #ffffff;
}

.dc-services-table-card table.dc-services-table tbody tr {
    cursor: pointer;
    transition: background-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.dc-services-table-card table.dc-services-table tbody tr:hover td {
    background: #f7fbff;
}

.dc-service-ssl-cell {
    width: 58px;
    text-align: center;
}

.dc-service-ssl-badge,
.dc-service-product-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: var(--dc-radius);
    color: var(--dc-primary);
    background: #eef5ff;
}

.dc-service-ssl-badge img {
    max-width: 25px;
    height: auto;
}

.dc-service-product-cell {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 240px;
}

.dc-service-product-cell strong,
.dc-service-price-cell strong,
.dc-service-date-cell strong {
    display: block;
    color: var(--dc-text);
    font-size: 0.98rem;
    font-weight: 820;
}

.dc-service-product-cell a,
.dc-service-product-cell span,
.dc-service-price-cell small,
.dc-service-date-cell small {
    display: block;
    margin-top: 3px;
    color: var(--dc-muted);
    font-size: 0.84rem;
}

.dc-service-product-cell a:hover {
    color: var(--dc-primary);
}

.dc-service-price-cell,
.dc-service-date-cell,
.dc-service-status-cell,
.dc-service-action-cell {
    text-align: center;
}

.dc-services-table-card .label.status {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.dc-services-table-card .status-active {
    background: var(--dc-mint);
}

.dc-services-table-card .status-pending {
    background: var(--dc-amber);
}

.dc-services-table-card .status-suspended,
.dc-services-table-card .status-terminated,
.dc-services-table-card .status-cancelled {
    background: var(--dc-rose);
}

.dc-service-row-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    padding: 0 13px;
    color: var(--dc-primary);
    border: 1px solid #d8e8ff;
    border-radius: var(--dc-radius);
    background: #eef5ff;
    font-size: 0.82rem;
    font-weight: 820;
    white-space: nowrap;
}

.dc-service-row-action:hover {
    color: #ffffff;
    border-color: var(--dc-primary);
    background: var(--dc-primary);
    text-decoration: none;
}

.dc-services-table-card .dataTables_info,
.dc-services-table-card .dataTables_paginate {
    float: none;
    min-height: 56px;
    padding: 12px 18px;
    color: var(--dc-muted);
    border-top: 1px solid var(--dc-border);
    background: #fbfdff;
    font-size: 0.86rem;
    font-weight: 700;
}

.dc-services-table-card .dataTables_info {
    float: left;
}

.dc-services-table-card .dataTables_paginate {
    float: right;
}

.dc-services-table-card .pagination {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
}

.dc-services-table-card .page-link,
.dc-services-table-card .paginate_button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    border: 1px solid var(--dc-border) !important;
    border-radius: var(--dc-radius) !important;
    color: #475467 !important;
    background: #ffffff !important;
    font-weight: 800;
}

.dc-services-table-card .page-item.active .page-link,
.dc-services-table-card .paginate_button.current {
    color: #ffffff !important;
    border-color: var(--dc-primary) !important;
    background: linear-gradient(135deg, var(--dc-primary), var(--dc-cyan)) !important;
}

.dc-services-table-card .page-item.disabled .page-link,
.dc-services-table-card .paginate_button.disabled {
    color: #98a2b3 !important;
    background: #f8fbff !important;
    opacity: 1;
}

.dc-table-loading {
    padding: 28px;
    color: var(--dc-muted);
}

@media (max-width: 991.98px) {
    .dc-services-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .dc-services-listbar {
        flex-direction: column;
    }

    .dc-services-controls,
    .dc-product-controls {
        justify-content: flex-start;
        flex-direction: column;
    }

    .dc-services-controls {
        width: 100%;
        margin-left: 0;
    }

    .dc-services-control-panel,
    .dc-product-control-panel {
        width: 100%;
        justify-content: flex-start;
    }

    .dc-services-stats {
        width: 100%;
    }

    .dc-services-stat-card {
        flex: 1 1 calc(50% - 8px);
    }

    .dc-services-table-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .dc-template-clientareaproducts #main-body {
        padding-top: 18px;
    }

    .dc-services-page {
        gap: 14px;
    }

    .dc-services-header {
        min-height: auto;
        padding: 18px;
    }

    .dc-services-header h1 {
        font-size: 1.45rem;
    }

    .dc-services-header-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .dc-services-stats {
        flex-direction: column;
    }

    .dc-services-stat-card {
        width: 100%;
    }

    .dc-services-control-panel .card-sidebar,
    .dc-product-control-panel .card-sidebar {
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .dc-services-control-panel .card-sidebar + .card-sidebar,
    .dc-product-control-panel .card-sidebar + .card-sidebar {
        margin-top: 8px !important;
        margin-left: 0 !important;
    }

    .dc-services-control-panel .list-group,
    .dc-services-actions-panel .list-group,
    .dc-product-control-panel .list-group,
    .dc-product-actions-panel .list-group {
        flex-direction: column;
        width: 100%;
    }

    .dc-services-control-panel .list-group-item,
    .dc-product-control-panel .list-group-item {
        width: 100%;
    }

    .dc-services-table-card .dataTables_filter,
    .dc-services-table-card .dataTables_length {
        float: none;
        justify-content: flex-start;
        width: 100%;
        min-height: auto;
        padding: 12px 14px 8px;
    }

    .dc-services-table-card .dataTables_filter label,
    .dc-services-table-card .dataTables_length label {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .dc-services-table-card .dataTables_filter input,
    .dc-services-table-card .dataTables_length select {
        width: 100% !important;
    }

    .dc-services-table-card table.dc-services-table thead th,
    .dc-services-table-card table.dc-services-table tbody td {
        padding: 13px;
    }

    .dc-service-product-cell {
        min-width: 220px;
    }

    .dc-services-table-card .dataTables_info,
    .dc-services-table-card .dataTables_paginate {
        display: flex;
        justify-content: center;
        float: none;
        width: 100%;
        min-height: 46px;
        padding: 8px 12px;
        text-align: center;
    }

    .dc-services-table-card .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Modern Product Details workspace */
.dc-template-clientareaproductdetails {
    background:
        radial-gradient(circle at 8% 0%, rgba(21, 94, 239, 0.08), transparent 28rem),
        radial-gradient(circle at 92% 8%, rgba(6, 174, 212, 0.1), transparent 30rem),
        linear-gradient(180deg, #f7fbff 0%, #f5f8fb 100%);
}

.dc-template-clientareaproductdetails #main-body {
    padding-top: 28px;
    background: transparent;
}

.dc-template-clientareaproductdetails .primary-content > .header-lined,
.dc-template-clientareaproductdetails .master-breadcrumb {
    display: none;
}

.dc-template-clientareaproductdetails .primary-content {
    max-width: 1180px;
    margin: 0 auto;
}

.dc-template-clientareaproductdetails .tab-content.margin-bottom {
    margin-bottom: 0;
}

.dc-product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 18px;
    margin-bottom: 18px;
}

.dc-product-hero-copy,
.dc-product-status-panel,
.dc-product-facts,
.dc-template-clientareaproductdetails .product-details-tab-container,
.dc-template-clientareaproductdetails #tabOverview > .card,
.dc-template-clientareaproductdetails #tabDownloads > .row,
.dc-template-clientareaproductdetails #tabAddons > .row,
.dc-template-clientareaproductdetails #tabChangepw > .card {
    border: 1px solid var(--dc-border);
    border-radius: var(--dc-radius);
    box-shadow: var(--dc-shadow);
}

.dc-product-hero-copy {
    min-height: 260px;
    padding: 34px;
    color: #ffffff;
    background:
        radial-gradient(circle at 88% 16%, rgba(6, 174, 212, 0.34), transparent 17rem),
        linear-gradient(135deg, #07152f 0%, #0b1f4d 54%, #2160e8 100%);
}

.dc-product-hero h1 {
    margin: 20px 0 10px;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 840;
    line-height: 1;
    letter-spacing: 0;
}

.dc-product-hero p {
    margin: 0;
    color: #dbeafe;
    font-size: 1rem;
    line-height: 1.6;
}

.dc-product-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.dc-product-action-primary,
.dc-product-action-danger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 15px;
    border-radius: var(--dc-radius);
    font-weight: 820;
}

.dc-product-action-primary {
    color: #07152f;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.dc-product-action-primary:hover {
    color: var(--dc-primary);
    background: #ffffff;
}

.dc-product-action-danger {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.dc-product-action-danger:hover {
    color: #ffffff;
    background: var(--dc-rose);
    border-color: var(--dc-rose);
}

.dc-product-status-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 24px;
    background: #ffffff;
}

.dc-product-status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: var(--dc-radius);
    color: var(--dc-primary);
    background: #eef5ff;
    font-size: 1.25rem;
}

.dc-product-status-label {
    color: var(--dc-muted);
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.dc-product-status-panel strong {
    color: var(--dc-text);
    font-size: 2rem;
    font-weight: 840;
    line-height: 1;
}

.dc-product-status-panel small {
    color: var(--dc-muted);
    font-weight: 750;
}

.dc-product-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    margin-bottom: 18px;
    background: #ffffff;
}

.dc-product-fact {
    min-height: 104px;
    padding: 18px;
    border-right: 1px solid var(--dc-border);
    border-bottom: 1px solid var(--dc-border);
}

.dc-product-fact:nth-child(3n) {
    border-right: 0;
}

.dc-product-fact span {
    display: block;
    color: var(--dc-muted);
    font-size: 0.76rem;
    font-weight: 850;
    text-transform: uppercase;
}

.dc-product-fact strong {
    display: block;
    margin-top: 8px;
    color: var(--dc-text);
    font-size: 1rem;
    font-weight: 820;
    overflow-wrap: anywhere;
}

.dc-product-fact-warning {
    background: #fff7ed;
}

.dc-template-clientareaproductdetails .responsive-tabs-sm {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
    padding: 8px;
    border: 1px solid var(--dc-border);
    border-radius: var(--dc-radius);
    background: #ffffff;
    box-shadow: var(--dc-shadow);
}

.dc-template-clientareaproductdetails .responsive-tabs-sm .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid transparent;
    border-radius: var(--dc-radius);
    color: var(--dc-muted);
    font-size: 0.88rem;
    font-weight: 800;
}

.dc-template-clientareaproductdetails .responsive-tabs-sm .nav-link:hover,
.dc-template-clientareaproductdetails .responsive-tabs-sm .nav-link.active {
    color: var(--dc-primary);
    border-color: #d8e8ff;
    background: #eef5ff;
}

.dc-template-clientareaproductdetails .responsive-tabs-sm-connector {
    display: none;
}

.dc-template-clientareaproductdetails .product-details-tab-container {
    padding: 22px;
    background: #ffffff !important;
}

.dc-template-clientareaproductdetails .product-details-tab-container .row {
    align-items: center;
    min-height: 38px;
    padding: 8px 0;
    border-bottom: 1px solid #eef3f8;
}

.dc-template-clientareaproductdetails .product-details-tab-container .row:last-child {
    border-bottom: 0;
}

.dc-template-clientareaproductdetails .product-details-tab-container strong {
    color: var(--dc-text);
    font-weight: 820;
}

.dc-template-clientareaproductdetails .product-details-tab-container .btn,
.dc-template-clientareaproductdetails #tabChangepw .btn {
    border-radius: var(--dc-radius);
    font-weight: 800;
}

.dc-template-clientareaproductdetails .module-client-area {
    padding: 0;
}

.dc-template-clientareaproductdetails .module-client-area .card,
.dc-template-clientareaproductdetails .module-client-area .panel {
    border: 1px solid var(--dc-border);
    border-radius: var(--dc-radius);
    box-shadow: var(--dc-shadow);
}

.dc-template-clientareaproductdetails #tabDownloads > h3,
.dc-template-clientareaproductdetails #tabAddons > h3,
.dc-template-clientareaproductdetails #tabChangepw .card-title {
    color: var(--dc-text);
    font-size: 1.25rem;
    font-weight: 840;
}

.dc-template-clientareaproductdetails #tabChangepw > .card {
    background: #ffffff;
}

.dc-template-clientareaproductdetails #tabChangepw .card-body {
    padding: 24px;
}

.dc-template-clientareaproductdetails #tabChangepw .form-control {
    min-height: 44px;
    border-color: #d6e3f2;
    border-radius: var(--dc-radius);
}

.dc-template-clientareaproductdetails .alert {
    border-radius: var(--dc-radius);
    border-width: 1px;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}

.dc-template-clientareaproductdetails #alertOverdueInvoice,
.dc-template-clientareaproductdetails #alertUnpaidInvoice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
    padding: 15px 16px;
    color: #92400e;
    border-color: #fde3ba;
    background: #fff7ed;
    font-weight: 760;
}

.dc-template-clientareaproductdetails #alertOverdueInvoice .float-right,
.dc-template-clientareaproductdetails #alertUnpaidInvoice .float-right {
    float: none !important;
}

.dc-template-clientareaproductdetails #alertOverdueInvoice .btn,
.dc-template-clientareaproductdetails #alertUnpaidInvoice .btn {
    color: #ffffff;
    border: 0;
    background: var(--dc-amber);
}

.dc-product-status-panel.product-status-active .dc-product-status-icon {
    color: var(--dc-mint);
    background: #ecfdf5;
}

.dc-product-status-panel.product-status-pending .dc-product-status-icon {
    color: var(--dc-amber);
    background: #fff7ed;
}

.dc-product-status-panel.product-status-suspended .dc-product-status-icon,
.dc-product-status-panel.product-status-terminated .dc-product-status-icon,
.dc-product-status-panel.product-status-cancelled .dc-product-status-icon {
    color: var(--dc-rose);
    background: #fff1f2;
}

.dc-template-clientareaproductdetails .product-details-tab-container .tab-pane.text-center {
    text-align: left !important;
}

.dc-template-clientareaproductdetails .product-details-tab-container .row > [class*="col-"] {
    padding-top: 2px;
    padding-bottom: 2px;
}

.dc-template-clientareaproductdetails .product-details-tab-container .row > .col-sm-5 {
    text-align: left !important;
}

.dc-template-clientareaproductdetails .product-details-tab-container .row > .col-sm-5 strong {
    color: var(--dc-muted);
    font-size: 0.76rem;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dc-template-clientareaproductdetails .product-details-tab-container .row > .col-sm-7 {
    color: var(--dc-text);
    font-size: 0.94rem;
    font-weight: 760;
}

.dc-template-clientareaproductdetails .product-details-tab-container p .btn,
.dc-template-clientareaproductdetails #tabDownloads .btn,
.dc-template-clientareaproductdetails #tabAddons .btn,
.dc-template-clientareaproductdetails #tabChangepw .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 13px;
    color: #ffffff;
    border: 0;
    background: linear-gradient(135deg, var(--dc-primary), var(--dc-cyan));
    box-shadow: 0 10px 20px rgba(21, 94, 239, 0.13);
}

.dc-template-clientareaproductdetails .product-details-tab-container p .btn-default {
    color: var(--dc-primary);
    border: 1px solid #d8e8ff;
    background: #eef5ff;
    box-shadow: none;
}

.dc-template-clientareaproductdetails .module-client-area {
    text-align: left;
}

.dc-template-clientareaproductdetails .module-client-area .card,
.dc-template-clientareaproductdetails .module-client-area .panel {
    overflow: hidden;
    margin-bottom: 16px;
    background: #ffffff;
}

.dc-template-clientareaproductdetails .module-client-area .card-header,
.dc-template-clientareaproductdetails .module-client-area .panel-heading {
    padding: 15px 17px;
    color: var(--dc-text);
    border-bottom: 1px solid var(--dc-border);
    background: #ffffff;
    font-weight: 840;
}

.dc-template-clientareaproductdetails .module-client-area .card-body,
.dc-template-clientareaproductdetails .module-client-area .panel-body {
    padding: 18px;
}

.dc-template-clientareaproductdetails .cpanel-package-details {
    text-align: center;
}

.dc-template-clientareaproductdetails .cpanel-package-details em {
    display: inline-flex;
    margin-bottom: 9px;
    padding: 6px 10px;
    color: var(--dc-primary);
    border: 1px solid #d8e8ff;
    border-radius: 999px;
    background: #eef5ff;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 850;
    text-transform: uppercase;
}

.dc-template-clientareaproductdetails .cpanel-package-details h4 {
    margin: 0 0 8px;
    color: var(--dc-text);
    font-size: 1.55rem;
    font-weight: 850;
}

.dc-template-clientareaproductdetails .cpanel-package-details a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 11px;
    color: #0f766e;
    border: 1px solid #b7f3e3;
    border-radius: 999px;
    background: #f0fdfa;
    font-size: 0.82rem;
    font-weight: 820;
    text-decoration: none;
}

.dc-template-clientareaproductdetails .cpanel-feature-row {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 0 !important;
}

.dc-template-clientareaproductdetails .cpanel-feature-row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    flex: none !important;
}

.dc-template-clientareaproductdetails .cpanel-feature-row a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    min-height: 96px;
    padding: 12px 8px;
    color: #344054;
    border: 1px solid var(--dc-border);
    border-radius: var(--dc-radius);
    background: #f8fbff;
    font-size: 0.8rem;
    font-weight: 780;
    text-align: center;
    text-decoration: none;
    transition: transform 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
}

.dc-template-clientareaproductdetails .cpanel-feature-row a:hover {
    color: var(--dc-primary);
    border-color: #d8e8ff;
    background: #eef5ff;
    transform: translateY(-1px);
}

.dc-template-clientareaproductdetails .cpanel-feature-row i,
.dc-template-clientareaproductdetails .cpanel-feature-row img {
    color: var(--dc-primary);
    font-size: 1.35rem;
}

.dc-template-clientareaproductdetails #cPanelUsagePanel .cpanel-usage-stats > .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 !important;
}

.dc-template-clientareaproductdetails #cPanelUsagePanel .cpanel-usage-stats > .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    flex: none !important;
}

.dc-template-clientareaproductdetails #diskUsage,
.dc-template-clientareaproductdetails #bandwidthUsage {
    min-height: 180px;
    padding: 16px;
    border: 1px solid var(--dc-border);
    border-radius: var(--dc-radius);
    background: #f8fbff;
}

.dc-template-clientareaproductdetails #tabDownloads,
.dc-template-clientareaproductdetails #tabAddons,
.dc-template-clientareaproductdetails #tabChangepw {
    margin-top: 18px;
}

.dc-template-clientareaproductdetails #tabDownloads > h3,
.dc-template-clientareaproductdetails #tabAddons > h3 {
    margin: 0 0 12px;
}

.dc-template-clientareaproductdetails #tabDownloads > .row,
.dc-template-clientareaproductdetails #tabAddons > .row {
    margin: 0;
    padding: 22px;
    background: #ffffff;
}

.dc-template-clientareaproductdetails #tabDownloads > .row > [class*="col-"],
.dc-template-clientareaproductdetails #tabAddons > .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.dc-template-clientareaproductdetails #tabAddons .card {
    overflow: hidden;
    border: 1px solid var(--dc-border);
    border-radius: var(--dc-radius);
    box-shadow: none;
}

.dc-template-clientareaproductdetails #tabAddons .card-header {
    color: var(--dc-text);
    border-bottom: 1px solid var(--dc-border);
    background: #ffffff;
    font-weight: 820;
}

.dc-template-clientareaproductdetails #tabChangepw .form-group.row {
    align-items: center;
}

@media (max-width: 991.98px) {
    .dc-product-hero,
    .dc-product-facts {
        grid-template-columns: 1fr;
    }

    .dc-product-fact {
        border-right: 0;
    }

    .dc-template-clientareaproductdetails .cpanel-feature-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dc-template-clientareaproductdetails #cPanelUsagePanel .cpanel-usage-stats > .row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .dc-template-clientareaproductdetails #main-body {
        padding-top: 18px;
    }

    .dc-product-hero-copy {
        min-height: auto;
        padding: 24px;
    }

    .dc-product-hero h1 {
        font-size: 2.1rem;
    }

    .dc-template-clientareaproductdetails .responsive-tabs-sm {
        flex-direction: column;
    }

    .dc-template-clientareaproductdetails .responsive-tabs-sm .nav-link {
        width: 100%;
    }

    .dc-template-clientareaproductdetails #alertOverdueInvoice,
    .dc-template-clientareaproductdetails #alertUnpaidInvoice {
        align-items: flex-start;
        flex-direction: column;
    }

    .dc-template-clientareaproductdetails .cpanel-feature-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dc-template-clientareaproductdetails #tabChangepw .card-body {
        padding: 18px;
    }
}

@media (max-width: 480px) {
    .dc-template-clientareaproductdetails .cpanel-feature-row {
        grid-template-columns: 1fr;
    }
}

/* Modern store product group / standard cart catalog */
body.dc-template-products {
    background:
        radial-gradient(circle at 8% 0%, rgba(21, 94, 239, 0.08), transparent 26rem),
        radial-gradient(circle at 94% 10%, rgba(6, 174, 212, 0.12), transparent 28rem),
        linear-gradient(180deg, #f7fbff 0%, #f5f8fb 100%);
}

body.dc-template-products .master-breadcrumb,
body.dc-template-products .primary-content > .header-lined {
    display: none;
}

body.dc-template-products #main-body {
    padding: 28px 0 54px;
    background: transparent;
}

body.dc-template-products #main-body > .container {
    max-width: 1240px;
}

body.dc-template-products #order-standard_cart > .row {
    display: grid;
    grid-template-columns: minmax(220px, 250px) minmax(0, 1fr) minmax(220px, 260px);
    gap: 18px;
    align-items: start;
    margin: 0;
}

body.dc-template-products #order-standard_cart .cart-sidebar {
    display: contents;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.dc-template-products #order-standard_cart .cart-body {
    grid-column: 2;
    grid-row: 1 / span 4;
    width: 100%;
    max-width: none;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar {
    overflow: hidden;
    margin: 0 !important;
    border: 1px solid var(--dc-border);
    border-radius: var(--dc-radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--dc-shadow);
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Actions"] {
    grid-column: 1;
    grid-row: 1;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Choose Currency"] {
    grid-column: 1;
    grid-row: 2;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Categories"] {
    grid-column: 3;
    grid-row: 1;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-header {
    padding: 14px 15px;
    border-bottom: 1px solid var(--dc-border);
    background:
        radial-gradient(circle at 100% 0%, rgba(21, 94, 239, 0.08), transparent 10rem),
        #ffffff;
}

body.dc-template-products #order-standard_cart .cart-sidebar .panel-title,
body.dc-template-products #order-standard_cart .cart-sidebar .card-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: var(--dc-text);
    font-size: 0.92rem;
    font-weight: 850;
    line-height: 1.2;
}

body.dc-template-products #order-standard_cart .cart-sidebar .panel-title > i:first-child,
body.dc-template-products #order-standard_cart .cart-sidebar .card-title > i:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    border-radius: var(--dc-radius);
    color: var(--dc-primary);
    background: #eef5ff;
    font-size: 0.84rem;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-minimise {
    display: none;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group {
    padding: 8px;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    margin: 0 0 6px;
    padding: 9px 10px;
    color: #475467;
    border: 1px solid transparent;
    border-radius: var(--dc-radius) !important;
    background: transparent;
    font-size: 0.88rem;
    font-weight: 760;
    line-height: 1.25;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item:last-child {
    margin-bottom: 0;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item i {
    width: 18px;
    color: var(--dc-primary);
    text-align: center;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item:hover,
body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item.active {
    color: var(--dc-primary);
    border-color: #d8e8ff;
    background: #eef5ff;
    text-decoration: none;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-body {
    padding: 12px;
}

body.dc-template-products #order-standard_cart .cart-sidebar select.form-control {
    min-height: 42px;
    color: var(--dc-text);
    border: 1px solid #d6e3f2;
    border-radius: var(--dc-radius);
    background: #ffffff;
    font-weight: 760;
    box-shadow: none;
}

body.dc-template-products #order-standard_cart .cart-body .header-lined {
    position: relative;
    margin: 0 0 18px;
    padding: 26px 28px;
    overflow: hidden;
    border: 1px solid var(--dc-border);
    border-radius: var(--dc-radius);
    background:
        radial-gradient(circle at 90% 0%, rgba(6, 174, 212, 0.28), transparent 17rem),
        linear-gradient(135deg, #07152f 0%, #0b1f4d 54%, #2160e8 100%);
    box-shadow: var(--dc-shadow);
}

body.dc-template-products #order-standard_cart .cart-body .header-lined::before {
    display: none;
}

body.dc-template-products #order-standard_cart .cart-body .header-lined h1 {
    margin: 0;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.1;
}

body.dc-template-products #order-standard_cart .cart-body .header-lined h1::after {
    display: none;
}

body.dc-template-products #order-standard_cart .sidebar-collapsed {
    display: none !important;
}

body.dc-template-products #order-standard_cart .products {
    margin: 0;
}

body.dc-template-products #order-standard_cart .products .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
    gap: 18px;
    margin: 0;
}

body.dc-template-products #order-standard_cart .products .row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
    flex: none;
}

body.dc-template-products #order-standard_cart .products .product {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(190px, 220px);
    gap: 0;
    min-height: 420px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--dc-border);
    border-radius: var(--dc-radius);
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(16, 24, 40, 0.085);
}

body.dc-template-products #order-standard_cart .products .product::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--dc-primary), var(--dc-cyan), var(--dc-mint));
}

body.dc-template-products #order-standard_cart .products .product header {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    padding: 24px 26px 16px;
    border: 0;
    background:
        radial-gradient(circle at 92% 0%, rgba(21, 94, 239, 0.08), transparent 14rem),
        #ffffff;
}

body.dc-template-products #order-standard_cart .products .product header span[id$="-name"] {
    display: block;
    color: var(--dc-text);
    font-size: 1.35rem;
    font-weight: 880;
    line-height: 1.15;
}

body.dc-template-products #order-standard_cart .products .product header span[id$="-name"]::after {
    display: none;
}

body.dc-template-products #order-standard_cart .products .product .product-desc {
    grid-column: 1;
    width: auto;
    padding: 0 26px 24px;
    color: #344054;
    font-size: 0.92rem;
}

body.dc-template-products #order-standard_cart .products .product .product-desc p {
    margin: 0;
    padding: 18px;
    border: 1px solid #e7eef6;
    border-radius: var(--dc-radius);
    background:
        linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
    color: #344054;
    line-height: 1.85;
}

body.dc-template-products #order-standard_cart .products .product .product-desc p::before {
    content: "Plan highlights";
    display: block;
    margin-bottom: 8px;
    color: var(--dc-primary);
    font-size: 0.75rem;
    font-weight: 850;
    text-transform: uppercase;
}

body.dc-template-products #order-standard_cart .products .product .product-desc ul {
    margin: 0;
    padding-left: 20px;
}

body.dc-template-products #order-standard_cart .products .product footer {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    width: auto;
    min-height: 100%;
    margin: 0;
    padding: 22px;
    border-left: 1px solid var(--dc-border);
    background:
        radial-gradient(circle at 100% 0%, rgba(6, 174, 212, 0.1), transparent 12rem),
        #f8fbff;
    text-align: left;
}

body.dc-template-products #order-standard_cart .products .product .product-pricing {
    margin: 0;
    color: var(--dc-muted);
    font-size: 0.86rem;
    font-weight: 760;
}

body.dc-template-products #order-standard_cart .products .product .product-pricing .price {
    display: block;
    margin-bottom: 4px;
    color: var(--dc-text);
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    overflow-wrap: anywhere;
}

body.dc-template-products #order-standard_cart .products .product .btn-order-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 46px;
    padding: 0 16px;
    color: #ffffff;
    border: 0;
    border-radius: var(--dc-radius);
    background: linear-gradient(135deg, var(--dc-primary), var(--dc-cyan));
    box-shadow: 0 12px 24px rgba(21, 94, 239, 0.18);
    font-size: 0.92rem;
    font-weight: 850;
}

body.dc-template-products #order-standard_cart .products .product .btn-order-now:hover {
    color: #ffffff;
    transform: translateY(-1px);
    text-decoration: none;
}

body.dc-template-products #order-standard_cart .product-recommendations-container {
    margin-top: 22px;
}

@media (max-width: 1199.98px) {
    body.dc-template-products #order-standard_cart > .row {
        grid-template-columns: minmax(190px, 230px) minmax(0, 1fr);
    }

    body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Categories"] {
        grid-column: 1;
        grid-row: 3;
    }

    body.dc-template-products #order-standard_cart .cart-body {
        grid-column: 2;
    }
}

@media (max-width: 991.98px) {
    body.dc-template-products #order-standard_cart > .row {
        display: block;
    }

    body.dc-template-products #order-standard_cart .cart-sidebar {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar,
    body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Actions"],
    body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Choose Currency"],
    body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Categories"],
    body.dc-template-products #order-standard_cart .cart-body {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-products #main-body {
        padding-top: 18px;
    }

    body.dc-template-products #order-standard_cart .cart-sidebar {
        grid-template-columns: 1fr;
    }

    body.dc-template-products #order-standard_cart .cart-body .header-lined {
        padding: 22px;
    }

    body.dc-template-products #order-standard_cart .cart-body .header-lined h1 {
        font-size: 1.65rem;
    }

    body.dc-template-products #order-standard_cart .products .product {
        grid-template-columns: 1fr;
    }

    body.dc-template-products #order-standard_cart .products .product .product-desc,
    body.dc-template-products #order-standard_cart .products .product footer {
        grid-column: 1;
        grid-row: auto;
    }

    body.dc-template-products #order-standard_cart .products .product .product-desc {
        padding: 0 18px 18px;
    }

    body.dc-template-products #order-standard_cart .products .product footer {
        border-top: 1px solid var(--dc-border);
        border-left: 0;
    }
}

/* Store catalog final override: competitor-style clean pricing grid */
body.dc-template-products {
    background: #ffffff;
}

body.dc-template-products #main-body {
    padding: 34px 0 66px;
    background: #ffffff;
}

body.dc-template-products #main-body > .container {
    max-width: 1180px;
}

body.dc-template-products #order-standard_cart > .row {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
    margin: 0;
}

body.dc-template-products #order-standard_cart .cart-sidebar {
    display: block;
    grid-column: 1;
    float: none !important;
    width: auto !important;
    margin: 58px 0 0 !important;
    padding: 0 !important;
}

body.dc-template-products #order-standard_cart .cart-body {
    grid-column: 2;
    float: none !important;
    width: auto !important;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}

body.dc-template-products #order-standard_cart .cart-body .header-lined {
    margin: 0 0 26px;
    padding: 0;
    width: calc(100% + 294px);
    margin-left: -294px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.dc-template-products #order-standard_cart .cart-body .header-lined::before,
body.dc-template-products #order-standard_cart .cart-body .header-lined h1::after {
    display: none;
}

body.dc-template-products #order-standard_cart .cart-body .header-lined h1 {
    margin: 0;
    color: #020617;
    font-size: 2.05rem;
    font-weight: 900;
    line-height: 1.1;
}

body.dc-template-products #order-standard_cart .sidebar-collapsed {
    display: none !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar > .panel:not(.card-sidebar),
body.dc-template-products #order-standard_cart .cart-sidebar > .card:not(.card-sidebar) {
    display: none !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .collapsable-card-body,
body.dc-template-products #order-standard_cart .cart-sidebar .card-body.collapse,
body.dc-template-products #order-standard_cart .cart-sidebar .collapse:not(.dropdown-menu) {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar,
body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Actions"],
body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Choose Currency"],
body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Categories"] {
    display: block;
    grid-column: auto;
    grid-row: auto;
    margin: 0 0 28px !important;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Categories"] {
    padding-bottom: 4px;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-header {
    padding: 0 0 10px;
    border: 0;
    background: transparent;
    cursor: default;
    pointer-events: none;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-header a,
body.dc-template-products #order-standard_cart .cart-sidebar .card-header [data-toggle],
body.dc-template-products #order-standard_cart .cart-sidebar .card-header [data-bs-toggle] {
    pointer-events: none;
    cursor: default;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-header .fa-chevron-down,
body.dc-template-products #order-standard_cart .cart-sidebar .card-header .fa-chevron-up,
body.dc-template-products #order-standard_cart .cart-sidebar .card-header .fa-angle-down,
body.dc-template-products #order-standard_cart .cart-sidebar .card-header .fa-angle-up,
body.dc-template-products #order-standard_cart .cart-sidebar .card-header .fa-caret-down {
    display: none !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .panel-title,
body.dc-template-products #order-standard_cart .cart-sidebar .card-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #030712;
    font-size: 0.96rem;
    font-weight: 850;
}

body.dc-template-products #order-standard_cart .cart-sidebar .panel-title > i:first-child,
body.dc-template-products #order-standard_cart .cart-sidebar .card-title > i:first-child {
    display: none;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-minimise {
    display: none !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group {
    padding: 0;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    margin: 0 0 6px;
    padding: 8px 10px;
    color: #334155;
    border: 0;
    border-radius: var(--dc-radius) !important;
    background: transparent;
    font-size: 0.84rem;
    font-weight: 760;
    line-height: 1.25;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item i {
    width: 16px;
    color: #2160e8;
    font-size: 0.78rem;
    text-align: center;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item:hover,
body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item.active {
    color: #2160e8;
    background: #eef5ff;
    text-decoration: none;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-body {
    padding: 0;
}

body.dc-template-products #order-standard_cart .cart-sidebar select.form-control {
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
    color: #111827;
    border: 1px solid #d6e3f2;
    border-radius: var(--dc-radius);
    background-color: #ffffff;
    font-size: 0.84rem;
    font-weight: 760;
    box-shadow: none;
}

body.dc-template-products #order-standard_cart .products .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
}

body.dc-template-products #order-standard_cart .products .row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
    flex: none;
}

body.dc-template-products #order-standard_cart .products .product {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #dfe7f1;
    border-radius: var(--dc-radius);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
    text-align: left;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

body.dc-template-products #order-standard_cart .products .product:hover {
    border-color: #d8e8ff;
    box-shadow: 0 22px 52px rgba(16, 24, 40, 0.11);
    transform: translateY(-2px);
}

body.dc-template-products #order-standard_cart .products .product::before {
    display: none;
}

body.dc-template-products #order-standard_cart .products .product header {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

body.dc-template-products #order-standard_cart .products .product header span[id$="-name"] {
    display: block;
    color: #07152f;
    font-size: 1.15rem;
    font-weight: 880;
    line-height: 1.25;
}

body.dc-template-products #order-standard_cart .products .product header span[id$="-name"]::after {
    display: none;
}

body.dc-template-products #order-standard_cart .products .product .product-desc {
    display: block;
    width: 100%;
    margin-top: 14px;
    padding: 0;
    color: #0f172a;
    font-size: 0.82rem;
}

body.dc-template-products #order-standard_cart .products .product .product-desc p {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

body.dc-template-products #order-standard_cart .products .product .product-desc p.dc-store-original-desc {
    display: none;
}

body.dc-template-products #order-standard_cart .products .product footer {
    display: none;
}

body.dc-template-products #order-standard_cart .products .product .product-pricing {
    width: 100%;
    margin: 16px 0 0;
    padding: 16px 0 12px;
    color: #667085;
    border-top: 1px solid #e4eaf1;
    font-size: 0.76rem;
    font-weight: 780;
    line-height: 1.4;
}

body.dc-template-products #order-standard_cart .products .product .product-pricing .price {
    display: block;
    margin-bottom: 3px;
    color: #07152f;
    font-size: clamp(1.58rem, 2.3vw, 1.95rem);
    font-weight: 900;
    line-height: 1.1;
}

.dc-store-feature-summary {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 13px 0 0;
    border-top: 1px solid #e4eaf1;
    list-style: none;
}

.dc-store-feature-summary li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    padding-left: 0;
    color: #0f172a;
    font-size: 0.8rem;
    font-weight: 760;
    line-height: 1.35;
}

.dc-store-feature-summary li::before,
.dc-store-full-details li:not(.dc-store-detail-heading)::before {
    content: "\2713";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    margin-top: 1px;
    color: #2160e8;
    border: 1px solid #b8d8ff;
    border-radius: 999px;
    background: #f4f9ff;
    font-size: 0.56rem;
    font-weight: 900;
    line-height: 1;
}

.dc-store-full-details {
    display: none;
    margin-top: 7px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.dc-store-details-open .dc-store-full-details {
    display: block;
}

.dc-store-full-details ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dc-store-full-details li {
    color: #344054;
    font-size: 0.8rem;
    font-weight: 760;
    line-height: 1.35;
}

.dc-store-full-details li:not(.dc-store-detail-heading) {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.dc-store-full-details .dc-store-detail-heading {
    margin-top: 7px;
    color: #2160e8;
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.dc-store-details-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 40px;
    margin-top: 11px;
    color: #2160e8;
    border: 1px solid #d6e3f2;
    border-radius: var(--dc-radius);
    background: #ffffff;
    font-size: 0.78rem;
    font-weight: 850;
    cursor: pointer;
}

.dc-store-details-toggle i {
    display: none !important;
}

.dc-store-details-open .dc-store-details-toggle i {
    transform: rotate(180deg);
}

.dc-store-card-actions {
    width: 100%;
    margin-top: auto;
    padding-top: 12px;
}

body.dc-template-products #order-standard_cart .products .product .btn-order-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 0 18px;
    color: #ffffff;
    border: 0;
    border-radius: var(--dc-radius);
    background: #2160e8;
    box-shadow: 0 12px 22px rgba(21, 94, 239, 0.18);
    font-size: 0.84rem;
    font-weight: 850;
}

body.dc-template-products #order-standard_cart .products .product .btn-order-now i {
    display: none;
}

body.dc-template-products #order-standard_cart .products .product .btn-order-now:hover {
    color: #ffffff;
    background: #0b4dde;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    body.dc-template-products #order-standard_cart .products .row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    body.dc-template-products #order-standard_cart > .row {
        display: block;
    }

    body.dc-template-products #order-standard_cart .cart-sidebar {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
        margin: 0 0 22px !important;
    }

    body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar,
    body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Actions"],
    body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Choose Currency"],
    body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Categories"] {
        margin: 0 !important;
    }

    body.dc-template-products #order-standard_cart .cart-body .header-lined {
        width: auto;
        margin-left: 0;
    }

    body.dc-template-products #order-standard_cart .products .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.dc-template-products #main-body {
        padding-top: 22px;
    }

    body.dc-template-products #order-standard_cart .cart-sidebar {
        grid-template-columns: 1fr;
    }

    body.dc-template-products #order-standard_cart .cart-body .header-lined h1 {
        font-size: 1.7rem;
    }

    body.dc-template-products #order-standard_cart .products .row {
        grid-template-columns: 1fr;
    }
}

/* Final navbar polish */
header.header {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #e4eaf1;
    box-shadow: 0 8px 26px rgba(16, 24, 40, 0.05);
    backdrop-filter: saturate(160%) blur(12px);
}

header.header .dc-main-navbar {
    min-height: 74px;
    padding: 0;
}

header.header .dc-secondary-navbar {
    min-height: 48px;
    padding: 0;
    border-top: 1px solid #f0f4f8;
    background: rgba(248, 251, 255, 0.82);
}

header.header .dc-brand {
    gap: 10px;
    min-height: 52px;
    padding: 0;
    color: #07152f !important;
    font-weight: 900;
}

header.header .dc-brand-mark {
    width: 38px;
    height: 38px;
    border-radius: var(--dc-radius);
    background: linear-gradient(135deg, #2160e8, #06aed4);
    box-shadow: 0 10px 20px rgba(21, 94, 239, 0.18);
}

header.header .dc-brand-text {
    color: #07152f;
    font-size: 1rem;
    font-weight: 900;
}

header.header .dc-public-nav {
    gap: 5px;
}

header.header .dc-nav-pill,
header.header .dc-whmcs-nav > li > a,
header.header .dc-whmcs-nav .collapsable-dropdown > a {
    min-height: 38px;
    padding: 0 12px;
    color: #475467;
    border: 1px solid transparent;
    border-radius: var(--dc-radius);
    font-size: 0.88rem;
    font-weight: 820;
}

header.header .dc-nav-pill:hover,
header.header .dc-nav-pill.active,
header.header .dc-whmcs-nav > li.active > a,
header.header .dc-whmcs-nav > li.show > a,
header.header .dc-whmcs-nav > li.open > a,
header.header .dc-whmcs-nav > li > a:hover,
header.header .dc-whmcs-nav > li > a:focus {
    color: #2160e8;
    border-color: #d8e8ff;
    background: #eef5ff;
}

header.header .dc-dashboard-cta {
    min-height: 42px;
    padding: 0 14px;
    color: #ffffff;
    border: 0;
    border-radius: var(--dc-radius);
    background: linear-gradient(135deg, #2160e8, #06aed4);
    box-shadow: 0 10px 22px rgba(21, 94, 239, 0.18);
    font-size: 0.88rem;
    font-weight: 850;
}

header.header .dc-dashboard-cta:hover {
    color: #ffffff;
}

header.header .dc-cart-btn,
header.header .dc-menu-toggle {
    width: 42px;
    height: 42px;
    min-width: 42px;
    color: #2160e8;
    border: 1px solid #d8e8ff;
    border-radius: var(--dc-radius);
    background: #ffffff;
}

header.header .dc-cart-btn:hover,
header.header .dc-menu-toggle:hover {
    color: #ffffff;
    border-color: #2160e8;
    background: #2160e8;
}

header.header .dc-cart-btn .badge {
    top: 3px;
    right: 3px;
    color: #ffffff;
    background: #e5484d;
}

header.header .dropdown-menu {
    border: 1px solid #e4eaf1;
    border-radius: var(--dc-radius);
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(16, 24, 40, 0.11);
}

header.header .dropdown-menu a.dropdown-item {
    border-radius: var(--dc-radius);
    color: #475467;
    font-weight: 760;
}

header.header .dropdown-menu a.dropdown-item:hover,
header.header .dropdown-menu a.dropdown-item:focus {
    color: #2160e8;
    background: #eef5ff;
}

@media (max-width: 1199.98px) {
    header.header .dc-secondary-navbar {
        padding: 8px 0;
    }

    header.header #mainNavbar {
        margin-top: 8px;
        padding: 10px;
        border: 1px solid #e4eaf1;
        border-radius: var(--dc-radius);
        background: #ffffff;
        box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
    }
}

/* Final store order/domain flow polish */
.store-order-container.dc-store-order-page {
    margin: 0 auto 42px;
    color: #101828;
}

.store-order-container.dc-store-order-page #frmAddToCart {
    margin: 0;
}

.dc-store-order-shell {
    display: grid;
    grid-template-columns: minmax(260px, 318px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.dc-store-order-summary-card,
.dc-store-domain-card,
.dc-store-config-card,
.store-promoted-product {
    border: 1px solid #e4eaf1;
    border-radius: var(--dc-radius);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

.dc-store-order-summary-card {
    position: sticky;
    top: 96px;
    padding: 22px;
}

.dc-store-order-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    color: #2160e8;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dc-store-order-summary-card h2 {
    margin: 0;
    color: #07152f;
    font-size: clamp(1.35rem, 2vw, 1.72rem);
    font-weight: 900;
    line-height: 1.18;
}

.dc-store-order-description {
    margin-top: 14px;
    padding-top: 14px;
    color: #475467;
    border-top: 1px solid #e4eaf1;
    font-size: 0.9rem;
    font-weight: 650;
    line-height: 1.6;
}

.dc-store-order-description p,
.dc-store-order-description ul {
    margin-bottom: 0;
}

.dc-store-order-summary-card .payment-term {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e4eaf1;
}

.dc-store-order-summary-card .payment-term h4 {
    margin: 0 0 9px;
    color: #101828;
    font-size: 0.82rem;
    font-weight: 880;
}

.dc-store-order-summary-card .payment-term .form-control,
.dc-store-order-summary-card .payment-term select {
    min-height: 44px;
    color: #101828;
    border: 1px solid #d6e3f2;
    border-radius: var(--dc-radius);
    background-color: #ffffff;
    font-size: 0.86rem;
    font-weight: 780;
    box-shadow: none;
}

.dc-store-order-main {
    min-width: 0;
}

.dc-store-order-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.dc-store-order-heading h1 {
    margin: 0;
    color: #020617;
    font-size: clamp(1.85rem, 3vw, 2.35rem);
    font-weight: 950;
    line-height: 1.08;
}

.dc-store-order-heading span {
    max-width: 280px;
    color: #667085;
    font-size: 0.86rem;
    font-weight: 760;
    text-align: right;
}

.dc-store-domain-card {
    padding: 22px;
}

.store-order-container.dc-store-order-page .store-domain-tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 14px;
    margin: 0 0 18px;
    border: 0;
}

.store-order-container.dc-store-order-page .store-domain-tabs .nav-item {
    width: 100%;
    margin: 0;
}

.store-order-container.dc-store-order-page .store-domain-tabs .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 74px;
    width: 100%;
    padding: 16px 16px 16px 48px !important;
    color: #344054;
    border: 1px solid #dbe7f4;
    border-radius: var(--dc-radius);
    background: #ffffff;
    font-size: 0.88rem;
    font-weight: 850;
    line-height: 1.25;
    text-decoration: none;
    box-shadow: none;
    transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.store-order-container.dc-store-order-page .store-domain-tabs .nav-link::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 18px;
    height: 18px;
    border: 2px solid #b8d8ff;
    border-radius: 999px;
    background: #f4f9ff;
    transform: translateY(-50%);
}

.store-order-container.dc-store-order-page .store-domain-tabs .nav-link:hover,
.store-order-container.dc-store-order-page .store-domain-tabs .nav-item.active .nav-link,
.store-order-container.dc-store-order-page .store-domain-tabs .nav-link.active {
    color: #2160e8;
    border-color: #9ec5fe;
    background: #f7fbff;
    box-shadow: 0 12px 28px rgba(21, 94, 239, 0.1);
    transform: translateY(-1px);
}

.store-order-container.dc-store-order-page .store-domain-tabs .nav-item.active .nav-link::before,
.store-order-container.dc-store-order-page .store-domain-tabs .nav-link.active::before {
    border-color: #2160e8;
    background: radial-gradient(circle, #2160e8 0 42%, #ffffff 45%);
}

.store-order-container.dc-store-order-page .responsive-tabs-sm-connector {
    display: none;
}

.store-order-container.dc-store-order-page .store-domain-tab-content {
    margin: 0;
    padding: 22px;
    border: 1px solid #dbe7f4;
    border-radius: var(--dc-radius);
    background:
        linear-gradient(135deg, rgba(21, 94, 239, 0.08), rgba(6, 174, 212, 0.08)),
        #f7fbff !important;
}

.store-order-container.dc-store-order-page .store-domain-tab-content .row {
    align-items: center;
    margin-right: -8px;
    margin-left: -8px;
}

.store-order-container.dc-store-order-page .store-domain-tab-content [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

.store-order-container.dc-store-order-page .form-control,
.store-order-container.dc-store-order-page .custom-select,
.store-order-container.dc-store-order-page select,
.store-order-container.dc-store-order-page input[type="text"] {
    min-height: 46px;
    color: #101828;
    border: 1px solid #d6e3f2;
    border-radius: var(--dc-radius);
    background-color: #ffffff;
    font-size: 0.9rem;
    font-weight: 760;
    box-shadow: none;
}

.store-order-container.dc-store-order-page .input-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 10px;
}

.store-order-container.dc-store-order-page .input-group .form-control,
.store-order-container.dc-store-order-page .input-group .custom-select {
    width: 100%;
    border-radius: var(--dc-radius) !important;
}

.store-order-container.dc-store-order-page .form-control:focus,
.store-order-container.dc-store-order-page .custom-select:focus {
    border-color: #2160e8;
    box-shadow: 0 0 0 4px rgba(21, 94, 239, 0.12);
}

.store-order-container.dc-store-order-page .domain-validation {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    width: 100%;
    padding: 0 12px;
    color: #667085;
    border: 1px solid #dbe7f4;
    border-radius: var(--dc-radius);
    background: #ffffff;
    font-size: 0.82rem;
    font-weight: 850;
}

.store-order-container.dc-store-order-page .domain-validation.ok {
    color: #07835f;
    border-color: #b7efdc;
    background: #ecfdf7;
}

.store-order-container.dc-store-order-page .dc-store-config-card {
    margin-top: 18px;
}

.store-order-container.dc-store-order-page .dc-store-config-card .card-body {
    padding: 20px;
}

.store-order-container.dc-store-order-page .form-label,
.store-order-container.dc-store-order-page label {
    color: #101828;
    font-size: 0.84rem;
    font-weight: 850;
}

.dc-store-order-actions {
    align-items: center;
    margin-top: 20px;
}

.dc-store-order-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: var(--dc-radius);
    font-size: 0.84rem;
    font-weight: 850;
}

.dc-store-order-actions .btn-default {
    color: #2160e8;
    border: 1px solid #d6e3f2;
    background: #ffffff;
}

.dc-store-order-actions .btn-primary {
    color: #ffffff;
    border: 0;
    background: linear-gradient(135deg, #2160e8, #06aed4);
    box-shadow: 0 12px 24px rgba(21, 94, 239, 0.18);
}

.store-order-container.dc-store-order-page + .card {
    border: 1px solid #e4eaf1;
    border-radius: var(--dc-radius);
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

@media (max-width: 991.98px) {
    .dc-store-order-shell {
        grid-template-columns: 1fr;
    }

    .dc-store-order-summary-card {
        position: static;
    }

    .dc-store-order-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .dc-store-order-heading span {
        max-width: none;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .dc-store-domain-card,
    .dc-store-order-summary-card {
        padding: 18px;
    }

    .store-order-container.dc-store-order-page .store-domain-tabs {
        grid-template-columns: 1fr;
    }

    .store-order-container.dc-store-order-page .store-domain-tab-content {
        padding: 18px;
    }

    .store-order-container.dc-store-order-page .input-group {
        grid-template-columns: 1fr;
    }

    .dc-store-order-actions .col-sm-5,
    .dc-store-order-actions .col-sm-7 {
        text-align: left !important;
    }

    .dc-store-order-actions .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Modern domain search and pricing */
.dc-domain-finder {
    padding: 28px 0;
    background:
        linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.dc-domain-finder-card {
    position: relative;
    overflow: hidden;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid #dbe7f4;
    border-radius: var(--dc-radius);
    background:
        linear-gradient(135deg, rgba(21, 94, 239, 0.08), rgba(6, 174, 212, 0.08)),
        #ffffff;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08);
}

.dc-domain-finder-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.dc-domain-finder-heading span {
    display: inline-flex;
    color: #2160e8;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dc-domain-finder-heading h2 {
    margin: 0;
    color: #07152f;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 950;
    line-height: 1.08;
}

.dc-domain-finder-search .input-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    padding: 8px;
    border: 1px solid #d6e3f2;
    border-radius: var(--dc-radius);
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.07);
}

.dc-domain-finder-search .form-control {
    min-height: 52px;
    padding: 0 16px;
    color: #101828;
    border: 0;
    border-radius: var(--dc-radius) !important;
    background: #ffffff;
    font-size: 1rem;
    font-weight: 760;
    box-shadow: none;
}

.dc-domain-finder-search .form-control:focus {
    box-shadow: 0 0 0 4px rgba(21, 94, 239, 0.1);
}

.dc-domain-finder-search .input-group-append {
    display: contents !important;
}

.dc-domain-finder .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 18px;
    border-radius: var(--dc-radius);
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1;
}

.dc-domain-finder .btn-primary {
    color: #ffffff;
    border: 0;
    background: #2160e8;
    box-shadow: 0 12px 24px rgba(21, 94, 239, 0.2);
}

.dc-domain-finder .btn-success {
    color: #ffffff;
    border: 0;
    background: #13b886;
    box-shadow: 0 12px 24px rgba(19, 184, 134, 0.18);
}

.dc-domain-finder-mobile-actions {
    margin-top: 12px;
}

.dc-domain-tld-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.dc-domain-tld-strip li {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    padding: 8px 11px;
    color: #344054;
    border: 1px solid #dbe7f4;
    border-radius: var(--dc-radius);
    background: #ffffff;
    font-size: 0.82rem;
    font-weight: 820;
}

.dc-domain-tld-strip img {
    max-width: 54px;
    max-height: 22px;
}

.dc-domain-pricing-link {
    display: inline-flex;
    margin-top: 14px;
    padding: 0;
    color: #2160e8;
    font-size: 0.84rem;
    font-weight: 860;
    text-decoration: none;
}

#order-standard_cart:has(.domain-checker-container) {
    color: #101828;
}

#order-standard_cart:has(.domain-checker-container) > .row {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
    margin: 0;
}

#order-standard_cart:has(.domain-checker-container) .cart-sidebar {
    display: block;
    float: none !important;
    width: auto !important;
    margin: 58px 0 0 !important;
    padding: 0 !important;
}

#order-standard_cart:has(.domain-checker-container) .cart-body {
    float: none !important;
    width: auto !important;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}

#order-standard_cart:has(.domain-checker-container) .sidebar-collapsed,
#order-standard_cart:has(.domain-checker-container) .cart-sidebar > .panel:not(.card-sidebar),
#order-standard_cart:has(.domain-checker-container) .cart-sidebar > .card:not(.card-sidebar) {
    display: none !important;
}

#order-standard_cart:has(.domain-checker-container) .cart-sidebar .collapsable-card-body {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#order-standard_cart:has(.domain-checker-container) .cart-sidebar .card-sidebar {
    margin: 0 0 28px !important;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#order-standard_cart:has(.domain-checker-container) .cart-sidebar .card-header {
    padding: 0 0 10px;
    border: 0;
    background: transparent;
    pointer-events: none;
}

#order-standard_cart:has(.domain-checker-container) .cart-sidebar .card-minimise,
#order-standard_cart:has(.domain-checker-container) .cart-sidebar .card-header .fa-chevron-up,
#order-standard_cart:has(.domain-checker-container) .cart-sidebar .card-header .fa-chevron-down {
    display: none !important;
}

#order-standard_cart:has(.domain-checker-container) .cart-sidebar .panel-title,
#order-standard_cart:has(.domain-checker-container) .cart-sidebar .card-title {
    margin: 0;
    color: #030712;
    font-size: 0.96rem;
    font-weight: 850;
}

#order-standard_cart:has(.domain-checker-container) .cart-sidebar .panel-title > i:first-child,
#order-standard_cart:has(.domain-checker-container) .cart-sidebar .card-title > i:first-child {
    display: none;
}

#order-standard_cart:has(.domain-checker-container) .cart-sidebar .list-group {
    padding: 0;
    border: 0;
}

#order-standard_cart:has(.domain-checker-container) .cart-sidebar .list-group-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    margin: 0 0 6px;
    padding: 8px 10px;
    color: #334155;
    border: 0;
    border-radius: var(--dc-radius) !important;
    background: transparent;
    font-size: 0.84rem;
    font-weight: 760;
    line-height: 1.25;
}

#order-standard_cart:has(.domain-checker-container) .cart-sidebar .list-group-item i {
    width: 16px;
    color: #2160e8;
    font-size: 0.78rem;
    text-align: center;
}

#order-standard_cart:has(.domain-checker-container) .cart-sidebar .list-group-item:hover,
#order-standard_cart:has(.domain-checker-container) .cart-sidebar .list-group-item.active {
    color: #2160e8;
    background: #eef5ff;
    text-decoration: none;
}

#order-standard_cart:has(.domain-checker-container) .header-lined {
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

#order-standard_cart:has(.domain-checker-container) .header-lined::before,
#order-standard_cart:has(.domain-checker-container) .header-lined h1::after {
    display: none;
}

#order-standard_cart:has(.domain-checker-container) .header-lined h1 {
    margin: 0;
    color: #020617;
    font-size: clamp(2rem, 3.2vw, 2.55rem);
    font-weight: 950;
    line-height: 1.08;
}

#order-standard_cart:has(.domain-checker-container) .cart-body > p:first-of-type {
    max-width: 720px;
    margin: 0 0 22px;
    color: #667085;
    font-size: 0.98rem;
    font-weight: 680;
    line-height: 1.65;
}

#order-standard_cart .domain-checker-container {
    margin: 0 0 22px;
}

#order-standard_cart .domain-checker-bg {
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid #dbe7f4;
    border-radius: var(--dc-radius);
    background:
        linear-gradient(135deg, #07152f 0%, #0b1f4d 44%, #2160e8 100%);
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.14);
}

#order-standard_cart .domain-checker-bg form {
    margin: 0;
}

#order-standard_cart .domain-checker-bg .row {
    margin-right: 0;
    margin-left: 0;
}

#order-standard_cart .domain-checker-bg [class*="col-"] {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0;
    flex: 0 0 100%;
}

#order-standard_cart .domain-checker-bg .input-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 148px;
    gap: 10px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--dc-radius);
    background: rgba(255, 255, 255, 0.12);
}

#order-standard_cart .domain-checker-bg .input-group .form-control {
    min-height: 54px;
    padding: 0 16px;
    color: #101828;
    border: 0;
    border-radius: var(--dc-radius) !important;
    background: #ffffff;
    font-size: 1rem;
    font-weight: 760;
    box-shadow: none;
}

#order-standard_cart .domain-checker-bg .input-group-btn,
#order-standard_cart .domain-checker-bg .input-group-append {
    display: contents;
}

#order-standard_cart .domain-checker-bg .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 18px;
    color: #ffffff;
    border: 0;
    border-radius: var(--dc-radius) !important;
    background: #2160e8;
    box-shadow: 0 12px 24px rgba(21, 94, 239, 0.2);
    font-size: 0.9rem;
    font-weight: 900;
}

#order-standard_cart .captcha-container {
    margin-top: 14px;
}

#order-standard_cart #DomainSearchResults {
    margin: 22px 0;
}

#order-standard_cart #searchDomainInfo,
#order-standard_cart .suggested-domains {
    overflow: hidden;
    border: 1px solid #e4eaf1;
    border-radius: var(--dc-radius);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

#order-standard_cart #searchDomainInfo {
    padding: 22px;
}

#order-standard_cart #searchDomainInfo .domain-lookup-loader,
#order-standard_cart #searchDomainInfo .domain-checker-result-headline {
    margin: 0;
    color: #344054;
    font-size: 1rem;
    font-weight: 820;
    text-align: center;
}

#order-standard_cart #searchDomainInfo .domain-checker-available {
    color: #07835f;
}

#order-standard_cart #searchDomainInfo .domain-checker-unavailable,
#order-standard_cart #searchDomainInfo .domain-checker-invalid {
    color: #e5484d;
}

#order-standard_cart #searchDomainInfo .domain-price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 18px 0 0;
}

#order-standard_cart #searchDomainInfo .domain-price .price {
    color: #07152f;
    font-size: 1.35rem;
    font-weight: 950;
}

#order-standard_cart .btn-add-to-cart,
#order-standard_cart .domain-contact-support {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 15px;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: var(--dc-radius) !important;
    background: #2160e8 !important;
    box-shadow: 0 10px 22px rgba(21, 94, 239, 0.18);
    font-size: 0.84rem;
    font-weight: 880;
}

#order-standard_cart .spotlight-tlds {
    margin: 22px 0;
}

#order-standard_cart .spotlight-tlds-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 14px;
}

#order-standard_cart .spotlight-tld-container {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}

#order-standard_cart .spotlight-tld {
    min-height: 128px;
    padding: 18px;
    color: #07152f;
    border: 1px solid #e4eaf1;
    border-radius: var(--dc-radius);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
    font-size: 1.35rem;
    font-weight: 950;
    text-align: left;
}

#order-standard_cart .spotlight-tld .domain-lookup-result {
    margin-top: 14px;
}

#order-standard_cart .spotlight-tld .price {
    display: block;
    margin: 0 0 10px;
    color: #2160e8;
    font-size: 0.95rem;
    font-weight: 900;
}

#order-standard_cart .suggested-domains .card-header,
#order-standard_cart .suggested-domains .panel-heading {
    padding: 16px 18px;
    color: #07152f;
    border-bottom: 1px solid #e4eaf1;
    background: #f7fbff;
    font-size: 0.96rem;
    font-weight: 900;
}

#order-standard_cart .suggested-domains .list-group-item,
#order-standard_cart .domain-suggestion {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 15px 18px;
    color: #101828;
    border: 0;
    border-bottom: 1px solid #edf2f7;
    background: #ffffff;
    font-size: 0.95rem;
    font-weight: 840;
}

#order-standard_cart .suggested-domains .actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

#order-standard_cart .suggested-domains .price {
    color: #07152f;
    font-weight: 900;
}

#order-standard_cart .suggested-domains .card-footer,
#order-standard_cart .suggested-domains .panel-footer {
    padding: 14px 18px;
    border-top: 1px solid #e4eaf1;
    background: #ffffff;
}

.domain-pricing {
    margin-top: 28px;
}

.domain-pricing .featured-tlds-container {
    margin-bottom: 24px;
}

.domain-pricing .featured-tlds-container .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 14px;
    margin: 0;
}

.domain-pricing .featured-tlds-container [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
}

.domain-pricing .featured-tld {
    overflow: hidden;
    border: 1px solid #e4eaf1;
    border-radius: var(--dc-radius);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

.domain-pricing .featured-tld .img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 78px;
    padding: 18px;
    background: #f7fbff;
}

.domain-pricing .featured-tld .img-container img {
    max-width: 88px;
    max-height: 34px;
}

.domain-pricing .featured-tld .price {
    padding: 14px;
    color: #07152f;
    border-top: 1px solid #e4eaf1;
    background: #ffffff;
    font-size: 0.92rem;
    font-weight: 900;
    text-align: center;
}

.domain-pricing h4 {
    margin: 0 0 12px;
    color: #101828;
    font-size: 1.05rem;
    font-weight: 900;
}

.domain-pricing .currency-selector {
    min-height: 40px;
    border: 1px solid #d6e3f2;
    border-radius: var(--dc-radius);
    font-size: 0.84rem;
    font-weight: 760;
}

.domain-pricing .tld-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.domain-pricing .tld-filters .badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 11px;
    color: #344054;
    border: 1px solid #dbe7f4;
    border-radius: var(--dc-radius);
    background: #ffffff;
    font-size: 0.78rem;
    font-weight: 840;
}

.domain-pricing .tld-filters .badge:hover,
.domain-pricing .tld-filters .badge-success {
    color: #2160e8;
    border-color: #bfdbfe;
    background: #eef5ff;
}

.domain-pricing .bg-white,
.domain-pricing .table-container,
.domain-pricing #tableDomainPricing_wrapper {
    overflow: hidden;
    border: 1px solid #e4eaf1;
    border-radius: var(--dc-radius);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

.domain-pricing .tld-pricing-header {
    color: #667085;
    border-bottom: 1px solid #e4eaf1;
    background: #f7fbff;
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.domain-pricing .tld-pricing-header > div,
.domain-pricing .tld-pricing-header .row > div {
    padding: 13px 14px;
}

.domain-pricing .tld-row {
    align-items: center;
    margin: 0;
    color: #101828;
    border-bottom: 1px solid #edf2f7;
    background: #ffffff;
    font-size: 0.9rem;
    font-weight: 760;
}

.domain-pricing .tld-row:last-child {
    border-bottom: 0;
}

.domain-pricing .tld-row > div,
.domain-pricing .tld-row .row > div {
    padding: 14px;
}

.domain-pricing .tld-row strong {
    color: #07152f;
    font-size: 1rem;
    font-weight: 950;
}

.domain-pricing .tld-row small,
.domain-pricing table small {
    color: #667085;
    font-weight: 720;
}

.domain-pricing table.table-list {
    margin: 0 !important;
    border: 0 !important;
}

.domain-pricing table.table-list thead th {
    padding: 14px 12px;
    color: #667085;
    border: 0;
    border-bottom: 1px solid #e4eaf1;
    background: #f7fbff;
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.domain-pricing table.table-list tbody td {
    padding: 14px 12px;
    color: #101828;
    border-top: 0;
    border-bottom: 1px solid #edf2f7;
    background: #ffffff;
    font-size: 0.88rem;
    font-weight: 760;
}

.domain-pricing .domain-promo-box,
#order-standard_cart:has(.domain-checker-container) .domain-promo-box {
    min-height: 100%;
    padding: 22px;
    border: 1px solid #e4eaf1;
    border-radius: var(--dc-radius);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

.domain-pricing .domain-promo-box > .clearfix,
#order-standard_cart:has(.domain-checker-container) .domain-promo-box > .clearfix {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 12px;
    align-items: center;
}

.domain-pricing .domain-promo-box i.fa-4x,
#order-standard_cart:has(.domain-checker-container) .domain-promo-box i.fa-4x {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #2160e8;
    border-radius: var(--dc-radius);
    background: #eef5ff;
    font-size: 1.3rem;
}

.domain-pricing .domain-promo-box h3,
#order-standard_cart:has(.domain-checker-container) .domain-promo-box h3 {
    margin: 0;
    color: #07152f;
    font-size: 1.08rem;
    font-weight: 900;
}

.domain-pricing .domain-promo-box p,
#order-standard_cart:has(.domain-checker-container) .domain-promo-box p {
    color: #667085;
    font-weight: 680;
}

.domain-pricing .domain-promo-box .btn,
#order-standard_cart:has(.domain-checker-container) .domain-promo-box .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: var(--dc-radius);
    font-size: 0.84rem;
    font-weight: 880;
}

@media (max-width: 991.98px) {
    #order-standard_cart:has(.domain-checker-container) > .row {
        display: block;
    }

    #order-standard_cart:has(.domain-checker-container) .cart-sidebar {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
        margin: 0 0 24px !important;
    }

    #order-standard_cart:has(.domain-checker-container) .cart-sidebar .card-sidebar {
        margin: 0 !important;
    }

    .dc-domain-finder-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .dc-domain-finder {
        padding: 18px 0;
    }

    .dc-domain-finder-search .input-group,
    #order-standard_cart .domain-checker-bg .input-group {
        grid-template-columns: 1fr;
    }

    .dc-domain-finder-search .input-group-append {
        display: none !important;
    }

    #order-standard_cart:has(.domain-checker-container) .cart-sidebar {
        grid-template-columns: 1fr;
    }

    #order-standard_cart .domain-checker-bg {
        padding: 18px;
    }

    #order-standard_cart .suggested-domains .list-group-item,
    #order-standard_cart .domain-suggestion {
        grid-template-columns: 1fr;
    }

    #order-standard_cart .suggested-domains .actions,
    #order-standard_cart #searchDomainInfo .domain-price {
        align-items: stretch;
        flex-direction: column;
    }

    #order-standard_cart .btn-add-to-cart,
    #order-standard_cart .domain-contact-support {
        width: 100%;
    }
}

/* Final client services workspace and app navigation */
body.dc-logged-in header.header .dc-app-nav {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-left: 22px;
}

body.dc-logged-in header.header .dc-app-nav .dc-nav-pill,
body.dc-logged-in header.header .dc-app-mobile-nav .dc-nav-pill {
    gap: 8px;
    min-height: 42px;
    padding: 0 13px;
    color: #475467;
    border: 1px solid transparent;
    border-radius: var(--dc-radius);
    background: transparent;
    font-size: 0.86rem;
    font-weight: 850;
}

body.dc-logged-in header.header .dc-app-nav .dc-nav-pill i,
body.dc-logged-in header.header .dc-app-mobile-nav .dc-nav-pill i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #2160e8;
    border-radius: var(--dc-radius);
    background: #eef5ff;
    font-size: 0.82rem;
}

body.dc-logged-in header.header .dc-app-nav .dc-nav-pill:hover,
body.dc-logged-in header.header .dc-app-nav .dc-nav-pill.active,
body.dc-logged-in header.header .dc-app-mobile-nav .dc-nav-pill:hover,
body.dc-logged-in header.header .dc-app-mobile-nav .dc-nav-pill.active {
    color: #2160e8;
    border-color: #d8e8ff;
    background: #f7fbff;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(16, 24, 40, 0.06);
}

body.dc-logged-in header.header .dc-app-nav .dc-nav-pill.active,
body.dc-logged-in header.header .dc-app-mobile-nav .dc-nav-pill.active {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, #2160e8, #06aed4);
    box-shadow: 0 14px 28px rgba(21, 94, 239, 0.2);
}

body.dc-logged-in header.header .dc-app-nav .dc-nav-pill.active i,
body.dc-logged-in header.header .dc-app-mobile-nav .dc-nav-pill.active i {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
}

body.dc-logged-in header.header .dc-secondary-navbar {
    border-top: 1px solid rgba(228, 234, 241, 0.85);
    background:
        linear-gradient(180deg, rgba(247, 251, 255, 0.96), rgba(255, 255, 255, 0.94));
}

body.dc-logged-in header.header .dc-secondary-navbar .dc-whmcs-nav > li > a,
body.dc-logged-in header.header .dc-secondary-navbar .dc-whmcs-nav .collapsable-dropdown > a {
    min-height: 36px;
    padding: 0 11px;
    font-size: 0.8rem;
    font-weight: 820;
}

body.dc-logged-in header.header .dc-account-nav {
    gap: 4px;
}

body.dc-template-clientareaproducts {
    background: #f5f8fb;
}

body.dc-template-clientareaproducts #main-body {
    padding: 28px 0 68px;
    background:
        linear-gradient(180deg, #f7fbff 0%, #f5f8fb 42%, #ffffff 100%);
}

body.dc-template-clientareaproducts #main-body > .container {
    max-width: 1220px;
}

.dc-services-page {
    display: grid;
    gap: 20px;
}

.dc-services-header {
    min-height: auto;
    padding: 22px;
    border: 1px solid #dbe7f4;
    border-radius: var(--dc-radius);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(247, 251, 255, 0.96)),
        radial-gradient(circle at 95% 0%, rgba(6, 174, 212, 0.18), transparent 28%);
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

.dc-services-header-copy {
    max-width: 690px;
}

.dc-services-kicker {
    color: #2160e8;
    font-size: 0.74rem;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dc-services-header h1 {
    margin: 4px 0 6px;
    color: #07152f;
    font-size: clamp(1.65rem, 2.6vw, 2.2rem);
    font-weight: 950;
    line-height: 1.08;
}

.dc-services-header p {
    margin: 0;
    color: #667085;
    font-size: 0.94rem;
    font-weight: 680;
    line-height: 1.6;
}

.dc-services-header-actions {
    gap: 10px;
}

.dc-services-primary-btn,
.dc-services-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: var(--dc-radius);
    font-size: 0.84rem;
    font-weight: 880;
}

.dc-services-primary-btn {
    color: #ffffff;
    border: 0;
    background: #2160e8;
    box-shadow: 0 12px 24px rgba(21, 94, 239, 0.18);
}

.dc-services-secondary-btn {
    color: #2160e8;
    border: 1px solid #d6e3f2;
    background: #ffffff;
}

.dc-services-workspace {
    display: grid;
    grid-template-columns: 282px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.dc-services-left-rail {
    position: sticky;
    top: 154px;
    display: grid;
    gap: 14px;
    min-width: 0;
}

.dc-services-rail-card,
.dc-services-left-rail .card-sidebar,
.dc-services-table-card {
    border: 1px solid #e4eaf1;
    border-radius: var(--dc-radius);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

.dc-services-rail-card {
    padding: 14px;
}

.dc-services-rail-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.dc-services-rail-heading span {
    color: #07152f;
    font-size: 0.9rem;
    font-weight: 900;
}

.dc-services-rail-heading strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 28px;
    padding: 0 9px;
    color: #2160e8;
    border-radius: var(--dc-radius);
    background: #eef5ff;
    font-size: 0.86rem;
    font-weight: 950;
}

.dc-services-left-rail .dc-services-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
}

.dc-services-left-rail .dc-services-stat-card {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 9px;
    border: 1px solid #edf2f7;
    border-radius: var(--dc-radius);
    background: #fbfdff;
    box-shadow: none;
}

.dc-services-left-rail .dc-services-stat-icon {
    width: 34px;
    height: 34px;
    border-radius: var(--dc-radius);
}

.dc-services-left-rail .dc-services-stat-card span:not(.dc-services-stat-icon) {
    color: #667085;
    font-size: 0.8rem;
    font-weight: 800;
}

.dc-services-left-rail .dc-services-stat-card strong {
    color: #07152f;
    font-size: 1rem;
    font-weight: 950;
}

.dc-services-left-rail .dc-services-controls {
    display: grid;
    gap: 14px;
    width: 100%;
    margin: 0;
}

.dc-services-left-rail .dc-services-control-panel {
    display: grid;
    gap: 14px;
    width: 100%;
    margin: 0;
}

.dc-services-left-rail .dc-services-control-panel .card-sidebar {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
}

.dc-services-left-rail .dc-services-control-panel .card-header {
    padding: 14px 14px 10px;
    border: 0;
    background: transparent;
    pointer-events: none;
}

.dc-services-left-rail .dc-services-control-panel .card-title,
.dc-services-left-rail .dc-services-control-panel .panel-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #07152f;
    font-size: 0.9rem;
    font-weight: 900;
}

.dc-services-left-rail .dc-services-control-panel .card-title::after,
.dc-services-left-rail .dc-services-control-panel .card-minimise {
    display: none !important;
}

.dc-services-left-rail .dc-services-control-panel .collapsable-card-body {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.dc-services-left-rail .dc-services-control-panel .list-group {
    display: grid !important;
    gap: 6px;
    padding: 0 10px 12px;
}

.dc-services-left-rail .dc-services-control-panel .list-group-item {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 36px;
    width: 100%;
    padding: 8px 9px;
    color: #475467;
    border: 0;
    border-radius: var(--dc-radius) !important;
    background: transparent;
    font-size: 0.82rem;
    font-weight: 820;
    text-decoration: none;
}

.dc-services-left-rail .dc-services-control-panel .list-group-item i {
    width: 16px;
    color: #2160e8;
    text-align: center;
}

.dc-services-left-rail .dc-services-control-panel .list-group-item:hover,
.dc-services-left-rail .dc-services-control-panel .list-group-item.active {
    color: #2160e8;
    background: #eef5ff;
}

.dc-services-left-rail .dc-services-actions-panel .list-group-item[href*="cart.php"] {
    color: #ffffff;
    background: #2160e8;
    box-shadow: 0 10px 20px rgba(21, 94, 239, 0.16);
}

.dc-services-left-rail .dc-services-actions-panel .list-group-item[href*="cart.php"] i {
    color: #ffffff;
}

.dc-services-main-panel {
    min-width: 0;
}

.dc-services-table-card {
    overflow: hidden;
}

.dc-services-table-heading {
    padding: 18px 20px;
    border-bottom: 1px solid #e4eaf1;
    background: #ffffff;
}

.dc-services-table-heading span {
    color: #2160e8;
    font-size: 0.74rem;
    font-weight: 950;
    text-transform: uppercase;
}

.dc-services-table-heading h2 {
    color: #07152f;
    font-size: 1.12rem;
    font-weight: 950;
}

.dc-services-table-heading p {
    color: #667085;
    font-size: 0.86rem;
    font-weight: 680;
}

.dc-services-table-card .dataTables_filter,
.dc-services-table-card .dataTables_length {
    padding: 14px 16px 0;
}

.dc-services-table-card .dataTables_filter input,
.dc-services-table-card .dataTables_length select {
    border-radius: var(--dc-radius) !important;
}

.dc-services-table-card table.dc-services-table thead th {
    padding: 13px 16px;
    color: #667085;
    border-bottom: 1px solid #e4eaf1 !important;
    background: #f7fbff;
    font-size: 0.74rem;
    font-weight: 950;
    text-transform: uppercase;
}

.dc-services-table-card table.dc-services-table tbody td {
    padding: 15px 16px;
    border-top: 0;
    border-bottom: 1px solid #edf2f7;
}

.dc-services-table-card table.dc-services-table tbody tr:hover td {
    background: #f7fbff;
}

@media (max-width: 1199.98px) {
    body.dc-logged-in header.header .dc-app-mobile-nav {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991.98px) {
    .dc-services-workspace {
        grid-template-columns: 1fr;
    }

    .dc-services-left-rail {
        position: static;
        grid-template-columns: minmax(0, 1fr);
    }

    .dc-services-left-rail .dc-services-controls {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.dc-template-clientareaproducts #main-body {
        padding-top: 18px;
    }

    .dc-services-header,
    .dc-services-table-heading {
        padding: 18px;
    }

    .dc-services-header-actions {
        width: 100%;
    }

    .dc-services-primary-btn,
    .dc-services-secondary-btn {
        width: 100%;
    }

    .dc-services-left-rail .dc-services-controls {
        grid-template-columns: 1fr;
    }

    .dc-services-table-card .dataTables_filter,
    .dc-services-table-card .dataTables_length {
        width: 100%;
        padding: 12px 14px 0;
    }
}

/* Services page final cleanup: left rail filters/actions only */
body.dc-template-clientareaproducts .dc-header-actions {
    gap: 8px;
}

body.dc-template-clientareaproducts .dc-services-workspace {
    grid-template-columns: 304px minmax(0, 1fr);
    gap: 24px;
}

body.dc-template-clientareaproducts .dc-services-left-rail {
    top: 138px;
    gap: 16px;
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-rail-card,
body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-rail-stats {
    display: none !important;
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-controls {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel > .card:not(.card-sidebar),
body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel > .panel:not(.card-sidebar) {
    display: none !important;
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .card-sidebar {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #e4eaf1;
    border-radius: var(--dc-radius);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .card-header {
    padding: 16px 16px 9px !important;
    border: 0 !important;
    background: #ffffff !important;
    cursor: default;
    pointer-events: none;
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .card-title,
body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .panel-title {
    display: flex !important;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: #07152f;
    font-size: 0.94rem;
    font-weight: 950;
    line-height: 1.2;
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .card-title i:first-child,
body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .panel-title i:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #2160e8;
    border-radius: var(--dc-radius);
    background: #eef5ff;
    font-size: 0.78rem;
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .card-title::after,
body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .card-minimise,
body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .panel-minimise {
    display: none !important;
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .collapsable-card-body,
body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .collapse:not(.dropdown-menu) {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .list-group {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0 12px 14px !important;
    border: 0;
    background: #ffffff;
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .list-group-item {
    display: flex !important;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    width: 100% !important;
    padding: 10px 12px !important;
    color: #475467;
    border: 1px solid transparent !important;
    border-radius: var(--dc-radius) !important;
    background: #ffffff;
    font-size: 0.86rem;
    font-weight: 840;
    line-height: 1.25;
    text-decoration: none;
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .list-group-item i,
body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .sidebar-menu-item-icon-wrapper {
    width: 18px;
    color: #2160e8;
    text-align: center;
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .sidebar-menu-item-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .sidebar-menu-item-label {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .sidebar-menu-item-badge,
body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .badge {
    margin-left: auto;
    color: #2160e8;
    border: 1px solid #d8e8ff;
    border-radius: 999px;
    background: #eef5ff;
    font-size: 0.72rem;
    font-weight: 900;
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .list-group-item:hover,
body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .list-group-item.active {
    color: #2160e8;
    border-color: #d8e8ff !important;
    background: #eef5ff;
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-actions-panel .list-group-item[href*="cart.php"] {
    color: #ffffff;
    border-color: transparent !important;
    background: #2160e8;
    box-shadow: 0 12px 24px rgba(21, 94, 239, 0.18);
}

body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-actions-panel .list-group-item[href*="cart.php"] i,
body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-actions-panel .list-group-item[href*="cart.php"] .sidebar-menu-item-icon-wrapper {
    color: #ffffff;
}

@media (max-width: 991.98px) {
    body.dc-template-clientareaproducts .dc-services-workspace {
        grid-template-columns: 1fr;
    }

    body.dc-template-clientareaproducts .dc-services-left-rail {
        position: static;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .card-header {
        padding: 14px 14px 8px !important;
    }

    body.dc-template-clientareaproducts .dc-services-left-rail .dc-services-control-panel .list-group {
        padding: 0 10px 12px !important;
    }
}

/* Logged-in header cleanup after removing the duplicate dashboard CTA */
body.dc-logged-in header.header .dc-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: auto;
    margin-left: auto;
    overflow: visible;
}

body.dc-logged-in header.header .dc-cart-btn,
body.dc-logged-in header.header .dc-menu-toggle {
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    body.dc-logged-in header.header .dc-header-actions {
        width: 100%;
        margin: 12px 0 0;
        justify-content: flex-end;
    }

    body.dc-logged-in header.header .dc-menu-toggle {
        display: inline-flex;
    }
}

@media (min-width: 1200px) {
    body.dc-logged-in header.header .dc-menu-toggle {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    body.dc-logged-in header.header .dc-secondary-navbar .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }

    body.dc-logged-in header.header .dc-secondary-navbar .navbar-collapse.collapse.show,
    body.dc-logged-in header.header .dc-secondary-navbar .navbar-collapse.collapsing {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        width: 100%;
        padding: 12px 0 14px;
        overflow: visible;
    }

    body.dc-logged-in header.header .dc-secondary-navbar .dc-whmcs-nav,
    body.dc-logged-in header.header .dc-secondary-navbar .dc-account-nav {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 7px;
        width: 100%;
        margin: 0;
    }

    body.dc-logged-in header.header .dc-secondary-navbar .dc-whmcs-nav > li {
        width: 100%;
    }

    body.dc-logged-in header.header .dc-secondary-navbar .dc-whmcs-nav > li > a,
    body.dc-logged-in header.header .dc-secondary-navbar .dc-whmcs-nav .collapsable-dropdown > a {
        width: 100%;
        min-height: 42px;
        justify-content: flex-start;
        padding: 0 12px;
    }

    body.dc-logged-in header.header .dc-secondary-navbar .dropdown-menu {
        position: static !important;
        inset: auto !important;
        transform: none !important;
        width: 100%;
        min-width: 0;
        max-width: none;
        margin: 6px 0 4px;
        padding: 6px;
        border: 1px solid #dbe7f4;
        border-radius: var(--dc-radius);
        background: #ffffff;
        box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
    }
}

/* Final store category polish: /store/shared-hosting product listing */
body.dc-template-products {
    background: #f7fbff;
}

body.dc-template-products #main-body {
    padding: 32px 0 70px;
    background:
        linear-gradient(180deg, #f7fbff 0%, #ffffff 56%, #f7fbff 100%);
}

body.dc-template-products #main-body > .container {
    max-width: 1240px;
}

body.dc-template-products #order-standard_cart > .row {
    display: grid !important;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin: 0;
}

body.dc-template-products #order-standard_cart .cart-sidebar {
    position: sticky;
    top: 142px;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 14px;
    grid-column: 1;
    width: auto !important;
    max-width: none !important;
    margin: 58px 0 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

body.dc-template-products #order-standard_cart .cart-body {
    grid-column: 2;
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
}

body.dc-template-products #order-standard_cart .cart-body .header-lined {
    width: calc(100% + 298px);
    margin: 0 0 24px -298px;
    padding: 2px 0 4px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.dc-template-products #order-standard_cart .cart-body .header-lined h1 {
    margin: 0;
    color: #07152f;
    font-size: clamp(2rem, 3vw, 2.55rem);
    font-weight: 950;
    line-height: 1.06;
    letter-spacing: 0;
}

body.dc-template-products #order-standard_cart .cart-body .header-lined::before,
body.dc-template-products #order-standard_cart .cart-body .header-lined h1::after {
    display: none !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar > .panel:not(.card-sidebar),
body.dc-template-products #order-standard_cart .cart-sidebar > .card:not(.card-sidebar),
body.dc-template-products #order-standard_cart .sidebar-collapsed {
    display: none !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 14px !important;
    overflow: visible;
    border: 1px solid #e4eaf1 !important;
    border-radius: var(--dc-radius) !important;
    background: #ffffff !important;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.065) !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-header {
    padding: 0 0 11px !important;
    border: 0 !important;
    background: transparent !important;
    cursor: default;
    pointer-events: none;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-minimise,
body.dc-template-products #order-standard_cart .cart-sidebar .card-header .fa-chevron-down,
body.dc-template-products #order-standard_cart .cart-sidebar .card-header .fa-chevron-up,
body.dc-template-products #order-standard_cart .cart-sidebar .card-header .fa-angle-down,
body.dc-template-products #order-standard_cart .cart-sidebar .card-header .fa-angle-up,
body.dc-template-products #order-standard_cart .cart-sidebar .card-header .fa-caret-down {
    display: none !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .panel-title,
body.dc-template-products #order-standard_cart .cart-sidebar .card-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 !important;
    color: #07152f;
    font-size: 0.92rem !important;
    font-weight: 950 !important;
    line-height: 1.2;
}

body.dc-template-products #order-standard_cart .cart-sidebar .panel-title::before,
body.dc-template-products #order-standard_cart .cart-sidebar .card-title::before {
    content: "";
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: var(--dc-radius);
    background:
        linear-gradient(135deg, rgba(21, 94, 239, 0.14), rgba(6, 174, 212, 0.14)),
        #eef5ff;
}

body.dc-template-products #order-standard_cart .cart-sidebar .panel-title > i:first-child,
body.dc-template-products #order-standard_cart .cart-sidebar .card-title > i:first-child {
    display: none !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .collapsable-card-body,
body.dc-template-products #order-standard_cart .cart-sidebar .card-body.collapse,
body.dc-template-products #order-standard_cart .cart-sidebar .collapse:not(.dropdown-menu) {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-body,
body.dc-template-products #order-standard_cart .cart-sidebar .list-group {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item {
    display: flex !important;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    width: 100%;
    margin: 0 !important;
    padding: 9px 10px !important;
    color: #475467 !important;
    border: 1px solid transparent !important;
    border-radius: var(--dc-radius) !important;
    background: #ffffff !important;
    font-size: 0.83rem;
    font-weight: 820;
    line-height: 1.25;
    text-decoration: none !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item i,
body.dc-template-products #order-standard_cart .cart-sidebar .sidebar-menu-item-icon-wrapper {
    flex: 0 0 18px;
    width: 18px;
    color: #2160e8;
    text-align: center;
}

body.dc-template-products #order-standard_cart .cart-sidebar .sidebar-menu-item-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

body.dc-template-products #order-standard_cart .cart-sidebar .sidebar-menu-item-label {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.dc-template-products #order-standard_cart .cart-sidebar .sidebar-menu-item-badge,
body.dc-template-products #order-standard_cart .cart-sidebar .badge {
    margin-left: auto;
    color: #2160e8;
    border: 1px solid #d8e8ff;
    border-radius: 999px;
    background: #eef5ff;
    font-size: 0.7rem;
    font-weight: 900;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item:hover,
body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item.active {
    color: #2160e8 !important;
    border-color: #d8e8ff !important;
    background: #eef5ff !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar select.form-control,
body.dc-template-products #order-standard_cart .cart-sidebar .form-control,
body.dc-template-products #order-standard_cart .cart-sidebar .custom-select {
    min-height: 42px;
    width: 100%;
    color: #101828;
    border: 1px solid #d6e3f2 !important;
    border-radius: var(--dc-radius) !important;
    background-color: #ffffff !important;
    font-size: 0.84rem;
    font-weight: 820;
    box-shadow: none !important;
}

body.dc-template-products #order-standard_cart .products {
    min-width: 0;
}

body.dc-template-products #order-standard_cart .products .row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
    margin: 0 !important;
}

body.dc-template-products #order-standard_cart .products .row > [class*="col-"] {
    display: flex;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    flex: none !important;
}

body.dc-template-products #order-standard_cart .products .product {
    position: relative;
    display: flex !important;
    flex-direction: column;
    width: 100%;
    min-height: 460px;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #dfe7f1 !important;
    border-radius: var(--dc-radius) !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07) !important;
    text-align: left;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

body.dc-template-products #order-standard_cart .products .product::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    display: block !important;
    height: 3px;
    background: linear-gradient(90deg, #2160e8, #06aed4);
}

body.dc-template-products #order-standard_cart .products .product:hover {
    border-color: #cfe2ff !important;
    box-shadow: 0 22px 52px rgba(16, 24, 40, 0.11) !important;
    transform: translateY(-2px);
}

body.dc-template-products #order-standard_cart .products .product header {
    display: block !important;
    min-height: 0 !important;
    width: 100%;
    padding: 20px 20px 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.dc-template-products #order-standard_cart .products .product header span[id$="-name"] {
    display: block;
    color: #07152f;
    font-size: 1.1rem;
    font-weight: 950;
    line-height: 1.25;
    letter-spacing: 0;
}

body.dc-template-products #order-standard_cart .products .product header .qty {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-top: 10px;
    padding: 0 8px;
    color: #2160e8;
    border: 1px solid #d8e8ff;
    border-radius: 999px;
    background: #eef5ff;
    font-size: 0.68rem;
    font-weight: 900;
}

body.dc-template-products #order-standard_cart .products .product .dc-store-price-panel,
body.dc-template-products #order-standard_cart .products .product .product-pricing {
    width: auto;
    margin: 16px 20px 0 !important;
    padding: 16px 0 14px !important;
    color: #667085;
    border-top: 1px solid #e4eaf1;
    border-bottom: 1px solid #edf2f7;
    font-size: 0.76rem;
    font-weight: 820;
    line-height: 1.4;
}

body.dc-template-products #order-standard_cart .products .product .product-pricing .price {
    display: block;
    margin-bottom: 4px;
    color: #07152f;
    font-size: clamp(1.58rem, 2.2vw, 1.9rem);
    font-weight: 950;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

body.dc-template-products #order-standard_cart .products .product .product-desc {
    flex: 1 1 auto;
    width: 100%;
    margin: 0 !important;
    padding: 16px 20px 0 !important;
    color: #344054;
    font-size: 0.82rem;
}

body.dc-template-products #order-standard_cart .products .product .product-desc p {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.dc-template-products #order-standard_cart .products .product .product-desc p.dc-store-original-desc,
body.dc-template-products #order-standard_cart .products .product footer {
    display: none !important;
}

body.dc-template-products .dc-store-feature-summary,
body.dc-template-products .dc-store-full-details ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.dc-template-products .dc-store-feature-summary li,
body.dc-template-products .dc-store-full-details li:not(.dc-store-detail-heading) {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #344054;
    font-size: 0.8rem;
    font-weight: 780;
    line-height: 1.35;
}

body.dc-template-products .dc-store-feature-summary li::before,
body.dc-template-products .dc-store-full-details li:not(.dc-store-detail-heading)::before {
    content: "\2713";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    color: #2160e8;
    border: 1px solid #b8d8ff;
    border-radius: 999px;
    background: #f4f9ff;
    font-size: 0.52rem;
    font-weight: 950;
    line-height: 1;
}

body.dc-template-products .dc-store-full-details {
    display: none;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #edf2f7;
    background: transparent;
}

body.dc-template-products .dc-store-details-open .dc-store-full-details {
    display: block;
}

body.dc-template-products .dc-store-full-details .dc-store-detail-heading {
    margin: 10px 0 1px;
    color: #2160e8;
    font-size: 0.68rem;
    font-weight: 950;
    line-height: 1.2;
    text-transform: uppercase;
}

body.dc-template-products .dc-store-details-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    margin-top: 13px;
    color: #2160e8;
    border: 1px solid #d6e3f2;
    border-radius: var(--dc-radius);
    background: #f7fbff;
    font-size: 0.78rem;
    font-weight: 900;
    cursor: pointer;
}

body.dc-template-products .dc-store-details-toggle:hover {
    border-color: #b8d8ff;
    background: #eef5ff;
}

body.dc-template-products .dc-store-card-actions {
    width: 100%;
    margin-top: auto;
    padding: 16px 20px 20px;
}

body.dc-template-products #order-standard_cart .products .product .btn-order-now {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 0 18px;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: var(--dc-radius) !important;
    background: linear-gradient(135deg, #2160e8, #06aed4) !important;
    box-shadow: 0 12px 22px rgba(21, 94, 239, 0.18);
    font-size: 0.84rem;
    font-weight: 900;
    text-decoration: none !important;
}

body.dc-template-products #order-standard_cart .products .product .btn-order-now:hover {
    color: #ffffff !important;
    box-shadow: 0 16px 28px rgba(21, 94, 239, 0.22);
    transform: translateY(-1px);
}

body.dc-template-products #order-standard_cart .products .product .btn-order-now i {
    display: none !important;
}

body.dc-template-products #order-standard_cart .product-recommendations-container {
    margin-top: 24px;
}

@media (max-width: 1199.98px) {
    body.dc-template-products #order-standard_cart > .row {
        grid-template-columns: 250px minmax(0, 1fr);
        gap: 24px;
    }

    body.dc-template-products #order-standard_cart .cart-body .header-lined {
        width: calc(100% + 274px);
        margin-left: -274px;
    }

    body.dc-template-products #order-standard_cart .products .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    body.dc-template-products #order-standard_cart > .row {
        display: block !important;
    }

    body.dc-template-products #order-standard_cart .cart-sidebar {
        position: static;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin: 0 0 22px !important;
    }

    body.dc-template-products #order-standard_cart .cart-body .header-lined {
        width: auto;
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-products #main-body {
        padding-top: 22px;
    }

    body.dc-template-products #order-standard_cart .cart-sidebar,
    body.dc-template-products #order-standard_cart .products .row {
        grid-template-columns: 1fr;
    }

    body.dc-template-products #order-standard_cart .cart-body .header-lined h1 {
        font-size: 1.7rem;
    }

body.dc-template-products #order-standard_cart .products .product {
        min-height: 0;
    }
}

/* Nexus orderform: editorial black/white Choose a Domain step */
body.dc-template-configureproductdomain {
    background: #ffffff !important;
}

body.dc-template-configureproductdomain .topbar,
body.dc-template-configureproductdomain .dc-secondary-navbar,
body.dc-template-configureproductdomain .dc-app-nav,
body.dc-template-configureproductdomain .dc-public-nav,
body.dc-template-configureproductdomain .dc-menu-toggle {
    display: none !important;
}

body.dc-template-configureproductdomain #header.header {
    border-bottom: 1px solid #eeeeee !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: none !important;
}

body.dc-template-configureproductdomain .dc-main-navbar {
    min-height: 72px !important;
    border-bottom: 0 !important;
    background: transparent !important;
}

body.dc-template-configureproductdomain .master-breadcrumb {
    display: none !important;
}

body.dc-template-configureproductdomain #main-body {
    padding: 32px 0 54px !important;
    background: #ffffff !important;
}

body.dc-template-configureproductdomain #main-body > .container {
    max-width: 1120px !important;
}

body.dc-template-configureproductdomain #order-standard_cart,
body.dc-template-configureproductdomain #order-standard_cart.dc-domain-selector-page {
    margin: 0 auto !important;
    padding: 0 !important;
    color: #030712 !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.dc-template-configureproductdomain #order-standard_cart > .row {
    display: block !important;
    margin: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .cart-sidebar,
body.dc-template-configureproductdomain #order-standard_cart .sidebar-collapsed,
body.dc-template-configureproductdomain #order-standard_cart #btnShowSidebar,
body.dc-template-configureproductdomain #order-standard_cart .panel-sidebar,
body.dc-template-configureproductdomain #order-standard_cart .card-sidebar {
    display: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .cart-body,
body.dc-template-configureproductdomain #order-standard_cart .secondary-cart-body {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .header-lined {
    margin: 0 0 38px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .header-lined h1 {
    margin: 0 !important;
    padding: 0 !important;
    color: #050505 !important;
    border: 0 !important;
    font-size: clamp(2rem, 3.1vw, 2.65rem) !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.08 !important;
}

body.dc-template-configureproductdomain .dc-selected-product-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-top: 14px;
    padding: 7px 12px;
    color: #374151;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background: #f5f5f5;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.2;
}

body.dc-template-configureproductdomain .dc-selected-product-badge strong {
    margin-left: 3px;
    color: #050505;
    font-weight: 800;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-selection-options {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    margin: 0 !important;
    padding: 26px 26px 0 !important;
    overflow: visible !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-selection-options .option {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-card {
    position: relative !important;
    order: 1;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 160px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 24px 20px 22px !important;
    overflow: hidden;
    color: #050505 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: border-color 160ms ease, transform 160ms ease !important;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-card:hover {
    border-color: #9ca3af !important;
    transform: translateY(-1px);
}

body.dc-template-configureproductdomain #order-standard_cart .domain-selection-options .dc-domain-active-option > .dc-domain-card {
    border-width: 2px !important;
    border-color: #050505 !important;
    padding: 23px 19px 21px !important;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-card input[type="radio"],
body.dc-template-configureproductdomain #order-standard_cart .dc-domain-card .iradio_square-blue,
body.dc-template-configureproductdomain #order-standard_cart .dc-domain-card .iCheck-helper {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-active-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 32px;
    height: 32px;
    background: #050505;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-active-ribbon::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 6px;
    width: 9px;
    height: 5px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}

body.dc-template-configureproductdomain #order-standard_cart .domain-selection-options .dc-domain-active-option .dc-domain-active-ribbon {
    display: block;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-card-icon {
    position: relative;
    display: block;
    width: 64px;
    height: 54px;
    margin: 0 auto 14px;
    color: #050505;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-svg-icon::before,
body.dc-template-configureproductdomain #order-standard_cart .dc-domain-svg-icon::after {
    display: none !important;
    content: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-card-icon svg {
    display: block;
    width: 64px;
    height: 54px;
    color: #050505;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-card-icon::before,
body.dc-template-configureproductdomain #order-standard_cart .dc-domain-card-icon::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-icon-register::before {
    left: 15px;
    top: 3px;
    width: 36px;
    height: 36px;
    border: 2px solid #050505;
    border-radius: 999px;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-icon-register::after {
    content: "www";
    right: 3px;
    bottom: 5px;
    min-width: 35px;
    padding: 4px 5px;
    color: #050505;
    border: 2px solid #050505;
    border-radius: 999px;
    background: #ffffff;
    font-size: 8px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    transform: rotate(-18deg);
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-icon-transfer::before {
    content: "\2194";
    inset: 0;
    color: #050505;
    font-size: 42px;
    font-weight: 900;
    line-height: 52px;
    text-align: center;
    transform: rotate(-35deg);
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-icon-own::before {
    left: 13px;
    top: 3px;
    width: 40px;
    height: 40px;
    border: 2px solid #050505;
    border-radius: 999px;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-icon-own::after {
    left: 28px;
    top: 18px;
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: #050505;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-card-title {
    display: block;
    color: #050505;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.25;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-card-copy {
    display: block;
    max-width: 290px;
    margin-top: 10px;
    color: #4b5563;
    font-size: 0.76rem;
    font-weight: 500;
    line-height: 1.55;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group {
    position: relative !important;
    z-index: 5 !important;
    order: 2;
    grid-column: 1 / -1 !important;
    display: none !important;
    margin: 4px -26px 0 !important;
    padding: 38px clamp(24px, 7vw, 78px) !important;
    border: 0 !important;
    border-radius: 0 0 8px 8px !important;
    background: #1f1f1f !important;
    box-shadow: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-selection-options .dc-domain-active-option > .domain-input-group {
    display: block !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group > .row:first-child {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 132px !important;
    gap: 14px !important;
    align-items: stretch !important;
    max-width: 980px;
    margin: 0 auto !important;
}

body.dc-template-configureproductdomain #order-standard_cart #domainregister.domain-input-group > .row:first-child,
body.dc-template-configureproductdomain #order-standard_cart #domainregister .domain-input-group > .row:first-child,
body.dc-template-configureproductdomain #order-standard_cart #domainregister > .row:first-child {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 132px !important;
    width: 100% !important;
    max-width: 1040px !important;
    margin: 0 auto !important;
}

body.dc-template-configureproductdomain #order-standard_cart #domainregister.domain-input-group > .row:first-child > [class*="col-"],
body.dc-template-configureproductdomain #order-standard_cart #domainregister .domain-input-group > .row:first-child > [class*="col-"],
body.dc-template-configureproductdomain #order-standard_cart #domainregister > .row:first-child > [class*="col-"] {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: initial !important;
}

body.dc-template-configureproductdomain #order-standard_cart #domainregister.domain-input-group > .row:first-child > [class*="col-"]:first-child,
body.dc-template-configureproductdomain #order-standard_cart #domainregister .domain-input-group > .row:first-child > [class*="col-"]:first-child,
body.dc-template-configureproductdomain #order-standard_cart #domainregister > .row:first-child > [class*="col-"]:first-child {
    grid-column: 1 !important;
}

body.dc-template-configureproductdomain #order-standard_cart #domainregister.domain-input-group > .row:first-child > [class*="col-"]:last-child,
body.dc-template-configureproductdomain #order-standard_cart #domainregister .domain-input-group > .row:first-child > [class*="col-"]:last-child,
body.dc-template-configureproductdomain #order-standard_cart #domainregister > .row:first-child > [class*="col-"]:last-child {
    grid-column: 2 !important;
}

body.dc-template-configureproductdomain #order-standard_cart #domainregister.domain-input-group > .row:first-child > [class*="col-"]:only-child,
body.dc-template-configureproductdomain #order-standard_cart #domainregister .domain-input-group > .row:first-child > [class*="col-"]:only-child,
body.dc-template-configureproductdomain #order-standard_cart #domainregister > .row:first-child > [class*="col-"]:only-child {
    grid-column: 1 / -1 !important;
}

body.dc-template-configureproductdomain #order-standard_cart #domainregister .input-group,
body.dc-template-configureproductdomain #order-standard_cart #domainregister .domain-checker-fieldcontainer,
body.dc-template-configureproductdomain #order-standard_cart #domainregister .domain-checker-input-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 132px !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
}

body.dc-template-configureproductdomain #order-standard_cart #domainregister .input-group-btn,
body.dc-template-configureproductdomain #order-standard_cart #domainregister .input-group-append {
    display: block !important;
    width: auto !important;
}

body.dc-template-configureproductdomain #order-standard_cart #domainregister #btnCheckAvailability,
body.dc-template-configureproductdomain #order-standard_cart #domainregister #btnDomainSearch {
    width: 100% !important;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-option-register > .domain-input-group > .row:first-child {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 132px !important;
    width: 100% !important;
    max-width: 1040px !important;
    margin: 0 auto !important;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-option-register > .domain-input-group > .row:first-child > [class*="col-"] {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: initial !important;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-option-register > .domain-input-group > .row:first-child > [class*="col-"]:first-child {
    grid-column: 1 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-option-register > .domain-input-group > .row:first-child > [class*="col-"]:last-child {
    grid-column: 2 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-option-register > .domain-input-group > .row:first-child > [class*="col-"]:only-child {
    grid-column: 1 / -1 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-option-register .input-group {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 132px !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced {
    display: block !important;
    width: 100% !important;
    max-width: 1040px !important;
    margin: 16px auto 0 !important;
    color: #f9fafb !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced > .row:first-child {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 132px !important;
    gap: 14px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced > .row:first-child > [class*="col-"] {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: initial !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced > .row:first-child > [class*="col-"]:first-child {
    grid-column: 1 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced > .row:first-child > [class*="col-"]:last-child {
    grid-column: 2 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced > .row:first-child > [class*="col-"]:only-child {
    grid-column: 1 / -1 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced > .row:first-child textarea,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced > .row:first-child input[type="text"],
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced > .row:first-child .form-control {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced > .row:first-child .btn,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced > .row:first-child button {
    width: 100% !important;
    min-width: 132px !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced > .row:not(:first-child) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(190px, max-content)) minmax(180px, 1fr) !important;
    gap: 10px 12px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    margin: 12px 0 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced > .row > [class*="col-"],
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .row > [class*="col-"] {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: initial !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced > .row:not(:first-child) > [class*="col-"] {
    width: auto !important;
    min-width: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 132px !important;
    gap: 14px !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-field,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-action {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: initial !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-field {
    grid-column: 1 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-action {
    grid-column: 2 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-field textarea,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-field input,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-field .form-control {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-action .btn,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-action button {
    width: 100% !important;
    min-width: 132px !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-filter-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 12px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin: 12px 0 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-filter-row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .checkbox,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .custom-control {
    position: relative !important;
    z-index: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 13px !important;
    color: #f3f4f6 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 4px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .checkbox input[type="checkbox"],
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .custom-control input[type="checkbox"],
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced input.no-icheck[type="checkbox"],
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .icheckbox_square-blue {
    position: static !important;
    display: inline-flex !important;
    flex: 0 0 16px !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .checkbox label,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .custom-control label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    white-space: nowrap !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .multiselect-native-select,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .btn-group {
    display: inline-flex !important;
    width: auto !important;
    min-width: 190px !important;
    vertical-align: middle !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .btn-group > .multiselect,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced button.multiselect {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-width: 190px !important;
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 13px !important;
    color: #050505 !important;
    border: 1px solid #ffffff !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    text-align: left !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .btn-group.open,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .btn-group.show {
    z-index: 1060 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .caret {
    margin-left: auto !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .multiselect-container.dropdown-menu {
    overflow: auto !important;
    max-height: 260px !important;
    min-width: 220px !important;
    padding: 8px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18) !important;
    z-index: 1065 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .btn-group.open .multiselect-container.dropdown-menu,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .btn-group.show .multiselect-container.dropdown-menu {
    display: block !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .multiselect-container.dropdown-menu > li > a {
    color: #111827 !important;
    border-radius: 6px !important;
    font-size: 0.82rem !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .multiselect-container.dropdown-menu label {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 7px 8px !important;
    color: #111827 !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-hidden-native-row {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-own-domain-field {
    display: block !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group > .row:not(:first-child) {
    max-width: 980px;
    margin: 12px auto 0 !important;
    color: #e5e7eb !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group > .row > [class*="col-"],
body.dc-template-configureproductdomain #order-standard_cart .domains-row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domains-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 108px 108px !important;
    gap: 12px !important;
    margin: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group .input-group {
    display: flex !important;
    width: 100% !important;
    min-height: 46px !important;
    overflow: hidden !important;
    border: 1px solid #ffffff !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group .input-group-addon,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group .input-group-prepend,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group .input-group-text,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group .form-control-static {
    display: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group .form-control,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group select,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group textarea,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group input[type="text"],
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group .multiselect {
    width: 100% !important;
    min-height: 46px !important;
    height: 46px !important;
    color: #050505 !important;
    border: 1px solid #ffffff !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart #message,
body.dc-template-configureproductdomain #order-standard_cart #registersld {
    display: block !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart #message {
    min-height: 54px !important;
    height: 54px !important;
    padding: 16px 18px !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 132px !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > .form-control,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > textarea,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > input {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > .input-group-btn,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > .input-group-append {
    grid-column: 2 !important;
    display: block !important;
    width: 100% !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > .input-group-btn > .btn,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > .input-group-append > .btn {
    width: 100% !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group textarea {
    resize: none !important;
    overflow: hidden !important;
    padding: 12px 20px !important;
    line-height: 1.35 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group .form-control::placeholder,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group textarea::placeholder,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group input[type="text"]::placeholder {
    color: #9ca3af !important;
    opacity: 1 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group .btn,
body.dc-template-configureproductdomain #order-standard_cart #btnDomainContinue,
body.dc-template-configureproductdomain #order-standard_cart .btn-primary,
body.dc-template-configureproductdomain #order-standard_cart .btn-add-to-cart {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    padding: 0 18px !important;
    color: #ffffff !important;
    border: 1px solid #050505 !important;
    border-radius: 4px !important;
    background: #050505 !important;
    box-shadow: none !important;
    font-size: 0.88rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart #DomainSearchResults {
    max-width: 980px !important;
    margin: 28px auto 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart #searchDomainInfo,
body.dc-template-configureproductdomain #order-standard_cart #spotlightTlds,
body.dc-template-configureproductdomain #order-standard_cart .spotlight-tlds,
body.dc-template-configureproductdomain #order-standard_cart .suggested-domains {
    overflow: visible !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08) !important;
}

body.dc-template-configureproductdomain #order-standard_cart #searchDomainInfo {
    padding: 22px !important;
    color: #111827 !important;
    text-align: left !important;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-support-purchase-hidden,
body.dc-template-configureproductdomain #order-standard_cart .domain-contact-support {
    display: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart #searchDomainInfo .domain-lookup-loader,
body.dc-template-configureproductdomain #order-standard_cart #searchDomainInfo .domain-checker-result-headline {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 1.08rem !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    text-align: left !important;
}

body.dc-template-configureproductdomain #order-standard_cart #searchDomainInfo .domain-checker-available {
    color: #087f5b !important;
}

body.dc-template-configureproductdomain #order-standard_cart #searchDomainInfo .domain-checker-unavailable,
body.dc-template-configureproductdomain #order-standard_cart #searchDomainInfo .domain-checker-invalid {
    color: #b42318 !important;
}

body.dc-template-configureproductdomain #order-standard_cart #searchDomainInfo .domain-price {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    margin: 18px 0 0 !important;
    padding: 16px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 8px !important;
    background: #fafafa !important;
}

body.dc-template-configureproductdomain #order-standard_cart #searchDomainInfo .domain-price .price {
    color: #050505 !important;
    font-size: 1.22rem !important;
    font-weight: 950 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .spotlight-tlds {
    margin: 24px 0 0 !important;
    padding: 20px !important;
}

body.dc-template-configureproductdomain #order-standard_cart .spotlight-tlds-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
    gap: 14px !important;
}

body.dc-template-configureproductdomain #order-standard_cart .spotlight-tld-container {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .spotlight-tld {
    min-height: 126px !important;
    padding: 18px !important;
    color: #050505 !important;
    border: 1px solid #eeeeee !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .spotlight-tld .price {
    display: block !important;
    margin: 8px 0 12px !important;
    color: #111827 !important;
    font-size: 0.95rem !important;
    font-weight: 900 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .suggested-domains {
    margin-top: 24px !important;
}

body.dc-template-configureproductdomain #order-standard_cart .suggested-domains .card-header,
body.dc-template-configureproductdomain #order-standard_cart .suggested-domains .panel-heading {
    padding: 16px 18px !important;
    color: #050505 !important;
    border-bottom: 1px solid #eeeeee !important;
    background: #fafafa !important;
    font-size: 0.96rem !important;
    font-weight: 900 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .suggested-domains .list-group-item,
body.dc-template-configureproductdomain #order-standard_cart .domain-suggestion {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px 16px !important;
    align-items: center !important;
    min-height: 72px !important;
    padding: 18px !important;
    color: #111827 !important;
    border: 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    background: #ffffff !important;
    font-size: 0.94rem !important;
    font-weight: 800 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .suggested-domains .domain,
body.dc-template-configureproductdomain #order-standard_cart .suggested-domains .extension,
body.dc-template-configureproductdomain #order-standard_cart .suggested-domains .domain-name,
body.dc-template-configureproductdomain #order-standard_cart .suggested-domains .list-group-item > span:first-child,
body.dc-template-configureproductdomain #order-standard_cart .domain-suggestion > span:first-child {
    color: #050505 !important;
    font-size: 1rem !important;
    font-weight: 950 !important;
    line-height: 1.25 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .suggested-domains .extension {
    margin-right: auto !important;
}

body.dc-template-configureproductdomain #order-standard_cart .suggested-domains .actions {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    order: 3 !important;
    gap: 10px !important;
}

body.dc-template-configureproductdomain #order-standard_cart .suggested-domains .price {
    order: 2 !important;
    margin-left: auto !important;
    color: #050505 !important;
    white-space: nowrap !important;
    font-size: 1rem !important;
    font-weight: 900 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .suggested-domains .btn-add-to-cart,
body.dc-template-configureproductdomain #order-standard_cart .domain-suggestion .btn-add-to-cart {
    order: 3 !important;
    min-width: 118px !important;
}

body.dc-template-configureproductdomain #order-standard_cart .suggested-domains .card-footer,
body.dc-template-configureproductdomain #order-standard_cart .suggested-domains .panel-footer {
    padding: 14px 18px !important;
    border-top: 1px solid #eeeeee !important;
    background: #ffffff !important;
}

body.dc-template-configureproductdomain #order-standard_cart #btnDomainContinue {
    min-width: 154px !important;
    margin: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .dc-domain-continue-slot {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 22px 0 0 !important;
}

@media (max-width: 991.98px) {
    body.dc-template-configureproductdomain #order-standard_cart .domain-selection-options {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-configureproductdomain #main-body {
        padding-top: 24px !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .header-lined {
        margin-bottom: 26px !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-selection-options {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        padding: 16px 16px 0 !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-input-group {
        margin-right: -16px !important;
        margin-left: -16px !important;
        padding: 22px 16px !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-input-group > .row:first-child,
    body.dc-template-configureproductdomain #order-standard_cart .domains-row,
    body.dc-template-configureproductdomain #order-standard_cart #domainregister.domain-input-group > .row:first-child,
    body.dc-template-configureproductdomain #order-standard_cart #domainregister .domain-input-group > .row:first-child,
    body.dc-template-configureproductdomain #order-standard_cart #domainregister > .row:first-child,
    body.dc-template-configureproductdomain #order-standard_cart #domainregister .input-group,
    body.dc-template-configureproductdomain #order-standard_cart #domainregister .domain-checker-fieldcontainer,
    body.dc-template-configureproductdomain #order-standard_cart #domainregister .domain-checker-input-container,
    body.dc-template-configureproductdomain #order-standard_cart .dc-domain-option-register > .domain-input-group > .row:first-child,
    body.dc-template-configureproductdomain #order-standard_cart .dc-domain-option-register .input-group {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .dc-domain-option-register > .domain-input-group > .row:first-child > [class*="col-"],
    body.dc-template-configureproductdomain #order-standard_cart .dc-domain-option-register > .domain-input-group > .row:first-child > [class*="col-"]:first-child,
    body.dc-template-configureproductdomain #order-standard_cart .dc-domain-option-register > .domain-input-group > .row:first-child > [class*="col-"]:last-child,
    body.dc-template-configureproductdomain #order-standard_cart .dc-domain-option-register > .domain-input-group > .row:first-child > [class*="col-"]:only-child {
        grid-column: 1 !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced > .row,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced > .row + .row {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-field,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-action,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > .form-control,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > textarea,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > input,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > .input-group-btn,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > .input-group-append {
        grid-column: 1 !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced > .row > [class*="col-"],
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .row > [class*="col-"],
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .multiselect-native-select,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .btn-group,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .btn-group > .multiselect,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced button.multiselect {
        width: 100% !important;
        min-width: 0 !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-input-group .btn,
    body.dc-template-configureproductdomain #order-standard_cart #btnDomainContinue {
        width: 100% !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart #searchDomainInfo .domain-price,
    body.dc-template-configureproductdomain #order-standard_cart .suggested-domains .actions {
        align-items: stretch !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        width: 100% !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .suggested-domains .price {
        width: 100% !important;
        margin-left: 0 !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .suggested-domains .btn-add-to-cart,
    body.dc-template-configureproductdomain #order-standard_cart .domain-suggestion .btn-add-to-cart {
        width: 100% !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .suggested-domains .list-group-item,
    body.dc-template-configureproductdomain #order-standard_cart .domain-suggestion {
        flex-direction: column !important;
        align-items: stretch !important;
    }
}

/* Final lock for WHMCS advanced domain search controls */
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready {
    width: 100% !important;
    max-width: 860px !important;
    margin: 16px auto 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-native-row-hidden {
    display: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 116px !important;
    gap: 12px !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 860px !important;
    margin: 0 auto !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell #message,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell #registersld {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell #btnCheckAvailability,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell #btnDomainSearch {
    grid-column: 2 !important;
    width: 116px !important;
    min-width: 116px !important;
    max-width: 116px !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 14px !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto !important;
    gap: 10px !important;
    align-items: center !important;
    justify-content: stretch !important;
    width: 100% !important;
    max-width: 860px !important;
    margin: 12px auto 0 !important;
    overflow: visible !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .multiselect-native-select,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .btn-group {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-safe-search-wrap {
    justify-self: end !important;
    min-width: 156px !important;
    margin-left: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 112px !important;
    gap: 12px !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 840px !important;
    margin: 0 auto !important;
    overflow: visible !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-field,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > .form-control,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > textarea,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > input {
    grid-column: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-action,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > .input-group-btn,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > .input-group-append {
    grid-column: 2 !important;
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-action .btn,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-action button,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > .input-group-btn > .btn,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > .input-group-append > .btn {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    height: 54px !important;
    min-height: 54px !important;
    padding: 0 16px !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-filter-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 840px !important;
    margin: 12px auto 0 !important;
    overflow: visible !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-filter-row > [class*="col-"],
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-safe-search-wrap {
    position: relative !important;
    z-index: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-safe-search-wrap {
    gap: 8px !important;
    min-height: 40px !important;
    padding: 0 13px !important;
    color: #f3f4f6 !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 4px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-safe-search-input {
    position: static !important;
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width: 767.98px) {
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell #btnCheckAvailability,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell #btnDomainSearch {
        grid-column: 1 !important;
        width: 100% !important;
        max-width: none !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .multiselect-native-select,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .btn-group,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-safe-search-wrap {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        justify-self: stretch !important;
        margin-left: 0 !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-action,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > .input-group-btn,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > .input-group-append {
        grid-column: 1 !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-action .btn,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row > .dc-domain-search-action button,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > .input-group-btn > .btn,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready .dc-domain-search-row .input-group > .input-group-append > .btn {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
    }
}

/* Configure product: white/blue order step */
body.dc-template-configureproduct {
    background:
        radial-gradient(circle at 84% 4%, rgba(37, 99, 235, 0.08), transparent 26rem),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 36%) !important;
}

body.dc-template-configureproduct #main-body {
    padding: 46px 0 72px !important;
    background: transparent !important;
}

body.dc-template-configureproduct #main-body > .container {
    max-width: 1320px !important;
}

body.dc-template-configureproduct .master-breadcrumb,
body.dc-template-configureproduct header.header .topbar,
body.dc-template-configureproduct header.header .dc-secondary-navbar {
    display: none !important;
}

body.dc-template-configureproduct #order-standard_cart > .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 332px !important;
    gap: 56px !important;
    align-items: start !important;
    margin: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-sidebar,
body.dc-template-configureproduct #order-standard_cart .cart-body,
body.dc-template-configureproduct #order-standard_cart .secondary-cart-body,
body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-sidebar {
    grid-column: 1 !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body {
    grid-column: 1 !important;
}

body.dc-template-configureproduct #order-standard_cart .secondary-cart-body,
body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell {
    position: sticky !important;
    top: 24px !important;
    grid-column: 2 !important;
    align-self: start !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-sidebar.dc-config-sidebar-hidden {
    display: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-flat-nav-card {
    display: block !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-flat-nav-card .card-header,
body.dc-template-configureproduct #order-standard_cart .dc-config-flat-nav-card .panel-heading {
    display: none !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-sidebar .card-minimise {
    display: none !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-sidebar .list-group {
    margin: 0 !important;
    padding: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-sidebar .list-group-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 40px !important;
    margin: 0 0 5px !important;
    padding: 9px 11px !important;
    color: #475467 !important;
    border: 1px solid transparent !important;
    border-radius: 10px !important;
    background: transparent !important;
    font-size: 0.86rem !important;
    font-weight: 760 !important;
    text-decoration: none !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-sidebar .list-group-item i {
    width: 18px !important;
    color: #2563eb !important;
    text-align: center !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-sidebar .list-group-item:hover,
body.dc-template-configureproduct #order-standard_cart .cart-sidebar .list-group-item.active {
    color: #1d4ed8 !important;
    border-color: #bfdbfe !important;
    background: #eff6ff !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-currency-card {
    margin-top: 18px !important;
    padding: 14px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
    background: #f9fafb !important;
    box-shadow: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-currency-card .card-header,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-card .panel-heading {
    padding: 0 0 10px !important;
    border: 0 !important;
    background: transparent !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-currency-card .card-title,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-card .panel-title {
    color: #111827 !important;
    font-size: 0.86rem !important;
    font-weight: 850 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-currency-card select,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-card .form-control {
    width: 100% !important;
    min-height: 42px !important;
    color: #111827 !important;
    border: 1px solid #d1d5db !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    font-weight: 760 !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body .header-lined {
    margin: 0 0 22px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body .header-lined h1 {
    margin: 0 0 6px !important;
    color: #111827 !important;
    font-size: clamp(2rem, 3vw, 2.75rem) !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body .header-lined p {
    margin: 0 !important;
    color: #667085 !important;
    font-size: 0.98rem !important;
    line-height: 1.55 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-card,
body.dc-template-configureproduct #order-standard_cart .product-info {
    margin: 0 0 22px !important;
    padding: 22px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;
    background: #f9fafb !important;
    box-shadow: none !important;
}

body.dc-template-configureproduct #order-standard_cart .product-info .product-title,
body.dc-template-configureproduct #order-standard_cart .product-info h3,
body.dc-template-configureproduct #order-standard_cart .product-info h4 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 0 12px !important;
    color: #111827 !important;
    font-size: 1.25rem !important;
    font-weight: 920 !important;
}

body.dc-template-configureproduct #order-standard_cart .product-info .product-title::after,
body.dc-template-configureproduct #order-standard_cart .product-info h3::after,
body.dc-template-configureproduct #order-standard_cart .product-info h4::after {
    content: "Shared Hosting";
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    color: #2563eb;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #eff6ff;
    font-size: 0.72rem;
    font-weight: 850;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-card-clean {
    overflow: hidden !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-head {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 0 8px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-title {
    color: #111827 !important;
    font-size: 1.22rem !important;
    font-weight: 920 !important;
    line-height: 1.25 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-badge {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 24px !important;
    padding: 0 9px !important;
    color: #2563eb !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 999px !important;
    background: #eff6ff !important;
    font-size: 0.72rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-spec-summary {
    margin: 8px 0 0 !important;
    color: #667085 !important;
    font-size: 0.93rem !important;
    font-weight: 650 !important;
    line-height: 1.55 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-original-features {
    display: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section {
    margin: 0 0 24px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-section-title,
body.dc-template-configureproduct #order-standard_cart .dc-config-addons-title {
    margin: 0 0 14px !important;
    color: #111827 !important;
    font-size: 1.1rem !important;
    font-weight: 920 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-native-select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card {
    position: relative !important;
    display: flex !important;
    min-height: 116px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 7px !important;
    padding: 18px !important;
    color: #111827 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    text-align: left !important;
    cursor: pointer !important;
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card:hover {
    border-color: #bfdbfe !important;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.08) !important;
    transform: translateY(-1px);
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card.is-selected {
    border-color: #2563eb !important;
    background: #eff6ff !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-radio {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #ffffff;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card.is-selected .dc-config-cycle-radio {
    border: 5px solid #2563eb;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-name {
    color: #111827;
    font-size: 0.95rem;
    font-weight: 900;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-price {
    color: #475467;
    font-size: 0.86rem;
    font-weight: 750;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-save {
    display: inline-flex;
    min-height: 22px;
    align-items: center;
    padding: 0 8px;
    color: #be123c;
    border-radius: 999px;
    background: #ffe4e6;
    font-size: 0.7rem;
    font-weight: 850;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-help-notice,
body.dc-template-configureproduct #order-standard_cart .alert {
    border-radius: 14px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-addons-section {
    margin-bottom: 22px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-addon-card {
    position: relative !important;
    overflow: hidden !important;
    margin: 0 0 14px !important;
    padding: 18px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    transition: box-shadow 160ms ease, border-color 160ms ease !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-addon-card:hover {
    border-color: #bfdbfe !important;
    box-shadow: 0 14px 34px rgba(37, 99, 235, 0.08) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-addon-card::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(59, 130, 246, 0.04));
}

body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell {
    min-width: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell:empty {
    display: none !important;
}

body.dc-template-configureproduct #order-standard_cart .order-summary,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary {
    overflow: hidden !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.1) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary::before {
    content: "";
    display: block;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #06aed4);
}

body.dc-template-configureproduct #order-standard_cart .order-summary h2,
body.dc-template-configureproduct #order-standard_cart .order-summary .card-header {
    margin: 0 !important;
    padding: 18px 20px !important;
    color: #111827 !important;
    border: 0 !important;
    border-bottom: 1px solid #eef0f3 !important;
    background: #ffffff !important;
    font-size: 1.05rem !important;
    font-weight: 920 !important;
}

body.dc-template-configureproduct #order-standard_cart .order-summary .summary-container,
body.dc-template-configureproduct #order-standard_cart .order-summary .card-body {
    padding: 18px 20px 10px !important;
    background: #ffffff !important;
}

body.dc-template-configureproduct #order-standard_cart .order-summary .summary-container .clearfix,
body.dc-template-configureproduct #order-standard_cart .order-summary .card-body .clearfix {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 14px !important;
    color: #475467 !important;
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
}

body.dc-template-configureproduct #order-standard_cart .order-summary .pull-left,
body.dc-template-configureproduct #order-standard_cart .order-summary .pull-right {
    float: none !important;
}

body.dc-template-configureproduct #order-standard_cart .order-summary .pull-right {
    max-width: 54% !important;
    color: #111827 !important;
    text-align: right !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

body.dc-template-configureproduct #order-standard_cart .order-summary .clearfix,
body.dc-template-configureproduct #order-standard_cart .order-summary .summary-totals,
body.dc-template-configureproduct #order-standard_cart .order-summary .recurring-totals {
    margin-top: 12px !important;
    padding-top: 12px !important;
    border-top: 1px solid #eef0f3 !important;
}

body.dc-template-configureproduct #order-standard_cart .order-summary .total-due-today,
body.dc-template-configureproduct #order-standard_cart .order-summary .total,
body.dc-template-configureproduct #order-standard_cart .order-summary .summary-totals .pull-right,
body.dc-template-configureproduct #order-standard_cart .order-summary .total-due-today .amt,
body.dc-template-configureproduct #order-standard_cart .order-summary .total-due-today span:last-child,
body.dc-template-configureproduct #order-standard_cart .order-summary #totalDueToday {
    color: #111827 !important;
    font-size: 1.45rem !important;
    line-height: 1.12 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

body.dc-template-configureproduct #order-standard_cart .order-summary .total-due-today {
    display: block !important;
    margin-top: 14px !important;
    padding-top: 16px !important;
    border-top: 1px solid #eef0f3 !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .order-summary .total-due-today span:first-child,
body.dc-template-configureproduct #order-standard_cart .order-summary .summary-totals .pull-left {
    color: #667085 !important;
    font-size: 0.8rem !important;
    font-weight: 850 !important;
    text-transform: none !important;
}

body.dc-template-configureproduct #order-standard_cart #btnCompleteProductConfig,
body.dc-template-configureproduct #order-standard_cart .dc-config-continue-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    width: 100% !important;
    min-height: 48px !important;
    color: #ffffff !important;
    border: 1px solid #2563eb !important;
    border-radius: 12px !important;
    background: #2563eb !important;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.2) !important;
    font-size: 0.94rem !important;
    font-weight: 900 !important;
}

body.dc-template-configureproduct #order-standard_cart .order-summary > .dc-config-summary-action {
    margin: 14px 0 0 !important;
    padding: 0 20px 20px !important;
}

body.dc-template-configureproduct #order-standard_cart .order-summary > button.dc-config-summary-action,
body.dc-template-configureproduct #order-standard_cart .order-summary > input.dc-config-summary-action {
    width: calc(100% - 40px) !important;
    margin: 14px 20px 20px !important;
    padding: 0 16px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-continue-icon {
    font-size: 0.82rem !important;
    transition: transform 160ms ease !important;
}

body.dc-template-configureproduct #order-standard_cart #btnCompleteProductConfig:hover,
body.dc-template-configureproduct #order-standard_cart .dc-config-continue-button:hover {
    border-color: #1d4ed8 !important;
    background: #1d4ed8 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-continue-button:hover .dc-config-continue-icon {
    transform: translateX(2px);
}

@media (max-width: 1199.98px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        grid-template-columns: 220px minmax(0, 1fr) !important;
    }

    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body,
    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell {
        position: static !important;
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-configureproduct #order-standard_cart > .row,
    body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproduct #order-standard_cart .cart-sidebar,
    body.dc-template-configureproduct #order-standard_cart .cart-body,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body,
    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell {
        grid-column: 1 !important;
    }
}

/* Final checkout polish: compact summary typography and aligned domain filters */
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary * {
    letter-spacing: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body {
    color: #475467 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container .clearfix,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body .clearfix,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container .pull-left,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body .pull-left,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body .pull-right {
    color: #475467 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container strong,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body strong {
    color: #111827 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .recurring-totals,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today {
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top: 1px solid #eef0f3 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals strong,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary #totalDueToday {
    color: #111827 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 850 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today span:first-child,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-left {
    color: #667085 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .multiselect-native-select,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .btn-group,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-safe-search-wrap {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-self: stretch !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .btn-group > .multiselect,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell button.multiselect,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-safe-search-wrap {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 40px !important;
    height: 40px !important;
    margin: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-safe-search-wrap {
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 0 13px !important;
}

@media (max-width: 767.98px) {
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
        grid-template-columns: 1fr !important;
    }
}

/* Final strict override: summary scale, right action, domain control row */
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container .clearfix *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body .clearfix * {
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container strong,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body strong {
    font-size: 12px !important;
    font-weight: 650 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary #totalDueToday,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary #totalDueToday * {
    color: #111827 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today span:first-child,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-left,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-left * {
    color: #667085 !important;
    font-size: 12px !important;
    font-weight: 650 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-original-action-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > .dc-config-continue-proxy,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > .dc-config-summary-action,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > button.dc-config-summary-action,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > input.dc-config-summary-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: calc(100% - 40px) !important;
    margin: 14px 20px 20px !important;
    padding: 0 16px !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-filter-row {
    display: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(150px, 0.78fr) !important;
    align-items: center !important;
    gap: 10px !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-filter-select-1 {
    grid-column: 1 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-filter-select-2 {
    grid-column: 2 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-filter-safe {
    grid-column: 3 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-filter-control,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-filter-control .btn-group,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-filter-control .multiselect,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-filter-control button.multiselect {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-filter-safe {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 13px !important;
}

@media (max-width: 767.98px) {
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-filter-select-1,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-filter-select-2,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-filter-safe {
        grid-column: 1 !important;
    }
}

/* Final configure product layout: no left rail, compact currency, blue summary */
body.dc-template-configureproduct {
    min-height: 100vh !important;
}

body.dc-template-configureproduct #main-body {
    min-height: calc(100vh - 96px) !important;
    padding-bottom: 120px !important;
}

body.dc-template-configureproduct #order-standard_cart {
    padding-bottom: 48px !important;
}

body.dc-template-configureproduct .primary-content,
body.dc-template-configureproduct #order-standard_cart,
body.dc-template-configureproduct #order-standard_cart > .row {
    overflow: visible !important;
}

body.dc-template-configureproduct footer,
body.dc-template-configureproduct .footer,
body.dc-template-configureproduct #footer {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart > .row {
    grid-template-columns: minmax(0, 1fr) 332px !important;
    gap: clamp(32px, 4.5vw, 64px) !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body {
    grid-column: 1 !important;
    min-width: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
    grid-column: 2 !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-sidebar.dc-config-sidebar-hidden,
body.dc-template-configureproduct #order-standard_cart .cart-sidebar.dc-config-sidebar-hidden .dc-config-flat-nav-card {
    display: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-top-tools {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    min-height: 42px !important;
    margin: -6px 0 18px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    border: 1px solid #dbeafe !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.86) !important;
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .card-header,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .panel-heading {
    display: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact select,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .form-control {
    width: 110px !important;
    min-height: 36px !important;
    border-color: #bfdbfe !important;
    border-radius: 10px !important;
    color: #0b1f4d !important;
    background: #ffffff !important;
    font-size: 12px !important;
    font-weight: 750 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary {
    border-color: #dbeafe !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    box-shadow: 0 22px 54px rgba(21, 94, 239, 0.11) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary::before {
    height: 4px !important;
    background: linear-gradient(90deg, #2160e8, #06aed4) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary h2,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-header {
    padding: 22px 22px 16px !important;
    color: #0b1f4d !important;
    font-size: 1.12rem !important;
    font-weight: 850 !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body {
    padding: 14px 22px 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .clearfix,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container .clearfix,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body .clearfix {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 11px 0 !important;
    border-top: 1px solid #e8eef8 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .clearfix:first-child {
    border-top: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-left,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-right {
    color: #475467 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-left,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-right {
    float: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-right {
    color: #0b1f4d !important;
    text-align: right !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .recurring-totals,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today {
    margin-top: 12px !important;
    padding-top: 16px !important;
    border-top: 1px solid #dbeafe !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary #totalDueToday,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary #totalDueToday * {
    color: #2160e8 !important;
    font-size: 1.18rem !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today span:first-child,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-left,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-left * {
    color: #0b1f4d !important;
    font-size: 0.82rem !important;
    font-weight: 800 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > .dc-config-continue-proxy,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > .dc-config-summary-action,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > button.dc-config-summary-action,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > input.dc-config-summary-action {
    width: calc(100% - 44px) !important;
    margin: 18px 22px 22px !important;
    min-height: 46px !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #2160e8, #2563eb) !important;
    box-shadow: 0 14px 28px rgba(21, 94, 239, 0.24) !important;
    font-size: 14px !important;
    font-weight: 850 !important;
}

@media (max-width: 1199.98px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        position: static !important;
        grid-column: 1 !important;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-configureproduct #main-body {
        padding-top: 30px !important;
        padding-bottom: 92px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-top-tools {
        justify-content: flex-start !important;
        margin-top: 0 !important;
    }
}

/* Configure page reset after currency/sidebar cleanup */
body.dc-template-configureproduct #main-body {
    min-height: calc(100vh - 70px) !important;
    padding-top: 46px !important;
    padding-bottom: 180px !important;
}

body.dc-template-configureproduct #order-standard_cart {
    min-height: 760px !important;
    padding-bottom: 110px !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body {
    position: relative !important;
    padding-top: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body .header-lined {
    max-width: calc(100% - 150px) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-top-tools {
    position: absolute !important;
    top: 2px !important;
    right: 0 !important;
    z-index: 5 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    min-height: 0 !important;
    margin: 0 !important;
    pointer-events: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact {
    pointer-events: auto !important;
    box-shadow: 0 10px 26px rgba(16, 24, 40, 0.08) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact select,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .form-control {
    width: 104px !important;
}

@media (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 332px !important;
        gap: clamp(36px, 4vw, 58px) !important;
        align-items: start !important;
    }

    body.dc-template-configureproduct #order-standard_cart .cart-body {
        grid-column: 1 !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        position: sticky !important;
        top: 24px !important;
        grid-column: 2 !important;
        align-self: start !important;
    }
}

@media (max-width: 991.98px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        position: static !important;
        grid-column: 1 !important;
    }
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary {
    color: #f8fafc !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #111827 0%, #1f2937 100%) !important;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.22) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary::before {
    display: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary h2,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-header {
    padding: 22px 24px 16px !important;
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: transparent !important;
    font-size: 1.35rem !important;
    font-weight: 650 !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body {
    padding: 14px 24px 0 !important;
    background: transparent !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .clearfix,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container .clearfix,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body .clearfix {
    padding: 12px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-left,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-right {
    color: #d1d5db !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-right {
    color: #ffffff !important;
    text-align: right !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .recurring-totals,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today {
    margin-top: 10px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary #totalDueToday,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary #totalDueToday * {
    color: #ffffff !important;
    font-size: 1.6rem !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today span:first-child,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-left,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-left * {
    color: #d1d5db !important;
    font-size: 12px !important;
    font-weight: 650 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > .dc-config-continue-proxy,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > .dc-config-summary-action,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > button.dc-config-summary-action,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > input.dc-config-summary-action {
    width: calc(100% - 48px) !important;
    margin: 18px 24px 24px !important;
    min-height: 54px !important;
    color: #0b1f4d !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #dbeafe !important;
    box-shadow: none !important;
    font-size: 1rem !important;
    font-weight: 850 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-continue-icon {
    color: #0b1f4d !important;
}

@media (max-width: 767.98px) {
    body.dc-template-configureproduct #order-standard_cart .cart-body .header-lined {
        max-width: none !important;
        padding-top: 56px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-top-tools {
        top: 0 !important;
        right: auto !important;
        left: 0 !important;
    }
}

/* Domain selector recovery: keep WHMCS TLD/length controls visible */
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-filter-row,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-filter-row.dc-domain-native-row-hidden {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 860px !important;
    margin: 12px auto 0 !important;
    overflow: visible !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-search-row.dc-domain-native-row-hidden {
    display: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
    max-width: 860px !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell:empty {
    display: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .multiselect-native-select,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .btn-group,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-filter-row > [class*="col-"] {
    flex: 1 1 180px !important;
    width: auto !important;
    min-width: 180px !important;
    max-width: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-safe-search-wrap {
    flex: 0 0 auto !important;
    min-width: 150px !important;
}

@media (max-width: 767.98px) {
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-filter-row {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .multiselect-native-select,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .btn-group,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-safe-search-wrap,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced.dc-domain-advanced-ready > .dc-domain-filter-row > [class*="col-"] {
        flex: 1 1 auto !important;
        width: 100% !important;
        min-width: 0 !important;
    }
}

/* Production lock: configure checkout + domain filters */
body.dc-template-configureproduct {
    background: #f8fbff !important;
}

body.dc-template-configureproduct #main-body {
    min-height: calc(100vh + 360px) !important;
    padding: 54px 0 220px !important;
    border-bottom: 0 !important;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 42%) !important;
}

body.dc-template-configureproduct #main-body > .container {
    max-width: 1320px !important;
    padding-right: clamp(30px, 4.8vw, 72px) !important;
    padding-left: clamp(30px, 4.8vw, 72px) !important;
}

body.dc-template-configureproduct #order-standard_cart {
    min-height: 920px !important;
    padding-bottom: 180px !important;
}

body.dc-template-configureproduct footer.footer,
body.dc-template-configureproduct #footer {
    clear: both !important;
    position: relative !important;
    z-index: 0 !important;
    margin-top: 0 !important;
}

@media (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 332px !important;
        gap: clamp(38px, 4.4vw, 64px) !important;
        align-items: start !important;
    }

    body.dc-template-configureproduct #order-standard_cart .cart-body {
        grid-column: 1 !important;
        min-width: 0 !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        position: sticky !important;
        top: 26px !important;
        grid-column: 2 !important;
        align-self: start !important;
    }
}

body.dc-template-configureproduct #order-standard_cart .cart-sidebar.dc-config-sidebar-hidden {
    display: none !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body {
    position: relative !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body .header-lined {
    max-width: calc(100% - 132px) !important;
    margin-bottom: 24px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-top-tools {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 6 !important;
    display: block !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    pointer-events: auto !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .card-header,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .panel-heading,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .card-title,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .panel-title {
    display: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .card-body,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .panel-body,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .list-group {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact select,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .form-control {
    width: 104px !important;
    min-height: 38px !important;
    padding: 0 34px 0 12px !important;
    color: #0b1f4d !important;
    border: 1px solid #dbeafe !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 22px rgba(16, 24, 40, 0.06) !important;
    font-size: 12px !important;
    font-weight: 750 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary {
    overflow: hidden !important;
    color: #101828 !important;
    border: 1px solid #e4eaf1 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary::before {
    display: block !important;
    height: 3px !important;
    background: linear-gradient(90deg, #2160e8, #06aed4) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary h2,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-header {
    margin: 0 !important;
    padding: 18px 22px !important;
    color: #101828 !important;
    border: 0 !important;
    border-bottom: 1px solid #eef2f7 !important;
    background: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 850 !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body {
    padding: 14px 22px 0 !important;
    background: #ffffff !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .clearfix,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container .clearfix,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body .clearfix {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    border-top: 1px solid #eef2f7 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .clearfix:first-child {
    border-top: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-left,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-right {
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-left,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-right {
    float: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-right {
    color: #101828 !important;
    text-align: right !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .recurring-totals,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today {
    margin-top: 12px !important;
    padding-top: 14px !important;
    border-top: 1px solid #dbeafe !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-left,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-left *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today span:not(.amt) {
    color: #667085 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total {
    color: #101828 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today .amt,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary #totalDueToday {
    display: block !important;
    margin-top: 4px !important;
    color: #2160e8 !important;
    font-size: 1.45rem !important;
    line-height: 1.15 !important;
    font-weight: 950 !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > .dc-config-continue-proxy,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > .dc-config-summary-action,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > button.dc-config-summary-action,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > input.dc-config-summary-action {
    width: calc(100% - 44px) !important;
    min-height: 48px !important;
    margin: 18px 22px 22px !important;
    color: #ffffff !important;
    border: 1px solid #2160e8 !important;
    border-radius: 10px !important;
    background: #2160e8 !important;
    box-shadow: 0 12px 26px rgba(21, 94, 239, 0.2) !important;
    font-size: 14px !important;
    font-weight: 850 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-continue-icon {
    color: #ffffff !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 168px !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 860px !important;
    margin: 12px auto 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell:empty {
    display: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-select-1 {
    grid-column: 1 !important;
    order: 1 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-select-2 {
    grid-column: 2 !important;
    order: 2 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-safe {
    grid-column: 3 !important;
    order: 3 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .multiselect-native-select,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .btn-group,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-safe-search-wrap {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .btn-group > .multiselect,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell button.multiselect,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-safe-search-wrap {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 40px !important;
    height: 40px !important;
    margin: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-safe-search-wrap {
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 0 13px !important;
}

@media (max-width: 767.98px) {
    body.dc-template-configureproduct #main-body > .container {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .cart-body .header-lined {
        max-width: none !important;
        padding-top: 54px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-top-tools {
        right: auto !important;
        left: 0 !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-select-1,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-select-2,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-safe {
        grid-column: 1 !important;
    }
}

/* Final checkout readability and responsive polish */
body.dc-template-configureproduct,
body.dc-template-configureproduct #order-standard_cart {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.dc-template-configureproduct #main-body {
    min-height: auto !important;
    padding-top: 34px !important;
    padding-bottom: 150px !important;
}

body.dc-template-configureproduct #order-standard_cart {
    min-height: 780px !important;
    padding-bottom: 120px !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body .header-lined {
    margin-bottom: 16px !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body .header-lined h1 {
    font-size: clamp(2rem, 3.2vw, 2.55rem) !important;
    line-height: 1.08 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-card,
body.dc-template-configureproduct #order-standard_cart .product-info {
    margin-bottom: 18px !important;
    padding: 18px 20px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-title {
    font-size: 1.08rem !important;
    font-weight: 760 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-spec-summary {
    color: #667085 !important;
    font-size: 0.86rem !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section > label,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section > .field-label,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section > .control-label {
    display: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-section-title {
    margin-bottom: 12px !important;
    font-size: 1rem !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
    gap: 12px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card {
    min-height: 104px !important;
    padding: 16px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body * {
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today {
    display: block !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today > span:first-child,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today > div:first-child,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today .pull-left {
    display: block !important;
    color: #667085 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today > span:last-child,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today > div:last-child,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today .amt,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary #totalDueToday {
    display: block !important;
    margin-top: 5px !important;
    color: #2160e8 !important;
    font-size: clamp(1.8rem, 3vw, 2.25rem) !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .recurring-totals .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .recurring-totals .pull-right * {
    color: #101828 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

@media (max-width: 767.98px) {
    body.dc-template-configureproduct #main-body {
        padding-top: 24px !important;
        padding-bottom: 110px !important;
    }

    body.dc-template-configureproduct #order-standard_cart {
        min-height: 0 !important;
        padding-bottom: 70px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .cart-body .header-lined {
        padding-top: 50px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today > span:last-child,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today > div:last-child,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today .pull-right,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today .amt,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary #totalDueToday {
        font-size: 1.75rem !important;
    }
}

/* Final production checkout lock */
body.dc-template-configureproduct {
    overflow-x: hidden !important;
    color: #101828 !important;
    background: #f7fbff !important;
}

body.dc-template-configureproduct #main-body {
    min-height: auto !important;
    padding-top: 36px !important;
    padding-bottom: 96px !important;
    border-bottom: 0 !important;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 52%) !important;
}

body.dc-template-configureproduct #main-body > .container {
    width: 100% !important;
    max-width: 1210px !important;
    padding-right: clamp(18px, 3vw, 34px) !important;
    padding-left: clamp(18px, 3vw, 34px) !important;
}

body.dc-template-configureproduct #order-standard_cart {
    min-height: auto !important;
    padding-bottom: 72px !important;
    color: #101828 !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.dc-template-configureproduct footer.footer,
body.dc-template-configureproduct #footer {
    position: relative !important;
    clear: both !important;
    margin-top: 0 !important;
    z-index: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart > .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-sidebar.dc-config-sidebar-hidden {
    display: none !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body,
body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
    float: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 332px !important;
        gap: clamp(28px, 3.5vw, 48px) !important;
        align-items: start !important;
    }

    body.dc-template-configureproduct #order-standard_cart .cart-body {
        grid-column: 1 !important;
        width: 100% !important;
        max-width: none !important;
        flex: none !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        position: sticky !important;
        top: 24px !important;
        grid-column: 2 !important;
        width: 100% !important;
        max-width: 332px !important;
        flex: none !important;
        align-self: start !important;
    }
}

body.dc-template-configureproduct #order-standard_cart .cart-body {
    position: relative !important;
    min-width: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body .header-lined {
    max-width: calc(100% - 122px) !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    border: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body .header-lined h1 {
    margin: 0 0 16px !important;
    color: #101828 !important;
    font-size: clamp(2.15rem, 3.4vw, 2.75rem) !important;
    line-height: 1.05 !important;
    font-weight: 820 !important;
    letter-spacing: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body .header-lined p,
body.dc-template-configureproduct #order-standard_cart .cart-body .header-lined .lead {
    margin: 0 !important;
    color: #475467 !important;
    font-size: 0.95rem !important;
    line-height: 1.55 !important;
    font-weight: 450 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-top-tools {
    position: absolute !important;
    top: 2px !important;
    right: 0 !important;
    z-index: 8 !important;
    display: block !important;
    width: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    pointer-events: auto !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .card-header,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .panel-heading,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .card-title,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .panel-title,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact h3,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact h4 {
    display: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .card-body,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .panel-body,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .list-group,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact form {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact select,
body.dc-template-configureproduct #order-standard_cart .dc-config-currency-compact .form-control {
    width: 96px !important;
    min-height: 38px !important;
    padding: 0 30px 0 12px !important;
    color: #0b1f4d !important;
    border: 1px solid #dbeafe !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    box-shadow: 0 8px 22px rgba(16, 24, 40, 0.06) !important;
    font-size: 12px !important;
    font-weight: 760 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-card,
body.dc-template-configureproduct #order-standard_cart .product-info {
    overflow: hidden !important;
    max-height: 116px !important;
    margin: 0 0 18px !important;
    padding: 18px 20px !important;
    color: #101828 !important;
    border: 1px solid #e4eaf1 !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.86) !important;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.05) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-head {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-title,
body.dc-template-configureproduct #order-standard_cart .product-info .product-title,
body.dc-template-configureproduct #order-standard_cart .product-info h3,
body.dc-template-configureproduct #order-standard_cart .product-info h4 {
    margin: 0 !important;
    color: #101828 !important;
    font-size: 1.08rem !important;
    line-height: 1.3 !important;
    font-weight: 780 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-badge {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 22px !important;
    padding: 0 9px !important;
    color: #2160e8 !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 999px !important;
    background: #eff6ff !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 720 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-spec-summary,
body.dc-template-configureproduct #order-standard_cart .product-info,
body.dc-template-configureproduct #order-standard_cart .product-info li,
body.dc-template-configureproduct #order-standard_cart .product-info p,
body.dc-template-configureproduct #order-standard_cart .product-info div:not(.dc-config-product-title):not(.dc-config-product-head) {
    color: #667085 !important;
    font-size: 0.84rem !important;
    line-height: 1.52 !important;
    font-weight: 450 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-card-protected ul,
body.dc-template-configureproduct #order-standard_cart .dc-config-product-card-protected ol,
body.dc-template-configureproduct #order-standard_cart .product-info .dc-config-original-features {
    max-height: 44px !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section {
    margin: 0 0 18px !important;
    padding: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-native-billing-label-hidden,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section > label,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section > .field-label,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section > .control-label {
    display: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-section-title {
    margin: 0 0 12px !important;
    color: #101828 !important;
    font-size: 1.02rem !important;
    line-height: 1.3 !important;
    font-weight: 760 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card {
    min-height: 108px !important;
    padding: 16px !important;
    border: 1px solid #e4eaf1 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card.is-selected {
    border-color: #2160e8 !important;
    background: #eff6ff !important;
    box-shadow: 0 10px 26px rgba(21, 94, 239, 0.09) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary {
    overflow: hidden !important;
    color: #101828 !important;
    border: 1px solid #e4eaf1 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.09) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary::before {
    display: block !important;
    height: 3px !important;
    background: linear-gradient(90deg, #2160e8, #06aed4) !important;
    content: "" !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary h2,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-header {
    margin: 0 !important;
    padding: 18px 20px !important;
    color: #101828 !important;
    border: 0 !important;
    border-bottom: 1px solid #eef2f7 !important;
    background: #ffffff !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
    font-weight: 820 !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body {
    padding: 14px 20px 0 !important;
    background: #ffffff !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .clearfix,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container .clearfix,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body .clearfix {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 9px 0 !important;
    border-top: 1px solid #eef2f7 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .clearfix:first-child {
    border-top: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-left,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-right {
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-left,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-right {
    float: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .recurring-totals .pull-right {
    color: #101828 !important;
    font-size: 12px !important;
    font-weight: 720 !important;
    text-align: right !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row {
    display: block !important;
    margin-top: 10px !important;
    padding-top: 14px !important;
    border-top: 1px solid #dbeafe !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-label {
    display: block !important;
    margin-bottom: 4px !important;
    color: #344054 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 760 !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount * {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    color: #2160e8 !important;
    font-size: clamp(1.85rem, 3vw, 2.35rem) !important;
    line-height: 1.04 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > .dc-config-continue-proxy,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > .dc-config-summary-action,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > button.dc-config-summary-action,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary > input.dc-config-summary-action {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: calc(100% - 40px) !important;
    min-height: 48px !important;
    margin: 18px 20px 20px !important;
    color: #ffffff !important;
    border: 1px solid #2160e8 !important;
    border-radius: 10px !important;
    background: #2160e8 !important;
    box-shadow: 0 12px 26px rgba(21, 94, 239, 0.2) !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    text-align: center !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-continue-icon {
    color: #ffffff !important;
    font-size: 13px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-help-notice {
    margin-top: 16px !important;
    border-radius: 12px !important;
}

@media (max-width: 991.98px) {
    body.dc-template-configureproduct #main-body {
        padding-top: 28px !important;
        padding-bottom: 78px !important;
    }

    body.dc-template-configureproduct #order-standard_cart > .row {
        display: block !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        position: static !important;
        width: 100% !important;
        max-width: none !important;
        margin-top: 24px !important;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-configureproduct #main-body > .container {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .cart-body .header-lined {
        max-width: none !important;
        padding-top: 50px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-top-tools {
        right: auto !important;
        left: 0 !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-product-card,
    body.dc-template-configureproduct #order-standard_cart .product-info {
        max-height: none !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount * {
        font-size: 1.85rem !important;
    }
}

/* Final domain search controls alignment */
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced {
    overflow: visible !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 120px !important;
    gap: 12px !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 860px !important;
    margin: 0 auto !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell #message,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell #registersld {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    height: 46px !important;
    resize: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell #btnCheckAvailability,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell #btnDomainSearch {
    width: 120px !important;
    min-width: 120px !important;
    min-height: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    align-self: stretch !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 176px !important;
    gap: 10px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 860px !important;
    margin: 12px auto 0 !important;
    overflow: visible !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell:empty {
    display: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-select-1 {
    grid-column: 1 !important;
    order: 1 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-select-2 {
    grid-column: 2 !important;
    order: 2 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-safe {
    grid-column: 3 !important;
    order: 3 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .multiselect-native-select,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .btn-group,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-safe-search-wrap {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .btn-group > .multiselect,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell button.multiselect,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-safe-search-wrap {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 40px !important;
    height: 40px !important;
    border-radius: 8px !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-safe-search-wrap {
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 0 12px !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-safe-search-input {
    position: static !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
    opacity: 1 !important;
}

@media (max-width: 767.98px) {
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell #btnCheckAvailability,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell #btnDomainSearch {
        width: 100% !important;
        min-width: 0 !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-select-1,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-select-2,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-safe {
        grid-column: 1 !important;
    }
}

/* Final VPS/configurable-options polish */
body.dc-template-configureproduct {
    scroll-behavior: smooth !important;
}

body.dc-template-configureproduct #main-body {
    min-height: calc(100vh - 72px) !important;
    padding-top: 42px !important;
    padding-bottom: 150px !important;
}

body.dc-template-configureproduct #order-standard_cart {
    padding-bottom: 96px !important;
}

body.dc-template-configureproduct #order-standard_cart > .row {
    align-items: start !important;
}

@media (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        grid-template-columns: minmax(0, 1fr) 340px !important;
        gap: clamp(34px, 4vw, 56px) !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        max-width: 340px !important;
    }
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-card,
body.dc-template-configureproduct #order-standard_cart .product-info {
    max-height: none !important;
    margin-bottom: 20px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-card-clean {
    min-height: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-spec-summary {
    max-width: 820px !important;
    color: #667085 !important;
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
    font-weight: 460 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-native-holder {
    position: relative !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-native-select,
body.dc-template-configureproduct #order-standard_cart select[name="billingcycle"].dc-config-native-select,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-native-holder > select[name="billingcycle"],
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-native-holder > .bootstrap-select,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-native-holder > .select2-container {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section {
    margin-bottom: 24px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
    margin-bottom: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-heading,
body.dc-template-configureproduct #order-standard_cart .cart-body .sub-heading,
body.dc-template-configureproduct #order-standard_cart .cart-body .section-heading {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 26px 0 12px !important;
    padding: 0 !important;
    color: #101828 !important;
    border: 0 !important;
    background: transparent !important;
    font-size: 1.02rem !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-heading::before,
body.dc-template-configureproduct #order-standard_cart .cart-body .sub-heading::before,
body.dc-template-configureproduct #order-standard_cart .cart-body .section-heading::before {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #2160e8 !important;
    box-shadow: 0 0 0 4px #dbeafe !important;
    content: "" !important;
    flex: 0 0 auto !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-heading span,
body.dc-template-configureproduct #order-standard_cart .cart-body .sub-heading span,
body.dc-template-configureproduct #order-standard_cart .cart-body .section-heading span {
    color: inherit !important;
    background: transparent !important;
    font: inherit !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options,
body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions,
body.dc-template-configureproduct #order-standard_cart .cart-body .configurable-options {
    margin: 0 0 20px !important;
    padding: 20px !important;
    border: 1px solid #e4eaf1 !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.05) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .row,
body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card .row,
body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions .row,
body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card [class*="col-"],
body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions [class*="col-"],
body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    flex: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-group,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .form-group {
    margin: 0 0 16px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .form-group:last-child,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .row:last-child .form-group {
    margin-bottom: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card label,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-group label,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .control-label {
    display: block !important;
    margin: 0 0 7px !important;
    color: #344054 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 760 !important;
    letter-spacing: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .required,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .field-required,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card label .required {
    color: #e5484d !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-input,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card input.form-control,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card select.form-control,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card textarea.form-control {
    width: 100% !important;
    min-height: 46px !important;
    color: #101828 !important;
    border: 1px solid #d0d7e2 !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04) !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card textarea.form-control {
    min-height: 96px !important;
    resize: vertical !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-input:focus,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card input.form-control:focus,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card select.form-control:focus,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card textarea.form-control:focus {
    border-color: #2160e8 !important;
    box-shadow: 0 0 0 4px rgba(21, 94, 239, 0.12) !important;
    outline: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card select.form-control,
body.dc-template-configureproduct #order-standard_cart .dc-config-input select {
    cursor: pointer !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .bootstrap-select,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .btn-group.bootstrap-select {
    width: 100% !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .bootstrap-select > .dropdown-toggle,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .btn-group > .btn,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .select2-container .select2-selection--single {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 46px !important;
    color: #101828 !important;
    border: 1px solid #d0d7e2 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04) !important;
    font-size: 14px !important;
    font-weight: 560 !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .help-block,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .field-help-text,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .small,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card small {
    margin-top: 6px !important;
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 450 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-help-notice,
body.dc-template-configureproduct #order-standard_cart .alert.dc-config-help-notice {
    margin: 22px 0 0 !important;
    padding: 13px 16px !important;
    color: #0b1f4d !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 12px !important;
    background: #eff6ff !important;
    box-shadow: none !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-help-notice a {
    color: #2160e8 !important;
    font-weight: 760 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary {
    max-height: none !important;
    overflow: visible !important;
    scrollbar-width: auto !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body * {
    font-size: 11.5px !important;
    font-weight: 500 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .recurring-totals .pull-right {
    font-size: 11.5px !important;
    font-weight: 700 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today .amt,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary #totalDueToday {
    color: #2160e8 !important;
    font-size: clamp(1.75rem, 2.7vw, 2.15rem) !important;
    font-weight: 950 !important;
}

@media (max-width: 991.98px) {
    body.dc-template-configureproduct #main-body {
        padding-top: 28px !important;
        padding-bottom: 96px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary {
        max-height: none !important;
        overflow: visible !important;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .row,
    body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card .row,
    body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions .row,
    body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options .row {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
    body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card,
    body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options,
    body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions,
    body.dc-template-configureproduct #order-standard_cart .cart-body .configurable-options {
        padding: 16px !important;
    }
}

/* Final column and total-row correction */
body.dc-template-configureproduct #order-standard_cart > .row {
    width: 100% !important;
    max-width: 1120px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body,
body.dc-template-configureproduct #order-standard_cart .cart-body[class*="col-"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: 1 1 auto !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-card,
body.dc-template-configureproduct #order-standard_cart .product-info,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .dc-config-help-notice {
    width: 100% !important;
    max-width: none !important;
}

@media (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: grid !important;
        grid-template-columns: minmax(610px, 1fr) 340px !important;
        gap: clamp(34px, 4vw, 56px) !important;
    }

    body.dc-template-configureproduct #order-standard_cart .cart-body,
    body.dc-template-configureproduct #order-standard_cart .cart-body[class*="col-"] {
        grid-column: 1 !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        grid-column: 2 !important;
        width: 100% !important;
        max-width: 340px !important;
    }
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
    grid-template-columns: repeat(3, minmax(150px, 1fr)) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card {
    min-width: 0 !important;
    min-height: 112px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-name,
body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-price {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row {
    display: block !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row > *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row span,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row div {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-label,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row span:not(.dc-config-total-amount):not(.amt),
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row div:not(.dc-config-total-amount) {
    margin: 0 0 5px !important;
    color: #344054 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 760 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
    margin: 0 !important;
    color: #2160e8 !important;
    font-size: clamp(1.9rem, 3vw, 2.35rem) !important;
    line-height: 1.04 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
}

@media (max-width: 767.98px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: block !important;
        max-width: none !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
        grid-template-columns: 1fr !important;
    }
}

/* DC true final authority */
body.dc-template-configureproduct,
body.dc-template-configureproductdomain {
    background: #f7fbff !important;
}

body.dc-template-configureproduct #main-body,
body.dc-template-configureproductdomain #main-body {
    min-height: calc(100vh - 150px) !important;
    padding-bottom: 96px !important;
}

body.dc-template-configureproduct #footer,
body.dc-template-configureproductdomain #footer,
body.dc-template-configureproduct footer,
body.dc-template-configureproductdomain footer {
    position: static !important;
    margin-top: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart,
body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide {
    overflow: visible !important;
}

body.dc-template-configureproduct #order-standard_cart > .row {
    width: 100% !important;
    max-width: 1240px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow {
    gap: 16px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-heading,
body.dc-template-configureproduct #order-standard_cart .cart-body .sub-heading,
body.dc-template-configureproduct #order-standard_cart .cart-body .section-heading {
    display: block !important;
    margin: 8px 0 -4px !important;
    padding: 0 2px !important;
    color: #101828 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 1.02rem !important;
    line-height: 1.35 !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-heading::before,
body.dc-template-configureproduct #order-standard_cart .cart-body .sub-heading::before,
body.dc-template-configureproduct #order-standard_cart .cart-body .section-heading::before {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    content: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-card,
body.dc-template-configureproduct #order-standard_cart .product-info,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .product-configurable-options,
body.dc-template-configureproduct #order-standard_cart #productConfigurableOptions,
body.dc-template-configureproduct #order-standard_cart .configurable-options,
body.dc-template-configureproduct #order-standard_cart .dc-config-addons-section,
body.dc-template-configureproduct #order-standard_cart .dc-config-help-notice {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options,
body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions,
body.dc-template-configureproduct #order-standard_cart .cart-body .configurable-options {
    margin: 0 0 18px !important;
    padding: 20px !important;
    border: 1px solid #e4eaf1 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.052) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .row,
body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card .row,
body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions .row,
body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card [class*="col-"],
body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions [class*="col-"],
body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options [class*="col-"] {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    flex: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section {
    margin: 0 !important;
    padding: 24px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card {
    min-height: 116px !important;
    overflow: hidden !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-name,
body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-price {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary {
    border-top: 3px solid #2160e8 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body * {
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .recurring-totals .pull-right {
    color: #101828 !important;
    font-size: 12px !important;
    font-weight: 740 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row {
    clear: both !important;
    display: block !important;
    margin-top: 12px !important;
    padding-top: 16px !important;
    border-top: 1px solid #dbeafe !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-label {
    display: block !important;
    margin: 0 0 6px !important;
    color: #344054 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 780 !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
    display: block !important;
    width: 100% !important;
    color: #2160e8 !important;
    font-size: clamp(1.75rem, 2.2vw, 2.08rem) !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active .dc-domain-search-shell {
    border: 1px solid #bfdbfe !important;
    border-radius: 16px !important;
    background: #f8fbff !important;
    box-shadow: 0 12px 30px rgba(21, 94, 239, 0.08) !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: center !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-control,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-safe {
    min-height: 44px !important;
    margin: 0 !important;
}

@media (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 360px !important;
        gap: clamp(34px, 4vw, 56px) !important;
        align-items: start !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-cart-body-wide,
    body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide {
        grid-column: 1 !important;
        min-width: 0 !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        position: sticky !important;
        top: 24px !important;
        grid-column: 2 !important;
        align-self: start !important;
        justify-self: end !important;
        width: 360px !important;
        max-width: 360px !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        grid-template-columns: minmax(0, 1fr) 340px !important;
        gap: 30px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        width: 340px !important;
        max-width: 340px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount *,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
        font-size: 1.78rem !important;
    }
}

@media (max-width: 991.98px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: block !important;
        max-width: none !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        position: static !important;
        width: 100% !important;
        max-width: none !important;
        margin-top: 26px !important;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-configureproduct #main-body,
    body.dc-template-configureproductdomain #main-body {
        padding-bottom: 72px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .row,
    body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card .row,
    body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions .row,
    body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options .row,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section,
    body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
    body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card,
    body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options,
    body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions,
    body.dc-template-configureproduct #order-standard_cart .cart-body .configurable-options {
        padding: 18px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount *,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
        font-size: 1.9rem !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }
}

/* DC final EOF authority: checkout layout, forms, summary, domain search */
body.dc-template-configureproduct,
body.dc-template-configureproductdomain {
    background: #f7fbff !important;
}

body.dc-template-configureproduct #main-body,
body.dc-template-configureproductdomain #main-body {
    min-height: calc(100vh - 150px) !important;
    padding-bottom: 96px !important;
}

body.dc-template-configureproduct #footer,
body.dc-template-configureproductdomain #footer,
body.dc-template-configureproduct footer,
body.dc-template-configureproductdomain footer {
    position: static !important;
    margin-top: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart,
body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide {
    overflow: visible !important;
}

body.dc-template-configureproduct #order-standard_cart > .row {
    width: 100% !important;
    max-width: 1240px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow {
    gap: 16px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-heading,
body.dc-template-configureproduct #order-standard_cart .cart-body .sub-heading,
body.dc-template-configureproduct #order-standard_cart .cart-body .section-heading {
    display: block !important;
    margin: 8px 0 -4px !important;
    padding: 0 2px !important;
    color: #101828 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 1.02rem !important;
    line-height: 1.35 !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-heading::before,
body.dc-template-configureproduct #order-standard_cart .cart-body .sub-heading::before,
body.dc-template-configureproduct #order-standard_cart .cart-body .section-heading::before {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    content: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-card,
body.dc-template-configureproduct #order-standard_cart .product-info,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .product-configurable-options,
body.dc-template-configureproduct #order-standard_cart #productConfigurableOptions,
body.dc-template-configureproduct #order-standard_cart .configurable-options,
body.dc-template-configureproduct #order-standard_cart .dc-config-addons-section,
body.dc-template-configureproduct #order-standard_cart .dc-config-help-notice {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options,
body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions,
body.dc-template-configureproduct #order-standard_cart .cart-body .configurable-options {
    margin: 0 0 18px !important;
    padding: 20px !important;
    border: 1px solid #e4eaf1 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.052) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .row,
body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card .row,
body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions .row,
body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card [class*="col-"],
body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions [class*="col-"],
body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options [class*="col-"] {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    flex: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section {
    margin: 0 !important;
    padding: 24px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card {
    min-height: 116px !important;
    overflow: hidden !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-name,
body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-price {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary {
    border-top: 3px solid #2160e8 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body * {
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .recurring-totals .pull-right {
    color: #101828 !important;
    font-size: 12px !important;
    font-weight: 740 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row {
    clear: both !important;
    display: block !important;
    margin-top: 12px !important;
    padding-top: 16px !important;
    border-top: 1px solid #dbeafe !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-label {
    display: block !important;
    margin: 0 0 6px !important;
    color: #344054 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 780 !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
    display: block !important;
    width: 100% !important;
    color: #2160e8 !important;
    font-size: clamp(1.75rem, 2.2vw, 2.08rem) !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active .dc-domain-search-shell {
    border: 1px solid #bfdbfe !important;
    border-radius: 16px !important;
    background: #f8fbff !important;
    box-shadow: 0 12px 30px rgba(21, 94, 239, 0.08) !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: center !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-control,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-safe {
    min-height: 44px !important;
    margin: 0 !important;
}

@media (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 360px !important;
        gap: clamp(34px, 4vw, 56px) !important;
        align-items: start !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-cart-body-wide,
    body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide {
        grid-column: 1 !important;
        min-width: 0 !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        position: sticky !important;
        top: 24px !important;
        grid-column: 2 !important;
        align-self: start !important;
        justify-self: end !important;
        width: 360px !important;
        max-width: 360px !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        grid-template-columns: minmax(0, 1fr) 340px !important;
        gap: 30px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        width: 340px !important;
        max-width: 340px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount *,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
        font-size: 1.78rem !important;
    }
}

@media (max-width: 991.98px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: block !important;
        max-width: none !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        position: static !important;
        width: 100% !important;
        max-width: none !important;
        margin-top: 26px !important;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-configureproduct #main-body,
    body.dc-template-configureproductdomain #main-body {
        padding-bottom: 72px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .row,
    body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card .row,
    body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions .row,
    body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options .row,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section,
    body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
    body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card,
    body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options,
    body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions,
    body.dc-template-configureproduct #order-standard_cart .cart-body .configurable-options {
        padding: 18px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount *,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
        font-size: 1.9rem !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }
}

/* Production final polish: configure forms, pricing cards, summary, footer */
body.dc-template-configureproduct,
body.dc-template-configureproductdomain {
    background: #f7fbff !important;
}

body.dc-template-configureproduct #main-body,
body.dc-template-configureproductdomain #main-body {
    min-height: calc(100vh - 150px) !important;
    padding-bottom: 96px !important;
}

body.dc-template-configureproduct #footer,
body.dc-template-configureproductdomain #footer,
body.dc-template-configureproduct footer,
body.dc-template-configureproductdomain footer {
    position: static !important;
    margin-top: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart {
    overflow: visible !important;
}

body.dc-template-configureproduct #order-standard_cart > .row {
    width: 100% !important;
    max-width: 1240px !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide {
    overflow: visible !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow {
    gap: 16px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-heading,
body.dc-template-configureproduct #order-standard_cart .cart-body .sub-heading,
body.dc-template-configureproduct #order-standard_cart .cart-body .section-heading {
    display: block !important;
    margin: 8px 0 -4px !important;
    padding: 0 2px !important;
    color: #101828 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 1.02rem !important;
    line-height: 1.35 !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-heading::before,
body.dc-template-configureproduct #order-standard_cart .cart-body .sub-heading::before,
body.dc-template-configureproduct #order-standard_cart .cart-body .section-heading::before {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    content: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-card,
body.dc-template-configureproduct #order-standard_cart .product-info,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .product-configurable-options,
body.dc-template-configureproduct #order-standard_cart #productConfigurableOptions,
body.dc-template-configureproduct #order-standard_cart .configurable-options,
body.dc-template-configureproduct #order-standard_cart .dc-config-addons-section,
body.dc-template-configureproduct #order-standard_cart .dc-config-help-notice {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options,
body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions,
body.dc-template-configureproduct #order-standard_cart .cart-body .configurable-options {
    margin: 0 0 18px !important;
    padding: 20px !important;
    border: 1px solid #e4eaf1 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.052) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .row,
body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card .row,
body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions .row,
body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card [class*="col-"],
body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions [class*="col-"],
body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options [class*="col-"] {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    flex: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section {
    margin: 0 !important;
    padding: 24px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card {
    min-height: 116px !important;
    overflow: hidden !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-name,
body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-price {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary {
    border-top: 3px solid #2160e8 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body * {
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .recurring-totals .pull-right {
    color: #101828 !important;
    font-size: 12px !important;
    font-weight: 740 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row {
    clear: both !important;
    display: block !important;
    margin-top: 12px !important;
    padding-top: 16px !important;
    border-top: 1px solid #dbeafe !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-label {
    display: block !important;
    margin: 0 0 6px !important;
    color: #344054 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 780 !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
    display: block !important;
    width: 100% !important;
    color: #2160e8 !important;
    font-size: clamp(1.75rem, 2.2vw, 2.08rem) !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active .dc-domain-search-shell {
    border: 1px solid #bfdbfe !important;
    border-radius: 16px !important;
    background: #f8fbff !important;
    box-shadow: 0 12px 30px rgba(21, 94, 239, 0.08) !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: center !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-control,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-safe {
    min-height: 44px !important;
    margin: 0 !important;
}

@media (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 360px !important;
        gap: clamp(34px, 4vw, 56px) !important;
        align-items: start !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-cart-body-wide,
    body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide {
        grid-column: 1 !important;
        min-width: 0 !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        position: sticky !important;
        top: 24px !important;
        grid-column: 2 !important;
        align-self: start !important;
        justify-self: end !important;
        width: 360px !important;
        max-width: 360px !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        grid-template-columns: minmax(0, 1fr) 340px !important;
        gap: 30px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        width: 340px !important;
        max-width: 340px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount *,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
        font-size: 1.78rem !important;
    }
}

@media (max-width: 991.98px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: block !important;
        max-width: none !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        position: static !important;
        width: 100% !important;
        max-width: none !important;
        margin-top: 26px !important;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-configureproduct #main-body,
    body.dc-template-configureproductdomain #main-body {
        padding-bottom: 72px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .row,
    body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card .row,
    body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions .row,
    body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options .row,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section,
    body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
    body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card,
    body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options,
    body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions,
    body.dc-template-configureproduct #order-standard_cart .cart-body .configurable-options {
        padding: 18px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount *,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
        font-size: 1.9rem !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }
}

/* Final production alignment: configure checkout + domain search */
body.dc-template-configureproduct #main-body {
    min-height: calc(100vh - 88px) !important;
    padding-bottom: 72px !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body {
    overflow: visible !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow {
    width: 100% !important;
    max-width: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-card,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .dc-config-help-notice {
    width: 100% !important;
    max-width: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section {
    overflow: visible !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    min-width: 0 !important;
    min-height: 118px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-name,
body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-price {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-label {
    margin-bottom: 6px !important;
    color: #344054 !important;
    font-size: 13px !important;
    font-weight: 780 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount * {
    color: #2160e8 !important;
    font-size: clamp(2rem, 3vw, 2.45rem) !important;
    line-height: 1.02 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
}

@media (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 340px !important;
        gap: clamp(36px, 5vw, 64px) !important;
        align-items: start !important;
        width: 100% !important;
        max-width: 1180px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-cart-body-wide,
    body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide {
        grid-column: 1 !important;
        width: 100% !important;
        max-width: none !important;
        justify-self: stretch !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        position: sticky !important;
        top: 24px !important;
        grid-column: 2 !important;
        align-self: start !important;
        justify-self: end !important;
        width: 340px !important;
        max-width: 340px !important;
        margin-top: 0 !important;
    }
}

@media (min-width: 1200px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        grid-template-columns: minmax(0, 1fr) 360px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        width: 360px !important;
        max-width: 360px !important;
    }
}

@media (max-width: 991.98px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: block !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        position: static !important;
        width: 100% !important;
        max-width: none !important;
        margin-top: 24px !important;
    }
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active .dc-domain-search-shell {
    border: 1px solid #bfdbfe !important;
    border-radius: 16px !important;
    background: #f8fbff !important;
    box-shadow: 0 12px 30px rgba(21, 94, 239, 0.08) !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced input[type="text"],
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active input[type="text"],
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced select,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active select {
    border: 1px solid #c9d8ea !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04) !important;
}

/* Absolute final configure left flow */
body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow > .dc-config-flow-section,
body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow > .dc-config-product-card,
body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow > .product-info,
body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow > .dc-config-billing-section,
body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow > .dc-config-form-heading,
body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow > .dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow > .dc-config-help-notice {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    align-self: stretch !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow > .dc-config-form-heading {
    margin-top: 4px !important;
    margin-bottom: -8px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow > .dc-config-billing-section {
    margin-bottom: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow .dc-config-billing-cards {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow .dc-config-billing-card {
    min-height: 118px !important;
}

@media (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        grid-template-columns: minmax(0, calc(100% - 388px)) 340px !important;
        gap: 48px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow .dc-config-billing-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow {
        gap: 16px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow .dc-config-billing-cards {
        grid-template-columns: 1fr !important;
    }
}

/* Final configure left-stack alignment + domain panel lock */
body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide > *,
body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide .dc-config-content-wide,
body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide .dc-config-body-shell-wide {
    align-self: stretch !important;
    justify-self: stretch !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide .header-lined {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide .header-lined p,
body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide .header-lined .lead {
    max-width: 430px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
}

@media (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        grid-template-columns: minmax(0, 1fr) 340px !important;
    }
}

body.dc-template-configureproductdomain {
    background: #f7fbff !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group:not(.dc-domain-input-active),
body.dc-template-configureproductdomain #order-standard_cart #domainregister:not(.dc-domain-input-active),
body.dc-template-configureproductdomain #order-standard_cart #domaintransfer:not(.dc-domain-input-active),
body.dc-template-configureproductdomain #order-standard_cart #domainowndomain:not(.dc-domain-input-active),
body.dc-template-configureproductdomain #order-standard_cart #domainsubdomain:not(.dc-domain-input-active),
body.dc-template-configureproductdomain #order-standard_cart #domainincart:not(.dc-domain-input-active) {
    display: none !important;
    visibility: hidden !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    margin-top: 22px !important;
    padding: 24px !important;
    border: 1px solid #e4eaf1 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 16px 36px rgba(16, 24, 40, 0.07) !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active [class*="col-"] {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active input.form-control,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active select.form-control,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active textarea.form-control,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active .form-control {
    min-height: 46px !important;
    color: #101828 !important;
    border: 1px solid #d0d7e2 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active input.form-control:focus,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active select.form-control:focus,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active textarea.form-control:focus {
    border-color: #2160e8 !important;
    box-shadow: 0 0 0 4px rgba(21, 94, 239, 0.12) !important;
    outline: 0 !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active .btn,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active button {
    min-height: 46px !important;
    border-color: #2160e8 !important;
    border-radius: 10px !important;
    background: #2160e8 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 820 !important;
    box-shadow: 0 12px 24px rgba(21, 94, 239, 0.18) !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active .input-group-addon,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active .input-group-text,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active .input-group-prepend {
    color: #667085 !important;
    border-color: #d0d7e2 !important;
    background: #f8fafc !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell {
    max-width: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell .dc-domain-safe-search-wrap {
    color: #344054 !important;
    border-color: #d0d7e2 !important;
    background: #f8fafc !important;
}

@media (max-width: 767.98px) {
    body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active {
        padding: 16px !important;
    }

    body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active [class*="col-"] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

/* Final visual width + order-total rebuild lock */
body.dc-template-configureproduct #main-body > .container {
    max-width: 1280px !important;
}

body.dc-template-configureproduct #order-standard_cart > .row {
    max-width: 1180px !important;
}

@media (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        grid-template-columns: minmax(700px, 1fr) 340px !important;
        gap: 48px !important;
    }
}

body.dc-template-configureproduct #order-standard_cart .cart-body .header-lined,
body.dc-template-configureproduct #order-standard_cart .dc-config-product-card,
body.dc-template-configureproduct #order-standard_cart .product-info,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .dc-config-help-notice {
    width: 100% !important;
    max-width: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section {
    padding: 24px !important;
    border: 1px solid #e4eaf1 !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.05) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card {
    min-height: 118px !important;
    padding: 20px 18px !important;
    border-radius: 14px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-name {
    color: #101828 !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    font-weight: 850 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-price {
    color: #344054 !important;
    font-size: 0.88rem !important;
    line-height: 1.35 !important;
    font-weight: 750 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today.dc-config-total-row,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals.dc-config-total-row {
    display: block !important;
    margin-top: 12px !important;
    padding-top: 16px !important;
    border-top: 1px solid #dbeafe !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-label {
    display: block !important;
    width: 100% !important;
    margin: 0 0 6px !important;
    color: #344054 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 760 !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount * {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    color: #2160e8 !important;
    font-size: 2.25rem !important;
    line-height: 1.02 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    overflow-wrap: anywhere !important;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        grid-template-columns: minmax(600px, 1fr) 320px !important;
        gap: 34px !important;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section {
        padding: 18px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount * {
        font-size: 1.95rem !important;
    }
}

/* Final configure width and mobile sidebar removal */
body.dc-template-configureproduct .dc-config-main-layout-row {
    display: block !important;
}

body.dc-template-configureproduct .primary-content.dc-config-primary-content,
body.dc-template-configureproduct .dc-config-primary-content {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-force-hidden-sidebar,
body.dc-template-configureproduct #order-standard_cart .cart-sidebar,
body.dc-template-configureproduct #order-standard_cart .sidebar-collapsed,
body.dc-template-configureproduct #order-standard_cart #btnShowSidebar,
body.dc-template-configureproduct #order-standard_cart .panel-sidebar {
    display: none !important;
    visibility: hidden !important;
}

body.dc-template-configureproduct #order-standard_cart {
    width: 100% !important;
    max-width: none !important;
}

body.dc-template-configureproduct #order-standard_cart > .row {
    width: min(100%, 1180px) !important;
    max-width: 1180px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-cart-body-wide,
body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-wide-ancestor,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-wide {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: 1 1 auto !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-wide {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
}

@media (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: grid !important;
        grid-template-columns: minmax(720px, 1fr) 340px !important;
        gap: 48px !important;
        align-items: start !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-cart-body-wide,
    body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide {
        grid-column: 1 !important;
        min-width: 720px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        grid-column: 2 !important;
        width: 340px !important;
        max-width: 340px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
        grid-template-columns: repeat(3, minmax(190px, 1fr)) !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card {
        min-width: 0 !important;
        min-height: 124px !important;
    }
}

@media (max-width: 991.98px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-cart-body-wide,
    body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide {
        min-width: 0 !important;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-configureproduct #main-body .sidebar,
    body.dc-template-configureproduct #main-body .cart-sidebar,
    body.dc-template-configureproduct #main-body .panel-sidebar,
    body.dc-template-configureproduct #main-body .sidebar-collapsed,
    body.dc-template-configureproduct #main-body #btnShowSidebar {
        display: none !important;
        visibility: hidden !important;
    }
}

/* Final checkout layout authority */
body.dc-template-configureproduct #main-body > .container {
    width: 100% !important;
    max-width: 1280px !important;
    padding-right: clamp(18px, 3vw, 34px) !important;
    padding-left: clamp(18px, 3vw, 34px) !important;
}

body.dc-template-configureproduct .dc-config-page-sidebar-hidden,
body.dc-template-configureproduct #order-standard_cart .dc-config-force-hidden-sidebar,
body.dc-template-configureproduct #order-standard_cart .cart-sidebar,
body.dc-template-configureproduct #order-standard_cart .sidebar-collapsed,
body.dc-template-configureproduct #order-standard_cart #btnShowSidebar,
body.dc-template-configureproduct #order-standard_cart .panel-sidebar {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

body.dc-template-configureproduct .dc-config-primary-content,
body.dc-template-configureproduct .primary-content.dc-config-primary-content,
body.dc-template-configureproduct #order-standard_cart,
body.dc-template-configureproduct #order-standard_cart .dc-config-cart-body-wide,
body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide,
body.dc-template-configureproduct #order-standard_cart .dc-config-body-shell-wide,
body.dc-template-configureproduct #order-standard_cart .dc-config-content-wide,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-wide,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-wide-ancestor {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
}

body.dc-template-configureproduct .dc-config-primary-content,
body.dc-template-configureproduct .primary-content.dc-config-primary-content {
    flex: 0 0 100% !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-body-shell-wide[class*="col-"],
body.dc-template-configureproduct #order-standard_cart .dc-config-content-wide[class*="col-"],
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-wide-ancestor[class*="col-"],
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-wide[class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

body.dc-template-configureproduct #order-standard_cart > .row {
    width: 100% !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 340px !important;
        gap: 48px !important;
        align-items: start !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-cart-body-wide,
    body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide {
        grid-column: 1 !important;
        justify-self: stretch !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        grid-column: 2 !important;
        width: 340px !important;
        max-width: 340px !important;
        justify-self: end !important;
    }
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-card,
body.dc-template-configureproduct #order-standard_cart .product-info,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .dc-config-help-notice {
    width: 100% !important;
    max-width: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section {
    margin: 0 0 24px !important;
    padding: 24px !important;
    border: 1px solid #e4eaf1 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.055) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-native-billing-label-hidden {
    display: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card {
    min-width: 0 !important;
    min-height: 122px !important;
    padding: 20px 18px !important;
    border-radius: 14px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-name {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-price {
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary h2,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-header {
    font-size: 1rem !important;
    font-weight: 850 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body * {
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .recurring-totals .pull-right {
    color: #101828 !important;
    font-size: 12px !important;
    font-weight: 740 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row {
    display: block !important;
    margin-top: 12px !important;
    padding-top: 16px !important;
    border-top: 1px solid #dbeafe !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-label {
    display: block !important;
    margin: 0 0 6px !important;
    color: #344054 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 760 !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount * {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    color: #2160e8 !important;
    font-size: clamp(1.95rem, 2.9vw, 2.35rem) !important;
    line-height: 1.02 !important;
    font-weight: 950 !important;
    text-align: left !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
}

@media (max-width: 991.98px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: block !important;
        max-width: none !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        width: 100% !important;
        max-width: none !important;
        margin-top: 24px !important;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-configureproduct #main-body > .container {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    body.dc-template-configureproduct #main-body .sidebar,
    body.dc-template-configureproduct #main-body .cart-sidebar,
    body.dc-template-configureproduct #main-body .card-sidebar,
    body.dc-template-configureproduct #main-body .panel-sidebar,
    body.dc-template-configureproduct #main-body .sidebar-collapsed,
    body.dc-template-configureproduct #main-body #btnShowSidebar {
        display: none !important;
        visibility: hidden !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section {
        padding: 18px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
        grid-template-columns: 1fr !important;
    }
}


/* DC true final authority */
body.dc-template-configureproduct,
body.dc-template-configureproductdomain {
    background: #f7fbff !important;
}

body.dc-template-configureproduct #main-body,
body.dc-template-configureproductdomain #main-body {
    min-height: calc(100vh - 150px) !important;
    padding-bottom: 96px !important;
}

body.dc-template-configureproduct #footer,
body.dc-template-configureproductdomain #footer,
body.dc-template-configureproduct footer,
body.dc-template-configureproductdomain footer {
    position: static !important;
    margin-top: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart,
body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide {
    overflow: visible !important;
}

body.dc-template-configureproduct #order-standard_cart > .row {
    width: 100% !important;
    max-width: 1240px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow {
    gap: 16px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-heading,
body.dc-template-configureproduct #order-standard_cart .cart-body .sub-heading,
body.dc-template-configureproduct #order-standard_cart .cart-body .section-heading {
    display: block !important;
    margin: 8px 0 -4px !important;
    padding: 0 2px !important;
    color: #101828 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 1.02rem !important;
    line-height: 1.35 !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-heading::before,
body.dc-template-configureproduct #order-standard_cart .cart-body .sub-heading::before,
body.dc-template-configureproduct #order-standard_cart .cart-body .section-heading::before {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    content: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-product-card,
body.dc-template-configureproduct #order-standard_cart .product-info,
body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .product-configurable-options,
body.dc-template-configureproduct #order-standard_cart #productConfigurableOptions,
body.dc-template-configureproduct #order-standard_cart .configurable-options,
body.dc-template-configureproduct #order-standard_cart .dc-config-addons-section,
body.dc-template-configureproduct #order-standard_cart .dc-config-help-notice {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card,
body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options,
body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions,
body.dc-template-configureproduct #order-standard_cart .cart-body .configurable-options {
    margin: 0 0 18px !important;
    padding: 20px !important;
    border: 1px solid #e4eaf1 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.052) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .row,
body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card .row,
body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions .row,
body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-card [class*="col-"],
body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions [class*="col-"],
body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options [class*="col-"] {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    flex: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section {
    margin: 0 !important;
    padding: 24px !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card {
    min-height: 116px !important;
    overflow: hidden !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-name,
body.dc-template-configureproduct #order-standard_cart .dc-config-cycle-price {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary {
    border-top: 3px solid #2160e8 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-container *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .card-body * {
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .summary-totals .pull-right,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .recurring-totals .pull-right {
    color: #101828 !important;
    font-size: 12px !important;
    font-weight: 740 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row {
    clear: both !important;
    display: block !important;
    margin-top: 12px !important;
    padding-top: 16px !important;
    border-top: 1px solid #dbeafe !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-label {
    display: block !important;
    margin: 0 0 6px !important;
    color: #344054 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 780 !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
    display: block !important;
    width: 100% !important;
    color: #2160e8 !important;
    font-size: clamp(1.75rem, 2.2vw, 2.08rem) !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active .dc-domain-search-shell {
    border: 1px solid #bfdbfe !important;
    border-radius: 16px !important;
    background: #f8fbff !important;
    box-shadow: 0 12px 30px rgba(21, 94, 239, 0.08) !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: center !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-control,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-safe {
    min-height: 44px !important;
    margin: 0 !important;
}

@media (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 360px !important;
        gap: clamp(34px, 4vw, 56px) !important;
        align-items: start !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-cart-body-wide,
    body.dc-template-configureproduct #order-standard_cart .cart-body.dc-config-cart-body-wide {
        grid-column: 1 !important;
        min-width: 0 !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        position: sticky !important;
        top: 24px !important;
        grid-column: 2 !important;
        align-self: start !important;
        justify-self: end !important;
        width: 360px !important;
        max-width: 360px !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        grid-template-columns: minmax(0, 1fr) 340px !important;
        gap: 30px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        width: 340px !important;
        max-width: 340px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount *,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
        font-size: 1.78rem !important;
    }
}

@media (max-width: 991.98px) {
    body.dc-template-configureproduct #order-standard_cart > .row {
        display: block !important;
        max-width: none !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        position: static !important;
        width: 100% !important;
        max-width: none !important;
        margin-top: 26px !important;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-configureproduct #main-body,
    body.dc-template-configureproductdomain #main-body {
        padding-bottom: 72px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-form-card .row,
    body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card .row,
    body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions .row,
    body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options .row,
    body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-filter-shell {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-billing-section,
    body.dc-template-configureproduct #order-standard_cart .dc-config-form-card,
    body.dc-template-configureproduct #order-standard_cart .cart-body .field-container.dc-config-form-card,
    body.dc-template-configureproduct #order-standard_cart .cart-body .product-configurable-options,
    body.dc-template-configureproduct #order-standard_cart .cart-body #productConfigurableOptions,
    body.dc-template-configureproduct #order-standard_cart .cart-body .configurable-options {
        padding: 18px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount *,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
        font-size: 1.9rem !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }
}
/* DC cart view + store grid final redesign */
body.dc-template-viewcart,
body.dc-template-products {
    background: #f7fbff !important;
}

body.dc-template-viewcart .master-breadcrumb,
body.dc-template-products .master-breadcrumb {
    border-bottom: 1px solid #e4eaf1 !important;
    background: rgba(255, 255, 255, 0.76) !important;
    backdrop-filter: blur(14px) !important;
}

body.dc-template-viewcart #main-body,
body.dc-template-products #main-body {
    min-height: calc(100vh - 150px) !important;
    padding: 36px 0 96px !important;
}

body.dc-template-viewcart #main-body > .container,
body.dc-template-products #main-body > .container {
    width: 100% !important;
    max-width: 1280px !important;
    padding-right: clamp(16px, 3vw, 34px) !important;
    padding-left: clamp(16px, 3vw, 34px) !important;
}

body.dc-template-viewcart #order-standard_cart,
body.dc-template-products #order-standard_cart {
    color: #101828 !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.dc-template-viewcart #order-standard_cart > .row,
body.dc-template-products #order-standard_cart > .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 320px !important;
    gap: 28px !important;
    align-items: start !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.dc-template-viewcart #order-standard_cart .cart-body,
body.dc-template-products #order-standard_cart .cart-body {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 !important;
}

body.dc-template-viewcart #order-standard_cart .cart-sidebar,
body.dc-template-products #order-standard_cart .cart-sidebar {
    position: sticky !important;
    top: 24px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
}

body.dc-template-viewcart #order-standard_cart .header-lined,
body.dc-template-products #order-standard_cart .header-lined {
    margin: 0 0 18px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.dc-template-viewcart #order-standard_cart .header-lined h1,
body.dc-template-products #order-standard_cart .header-lined h1 {
    margin: 0 !important;
    color: #101828 !important;
    font-size: clamp(2.15rem, 4.2vw, 3.35rem) !important;
    line-height: 0.98 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

body.dc-template-viewcart #order-standard_cart .header-lined p,
body.dc-template-products #order-standard_cart .header-lined p {
    max-width: 680px !important;
    margin: 12px 0 0 !important;
    color: #667085 !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

body.dc-template-viewcart .dc-viewcart-assurance {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 0 0 18px !important;
}

body.dc-template-viewcart .dc-viewcart-assurance span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 42px !important;
    padding: 8px 12px !important;
    color: #0b1f4d !important;
    border: 1px solid #dbeafe !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.04) !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 760 !important;
}

body.dc-template-viewcart .dc-viewcart-assurance i {
    color: #2160e8 !important;
}

body.dc-template-viewcart #order-standard_cart .view-cart-items-header,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-items-header {
    display: none !important;
}

body.dc-template-viewcart #order-standard_cart .view-cart-items,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-items,
body.dc-template-viewcart #order-standard_cart .empty-cart,
body.dc-template-viewcart #order-standard_cart .view-cart-tabs,
body.dc-template-viewcart #order-standard_cart .promo,
body.dc-template-viewcart #order-standard_cart .promo-code-cart-container,
body.dc-template-viewcart #order-standard_cart .sub-heading,
body.dc-template-viewcart #order-standard_cart .domain-renewals {
    border: 1px solid #e4eaf1 !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.06) !important;
}

body.dc-template-viewcart #order-standard_cart .view-cart-items,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-items {
    display: grid !important;
    gap: 14px !important;
    padding: 14px !important;
}

body.dc-template-viewcart #order-standard_cart .view-cart-items .item,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-item {
    position: relative !important;
    margin: 0 !important;
    padding: 18px !important;
    border: 1px solid #e4eaf1 !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
    box-shadow: none !important;
}

body.dc-template-viewcart #order-standard_cart .view-cart-items .item > .row,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-item > .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(130px, auto) 42px !important;
    gap: 14px !important;
    align-items: center !important;
    margin: 0 !important;
}

body.dc-template-viewcart #order-standard_cart .view-cart-items .item [class*="col-"],
body.dc-template-viewcart #order-standard_cart .dc-viewcart-item [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    flex: none !important;
}

body.dc-template-viewcart #order-standard_cart .item-title,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-item-title {
    display: block !important;
    color: #101828 !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    font-weight: 850 !important;
}

body.dc-template-viewcart #order-standard_cart .item-domain,
body.dc-template-viewcart #order-standard_cart .item-group,
body.dc-template-viewcart #order-standard_cart .item-configoptions,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-item-meta,
body.dc-template-viewcart #order-standard_cart .view-cart-items .item small,
body.dc-template-viewcart #order-standard_cart .view-cart-items .item li {
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
    font-weight: 500 !important;
}

body.dc-template-viewcart #order-standard_cart .item-price,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-item-price {
    color: #0b1f4d !important;
    font-size: 0.98rem !important;
    line-height: 1.25 !important;
    font-weight: 850 !important;
    text-align: right !important;
    white-space: nowrap !important;
}

body.dc-template-viewcart #order-standard_cart .btn-remove-from-cart,
body.dc-template-viewcart #order-standard_cart .remove-from-cart,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-remove {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    color: #e5484d !important;
    border: 1px solid #fee4e2 !important;
    border-radius: 10px !important;
    background: #fff5f5 !important;
    box-shadow: none !important;
}

body.dc-template-viewcart #order-standard_cart .cart-sidebar .card-sidebar,
body.dc-template-viewcart #order-standard_cart .cart-sidebar .panel,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-summary,
body.dc-template-viewcart #order-standard_cart .order-summary,
body.dc-template-viewcart #order-standard_cart .summary-container {
    overflow: hidden !important;
    border: 1px solid #e4eaf1 !important;
    border-top: 3px solid #2160e8 !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 24px 60px rgba(16, 24, 40, 0.09) !important;
}

body.dc-template-viewcart #order-standard_cart .cart-sidebar .card-header,
body.dc-template-viewcart #order-standard_cart .cart-sidebar .panel-heading,
body.dc-template-viewcart #order-standard_cart .order-summary h2,
body.dc-template-viewcart #order-standard_cart .summary-container h2 {
    padding: 18px 20px !important;
    color: #101828 !important;
    border-bottom: 1px solid #e4eaf1 !important;
    background: #ffffff !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    font-weight: 860 !important;
}

body.dc-template-viewcart #order-standard_cart .cart-sidebar .card-body,
body.dc-template-viewcart #order-standard_cart .cart-sidebar .panel-body,
body.dc-template-viewcart #order-standard_cart .summary-container,
body.dc-template-viewcart #order-standard_cart .order-summary .summary-container {
    padding: 18px 20px !important;
}

body.dc-template-viewcart #order-standard_cart .cart-sidebar .list-group-item,
body.dc-template-viewcart #order-standard_cart .summary-container .clearfix,
body.dc-template-viewcart #order-standard_cart .order-summary .clearfix,
body.dc-template-viewcart #order-standard_cart .summary-totals .clearfix,
body.dc-template-viewcart #order-standard_cart .recurring-totals .clearfix {
    padding: 10px 0 !important;
    color: #475467 !important;
    border-color: #eef2f6 !important;
    background: transparent !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

body.dc-template-viewcart #order-standard_cart .summary-container .pull-right,
body.dc-template-viewcart #order-standard_cart .order-summary .pull-right,
body.dc-template-viewcart #order-standard_cart .summary-totals .pull-right,
body.dc-template-viewcart #order-standard_cart .recurring-totals .pull-right,
body.dc-template-viewcart #order-standard_cart .total-due-today .amt {
    color: #101828 !important;
    font-weight: 820 !important;
}

body.dc-template-viewcart #order-standard_cart .total-due-today,
body.dc-template-viewcart #order-standard_cart .summary-total {
    margin-top: 12px !important;
    padding-top: 16px !important;
    border-top: 1px solid #dbeafe !important;
}

body.dc-template-viewcart #order-standard_cart .total-due-today .amt,
body.dc-template-viewcart #order-standard_cart .summary-total .amt {
    display: block !important;
    color: #2160e8 !important;
    font-size: clamp(1.7rem, 2.2vw, 2.15rem) !important;
    line-height: 1.04 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
}

body.dc-template-viewcart #order-standard_cart .btn,
body.dc-template-viewcart #order-standard_cart button,
body.dc-template-viewcart #order-standard_cart input[type="submit"] {
    border-radius: 10px !important;
    font-weight: 800 !important;
}

body.dc-template-viewcart #order-standard_cart .btn-primary,
body.dc-template-viewcart #order-standard_cart .btn-success,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-primary-action,
body.dc-template-viewcart #order-standard_cart #btnCheckout {
    min-height: 46px !important;
    border-color: #2160e8 !important;
    background: #2160e8 !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(21, 94, 239, 0.2) !important;
}

body.dc-template-viewcart #order-standard_cart .btn-default,
body.dc-template-viewcart #order-standard_cart .btn-secondary {
    min-height: 42px !important;
    color: #0b1f4d !important;
    border: 1px solid #d0d7e2 !important;
    background: #ffffff !important;
}

body.dc-template-products #order-standard_cart > .row {
    grid-template-columns: 260px minmax(0, 1fr) !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar {
    grid-column: 1 !important;
}

body.dc-template-products #order-standard_cart .cart-body {
    grid-column: 2 !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar {
    overflow: hidden !important;
    margin-bottom: 16px !important;
    border: 1px solid #e4eaf1 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 16px 36px rgba(16, 24, 40, 0.055) !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-header {
    padding: 16px 18px 8px !important;
    border: 0 !important;
    background: #ffffff !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-title,
body.dc-template-products #order-standard_cart .cart-sidebar .panel-title {
    color: #101828 !important;
    font-size: 0.92rem !important;
    line-height: 1.35 !important;
    font-weight: 860 !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-minimise,
body.dc-template-products #order-standard_cart .cart-sidebar .fa-chevron-down,
body.dc-template-products #order-standard_cart .cart-sidebar .fa-chevron-up,
body.dc-template-products #order-standard_cart .cart-sidebar .fa-angle-down,
body.dc-template-products #order-standard_cart .cart-sidebar .fa-angle-up {
    display: none !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .collapsable-card-body,
body.dc-template-products #order-standard_cart .cart-sidebar .collapse:not(.dropdown-menu),
body.dc-template-products #order-standard_cart .cart-sidebar .card-body {
    display: block !important;
    height: auto !important;
    padding: 8px 10px 12px !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group {
    display: grid !important;
    gap: 4px !important;
    margin: 0 !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 38px !important;
    padding: 9px 10px !important;
    color: #475467 !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 650 !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item:hover,
body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item.active {
    color: #2160e8 !important;
    background: #eff6ff !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar select.form-control,
body.dc-template-products #order-standard_cart .cart-sidebar .custom-select {
    min-height: 42px !important;
    border: 1px solid #d0d7e2 !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    color: #101828 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

body.dc-template-products #order-standard_cart .products {
    margin-top: 10px !important;
}

body.dc-template-products #order-standard_cart .products .row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin: 0 !important;
}

body.dc-template-products #order-standard_cart .products .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    flex: none !important;
}

body.dc-template-products #order-standard_cart .products .product {
    position: relative !important;
    display: flex !important;
    min-height: 100% !important;
    padding: 20px !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border: 1px solid #e4eaf1 !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.07) !important;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease !important;
}

body.dc-template-products #order-standard_cart .products .product:hover {
    border-color: #bfdbfe !important;
    box-shadow: 0 24px 58px rgba(21, 94, 239, 0.12) !important;
    transform: translateY(-3px) !important;
}

body.dc-template-products #order-standard_cart .products .product::before {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, #2160e8, #06aed4) !important;
    content: "" !important;
}

body.dc-template-products #order-standard_cart .products .product header {
    min-height: 0 !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.dc-template-products #order-standard_cart .products .product header span[id$="-name"] {
    display: block !important;
    color: #101828 !important;
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    font-weight: 900 !important;
}

body.dc-template-products #order-standard_cart .products .product .dc-store-price-panel,
body.dc-template-products #order-standard_cart .products .product .product-pricing {
    order: 2 !important;
    margin: 0 0 16px !important;
    padding: 14px 0 !important;
    border-top: 1px solid #eef2f6 !important;
    border-bottom: 1px solid #eef2f6 !important;
    color: #2160e8 !important;
    text-align: left !important;
}

body.dc-template-products #order-standard_cart .products .product .product-pricing .price {
    color: #2160e8 !important;
    font-size: clamp(1.65rem, 2.6vw, 2rem) !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
}

body.dc-template-products #order-standard_cart .products .product .product-pricing .cycle,
body.dc-template-products #order-standard_cart .products .product .product-pricing .setup-fee {
    color: #667085 !important;
    font-size: 12px !important;
    font-weight: 650 !important;
}

body.dc-template-products #order-standard_cart .products .product .product-desc {
    order: 3 !important;
    color: #667085 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

body.dc-template-products .dc-store-feature-summary,
body.dc-template-products .dc-store-full-details ul {
    display: grid !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.dc-template-products .dc-store-feature-summary li,
body.dc-template-products .dc-store-full-details li:not(.dc-store-detail-heading) {
    position: relative !important;
    padding-left: 22px !important;
    color: #344054 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 650 !important;
}

body.dc-template-products .dc-store-feature-summary li::before,
body.dc-template-products .dc-store-full-details li:not(.dc-store-detail-heading)::before {
    position: absolute !important;
    top: 0.34em !important;
    left: 0 !important;
    width: 14px !important;
    height: 14px !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 999px !important;
    background: #eff6ff !important;
    color: #2160e8 !important;
    content: "" !important;
}

body.dc-template-products .dc-store-full-details {
    display: none !important;
    margin-top: 12px !important;
}

body.dc-template-products .dc-store-details-open .dc-store-full-details {
    display: block !important;
}

body.dc-template-products .dc-store-full-details .dc-store-detail-heading {
    margin-top: 12px !important;
    color: #0b1f4d !important;
    font-size: 0.78rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
}

body.dc-template-products .dc-store-details-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 40px !important;
    margin-top: 14px !important;
    padding: 9px 12px !important;
    color: #0b1f4d !important;
    border: 1px solid #d0d7e2 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    font-size: 13px !important;
    font-weight: 820 !important;
}

body.dc-template-products .dc-store-card-actions {
    order: 4 !important;
    margin-top: auto !important;
    padding-top: 16px !important;
}

body.dc-template-products #order-standard_cart .products .product .btn-order-now {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 46px !important;
    border-color: #2160e8 !important;
    border-radius: 12px !important;
    background: #2160e8 !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(21, 94, 239, 0.2) !important;
    font-size: 14px !important;
    font-weight: 850 !important;
}

@media (max-width: 1199.98px) {
    body.dc-template-products #order-standard_cart .products .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991.98px) {
    body.dc-template-viewcart #order-standard_cart > .row,
    body.dc-template-products #order-standard_cart > .row {
        display: block !important;
    }

    body.dc-template-viewcart #order-standard_cart .cart-sidebar,
    body.dc-template-products #order-standard_cart .cart-sidebar {
        position: static !important;
        margin-top: 22px !important;
    }

    body.dc-template-products #order-standard_cart .cart-sidebar {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-viewcart #main-body,
    body.dc-template-products #main-body {
        padding-top: 24px !important;
        padding-bottom: 72px !important;
    }

    body.dc-template-viewcart .dc-viewcart-assurance,
    body.dc-template-products #order-standard_cart .products .row {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-viewcart #order-standard_cart .view-cart-items .item > .row,
    body.dc-template-viewcart #order-standard_cart .dc-viewcart-item > .row {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    body.dc-template-viewcart #order-standard_cart .item-price,
    body.dc-template-viewcart #order-standard_cart .dc-viewcart-item-price {
        text-align: left !important;
    }
}
/* DC emergency final polish: fast billing visuals + no horizontal overflow */
body.dc-template-configureproduct,
body.dc-template-products,
body.dc-template-viewcart {
    overflow-x: hidden !important;
}

body.dc-template-configureproduct #main-body,
body.dc-template-products #main-body,
body.dc-template-viewcart #main-body {
    overflow-x: clip !important;
}

body.dc-template-configureproduct #order-standard_cart,
body.dc-template-configureproduct #order-standard_cart *,
body.dc-template-products #order-standard_cart,
body.dc-template-products #order-standard_cart *,
body.dc-template-viewcart #order-standard_cart,
body.dc-template-viewcart #order-standard_cart * {
    box-sizing: border-box !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row {
    display: block !important;
    clear: both !important;
    margin-top: 12px !important;
    padding-top: 16px !important;
    border-top: 1px solid #dbeafe !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-label {
    display: block !important;
    margin: 0 0 7px !important;
    color: #344054 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today .amt {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    color: #2160e8 !important;
    font-size: clamp(2rem, 2.75vw, 2.45rem) !important;
    line-height: 1.02 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card {
    cursor: pointer !important;
    transition: border-color 0.14s ease, background-color 0.14s ease, box-shadow 0.14s ease, transform 0.14s ease !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-billing-card.is-selected {
    border-color: #2160e8 !important;
    background: #eff6ff !important;
    box-shadow: inset 0 0 0 1px #2160e8, 0 12px 28px rgba(21, 94, 239, 0.1) !important;
}

body.dc-template-products #order-standard_cart,
body.dc-template-products #order-standard_cart > .row,
body.dc-template-products #order-standard_cart .cart-body,
body.dc-template-products #order-standard_cart .products,
body.dc-template-products #order-standard_cart .products .row {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

body.dc-template-products #order-standard_cart > .row {
    grid-template-columns: 250px minmax(0, 1fr) !important;
}

body.dc-template-products #order-standard_cart .products .row {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)) !important;
}

body.dc-template-products #order-standard_cart .products .product,
body.dc-template-products #order-standard_cart .products .product *,
body.dc-template-products #order-standard_cart .cart-sidebar,
body.dc-template-products #order-standard_cart .cart-sidebar * {
    min-width: 0 !important;
    max-width: 100% !important;
}

body.dc-template-products #order-standard_cart .products .product header span[id$="-name"],
body.dc-template-products #order-standard_cart .products .product .product-desc,
body.dc-template-products #order-standard_cart .products .product .product-pricing,
body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item {
    overflow-wrap: anywhere !important;
}

@media (min-width: 1200px) {
    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        width: 360px !important;
        max-width: 360px !important;
    }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-amount *,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .total-due-today .amt {
        font-size: 1.9rem !important;
    }
}

@media (max-width: 991.98px) {
    body.dc-template-products #order-standard_cart > .row {
        display: block !important;
    }
}
/* DC final deal: summaries must not chase into the footer */
body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
body.dc-template-configureproduct #order-standard_cart .secondary-cart-body,
body.dc-template-viewcart #order-standard_cart .cart-sidebar,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-sidebar {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    align-self: start !important;
}

@media (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        grid-column: 2 !important;
        justify-self: end !important;
        width: 360px !important;
        max-width: 360px !important;
        margin-top: 0 !important;
    }

    body.dc-template-viewcart #order-standard_cart .cart-sidebar,
    body.dc-template-viewcart #order-standard_cart .dc-viewcart-sidebar {
        width: 320px !important;
        max-width: 320px !important;
        margin-top: 0 !important;
    }
}

/* DC final total amount lock */
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 6px !important;
    color: #2160e8 !important;
    font-size: clamp(2.15rem, 3.1vw, 2.65rem) !important;
    line-height: 1.02 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-label,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-label {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    color: #344054 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    text-align: left !important;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        width: 340px !important;
        max-width: 340px !important;
    }
}
/* DC final footer/whitespace lock: no endless sticky summary */
body.dc-template-configureproduct #main-body,
body.dc-template-viewcart #main-body,
body.dc-template-products #main-body {
    min-height: auto !important;
    padding-bottom: 32px !important;
    overflow: visible !important;
}

body.dc-template-configureproduct #main-body > .container,
body.dc-template-viewcart #main-body > .container,
body.dc-template-products #main-body > .container {
    padding-bottom: 0 !important;
}

body.dc-template-configureproduct #footer,
body.dc-template-viewcart #footer,
body.dc-template-products #footer,
body.dc-template-configureproduct footer,
body.dc-template-viewcart footer,
body.dc-template-products footer {
    position: static !important;
    display: block !important;
    margin-top: 0 !important;
    transform: none !important;
}

body.dc-template-configureproduct #order-standard_cart > .row,
body.dc-template-viewcart #order-standard_cart > .row,
body.dc-template-products #order-standard_cart > .row {
    align-items: start !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
body.dc-template-configureproduct #order-standard_cart .secondary-cart-body,
body.dc-template-viewcart #order-standard_cart .cart-sidebar,
body.dc-template-products #order-standard_cart .cart-sidebar {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    align-self: start !important;
    transform: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell:empty,
body.dc-template-configureproduct #order-standard_cart .secondary-cart-body:empty,
body.dc-template-viewcart #order-standard_cart .cart-sidebar:empty,
body.dc-template-products #order-standard_cart .cart-sidebar:empty {
    display: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-original-action-hidden {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

@media (min-width: 992px) {
    body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
    body.dc-template-configureproduct #order-standard_cart .secondary-cart-body {
        grid-column: 2 !important;
        justify-self: end !important;
        width: 360px !important;
        max-width: 360px !important;
        margin-top: 0 !important;
    }
}
/* DC final amount lock EOF marker */

/* DC footer reachability lock: remove old artificial cart height */
body.dc-template-configureproduct #main-body,
body.dc-template-configureproductdomain #main-body,
body.dc-template-viewcart #main-body,
body.dc-template-products #main-body {
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: 24px !important;
    margin-bottom: 0 !important;
}

body.dc-template-configureproduct #main-body > .container,
body.dc-template-configureproductdomain #main-body > .container,
body.dc-template-viewcart #main-body > .container,
body.dc-template-products #main-body > .container {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

body.dc-template-configureproduct #main-body > .container > .row,
body.dc-template-configureproductdomain #main-body > .container > .row,
body.dc-template-viewcart #main-body > .container > .row,
body.dc-template-products #main-body > .container > .row,
body.dc-template-configureproduct .primary-content,
body.dc-template-configureproductdomain .primary-content,
body.dc-template-viewcart .primary-content,
body.dc-template-products .primary-content {
    min-height: 0 !important;
    margin-bottom: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart,
body.dc-template-configureproductdomain #order-standard_cart,
body.dc-template-viewcart #order-standard_cart,
body.dc-template-products #order-standard_cart {
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart > .row,
body.dc-template-configureproductdomain #order-standard_cart > .row,
body.dc-template-viewcart #order-standard_cart > .row,
body.dc-template-products #order-standard_cart > .row {
    min-height: 0 !important;
    margin-bottom: 0 !important;
    align-items: start !important;
}

body.dc-template-configureproduct #order-standard_cart .cart-body,
body.dc-template-configureproductdomain #order-standard_cart .cart-body,
body.dc-template-viewcart #order-standard_cart .cart-body,
body.dc-template-products #order-standard_cart .cart-body,
body.dc-template-configureproduct #order-standard_cart .dc-config-cart-body-wide,
body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow,
body.dc-template-configureproductdomain #order-standard_cart .dc-config-left-flow {
    min-height: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
body.dc-template-configureproduct #order-standard_cart .secondary-cart-body,
body.dc-template-configureproductdomain #order-standard_cart .secondary-cart-body,
body.dc-template-viewcart #order-standard_cart .cart-sidebar,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-sidebar,
body.dc-template-products #order-standard_cart .cart-sidebar {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    align-self: start !important;
    transform: none !important;
}

body.dc-template-configureproduct footer.footer,
body.dc-template-configureproductdomain footer.footer,
body.dc-template-viewcart footer.footer,
body.dc-template-products footer.footer,
body.dc-template-configureproduct #footer,
body.dc-template-configureproductdomain #footer,
body.dc-template-viewcart #footer,
body.dc-template-products #footer {
    clear: both !important;
    position: static !important;
    display: block !important;
    margin-top: 0 !important;
    transform: none !important;
}

/* DC final professional order-summary total lock */
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row,
body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    clear: both !important;
    width: 100% !important;
    margin: 16px 0 0 !important;
    padding: 18px 18px 20px !important;
    border: 1px solid #cfe0ff !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-label,
body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-label {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    color: #344054 !important;
    font-size: 0.76rem !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-transform: uppercase !important;
    white-space: normal !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount *,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday,
body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount,
body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount *,
body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount,
body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount *,
body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    color: #2160e8 !important;
    font-size: 3rem !important;
    line-height: 1.02 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
}

@media (max-width: 1199.98px) {
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount *,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount *,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday,
    body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount,
    body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount *,
    body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount,
    body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount *,
    body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
    body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
        font-size: 2.55rem !important;
    }
}

@media (max-width: 575.98px) {
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row,
    body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row {
        padding: 16px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount *,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount *,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
    body.dc-template-configureproduct #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday,
    body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount,
    body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount *,
    body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount,
    body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount *,
    body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
    body.dc-template-configureproductdomain #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
        font-size: 2.25rem !important;
    }
}

body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    clear: both !important;
    width: 100% !important;
    margin: 16px 0 0 !important;
    padding: 18px 18px 20px !important;
    border: 1px solid #cfe0ff !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
}

body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-label {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    color: #344054 !important;
    font-size: 0.76rem !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-transform: uppercase !important;
    white-space: normal !important;
}

body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount,
body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount *,
body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount,
body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount *,
body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    color: #2160e8 !important;
    font-size: 3rem !important;
    line-height: 1.02 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
}

@media (max-width: 1199.98px) {
    body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount,
    body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount *,
    body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount,
    body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount *,
    body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
    body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
        font-size: 2.55rem !important;
    }
}

@media (max-width: 575.98px) {
    body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row {
        padding: 16px !important;
    }

    body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount,
    body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row > .dc-config-total-amount *,
    body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount,
    body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row .dc-config-total-amount *,
    body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row .amt,
    body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-order-summary .dc-config-total-row #totalDueToday {
        font-size: 2.25rem !important;
    }
}

/* DC final footer spacing authority: content decides page height */
section#main-body,
body #main-body {
    min-height: 0 !important;
}

section#main-content,
.main-content {
    min-height: 0 !important;
}

/* DC final VPS configurable option card grid */
body.dc-template-configureproduct #order-standard_cart .dc-config-form-heading,
body.dc-template-configureproduct #order-standard_cart .cart-body .sub-heading.dc-config-form-heading,
body.dc-template-configureproduct #order-standard_cart .cart-body .section-heading.dc-config-form-heading {
    position: static !important;
    display: flex !important;
    height: auto !important;
    min-height: 0 !important;
    align-items: center !important;
    gap: 10px !important;
    clear: both !important;
    margin: 22px 0 12px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #101828 !important;
    text-align: left !important;
    overflow: visible !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-heading span,
body.dc-template-configureproduct #order-standard_cart .cart-body .sub-heading.dc-config-form-heading span,
body.dc-template-configureproduct #order-standard_cart .cart-body .section-heading.dc-config-form-heading span {
    position: static !important;
    top: auto !important;
    display: inline !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font-size: 1.08rem !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    text-align: left !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-form-heading + p,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-heading + .small,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-heading + .help-block,
body.dc-template-configureproduct #order-standard_cart .dc-config-form-heading + .field-help-text {
    display: block !important;
    clear: both !important;
    margin: 0 0 10px !important;
    color: #475467 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-options-panel {
    padding: 22px !important;
    border: 1px solid #e4eaf1 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.055) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-option-field {
    margin: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-option-field > label,
body.dc-template-configureproduct #order-standard_cart .dc-config-option-field > .control-label,
body.dc-template-configureproduct #order-standard_cart .dc-config-option-field > .field-label {
    display: block !important;
    margin: 0 0 10px !important;
    color: #344054 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 820 !important;
    letter-spacing: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-option-native-select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-option-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-option-card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    gap: 8px 12px !important;
    align-items: start !important;
    min-height: 94px !important;
    width: 100% !important;
    padding: 18px !important;
    border: 1px solid #d8e2ef !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #101828 !important;
    box-shadow: 0 8px 22px rgba(16, 24, 40, 0.045) !important;
    text-align: left !important;
    cursor: pointer !important;
    transition: border-color 0.14s ease, background-color 0.14s ease, box-shadow 0.14s ease, transform 0.14s ease !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-option-card:hover {
    transform: translateY(-1px) !important;
    border-color: #9cc2ff !important;
    box-shadow: 0 14px 28px rgba(21, 94, 239, 0.1) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-option-card.is-selected {
    border-color: #2160e8 !important;
    background: #eff6ff !important;
    box-shadow: inset 0 0 0 1px #2160e8, 0 12px 28px rgba(21, 94, 239, 0.1) !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-option-radio {
    grid-row: 1 / span 2 !important;
    width: 18px !important;
    height: 18px !important;
    margin-top: 2px !important;
    border: 2px solid #b8c4d6 !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: inset 0 0 0 4px #ffffff !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-option-card.is-selected .dc-config-option-radio {
    border-color: #2160e8 !important;
    background: #2160e8 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-option-name {
    display: block !important;
    min-width: 0 !important;
    color: #101828 !important;
    font-size: 0.98rem !important;
    line-height: 1.3 !important;
    font-weight: 880 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-option-price {
    display: block !important;
    min-width: 0 !important;
    color: #2160e8 !important;
    font-size: 0.88rem !important;
    line-height: 1.35 !important;
    font-weight: 820 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-option-badge {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    padding: 3px 8px !important;
    border-radius: 999px !important;
    background: #dbeafe !important;
    color: #2160e8 !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
}

@media (max-width: 767.98px) {
    body.dc-template-configureproduct #order-standard_cart .dc-config-options-panel {
        padding: 18px !important;
    }

    body.dc-template-configureproduct #order-standard_cart .dc-config-option-cards {
        grid-template-columns: 1fr !important;
    }
}

/* DC final cart footer reachability: no artificial page stretch */
html,
body.dc-template-configureproduct,
body.dc-template-products.dc-confproduct-route {
    min-height: 0 !important;
    height: auto !important;
}

body.dc-template-configureproduct #main-body,
body.dc-template-products.dc-confproduct-route #main-body,
body.dc-template-configureproduct section#main-body,
body.dc-template-products.dc-confproduct-route section#main-body {
    min-height: 0 !important;
    height: auto !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    margin-bottom: 0 !important;
}

body.dc-template-configureproduct #main-body > .container,
body.dc-template-products.dc-confproduct-route #main-body > .container,
body.dc-template-configureproduct #main-body > .container > .row,
body.dc-template-products.dc-confproduct-route #main-body > .container > .row,
body.dc-template-configureproduct .primary-content,
body.dc-template-products.dc-confproduct-route .primary-content,
body.dc-template-configureproduct #order-standard_cart,
body.dc-template-products.dc-confproduct-route #order-standard_cart,
body.dc-template-configureproduct #order-standard_cart > .row,
body.dc-template-products.dc-confproduct-route #order-standard_cart > .row,
body.dc-template-configureproduct #order-standard_cart .cart-body,
body.dc-template-products.dc-confproduct-route #order-standard_cart .cart-body,
body.dc-template-configureproduct #order-standard_cart .dc-config-left-flow,
body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-left-flow {
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-summary-shell,
body.dc-template-configureproduct #order-standard_cart .secondary-cart-body,
body.dc-template-configureproduct #order-standard_cart .secondary-cart-sidebar,
body.dc-template-configureproduct #order-standard_cart #scrollingPanelContainer,
body.dc-template-configureproduct #order-standard_cart #orderSummary,
body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-summary-shell,
body.dc-template-products.dc-confproduct-route #order-standard_cart .secondary-cart-body,
body.dc-template-products.dc-confproduct-route #order-standard_cart .secondary-cart-sidebar,
body.dc-template-products.dc-confproduct-route #order-standard_cart #scrollingPanelContainer,
body.dc-template-products.dc-confproduct-route #order-standard_cart #orderSummary {
    min-height: 0 !important;
    height: auto !important;
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    align-self: start !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: none !important;
}

body.dc-template-configureproduct #order-standard_cart .dc-config-legacy-scroll-panel-empty,
body.dc-template-products.dc-confproduct-route #order-standard_cart .dc-config-legacy-scroll-panel-empty {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.dc-template-configureproduct #footer,
body.dc-template-configureproduct footer.footer,
body.dc-template-products.dc-confproduct-route #footer,
body.dc-template-products.dc-confproduct-route footer.footer {
    clear: both !important;
    position: static !important;
    margin-top: 0 !important;
    transform: none !important;
}

/* DC final domain step width authority */
body.dc-template-configureproductdomain #main-body > .container {
    width: 100% !important;
    max-width: 1280px !important;
    padding-right: clamp(24px, 5vw, 70px) !important;
    padding-left: clamp(24px, 5vw, 70px) !important;
}

body.dc-template-configureproductdomain #main-body > .container > .row {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.dc-template-configureproductdomain .primary-content,
body.dc-template-configureproductdomain #main-body .primary-content {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.dc-template-configureproductdomain #main-body .sidebar,
body.dc-template-configureproductdomain #main-body .cart-sidebar,
body.dc-template-configureproductdomain #main-body .panel-sidebar,
body.dc-template-configureproductdomain #main-body .card-sidebar,
body.dc-template-configureproductdomain #main-body .sidebar-collapsed,
body.dc-template-configureproductdomain #main-body #btnShowSidebar {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

body.dc-template-configureproductdomain #order-standard_cart,
body.dc-template-configureproductdomain #order-standard_cart.dc-domain-selector-page {
    width: 100% !important;
    max-width: none !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-selection-options {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: repeat(3, minmax(230px, 1fr)) !important;
}

body.dc-template-configureproductdomain #order-standard_cart .domain-input-group,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced,
body.dc-template-configureproductdomain #order-standard_cart .domain-checker-advanced .dc-domain-search-shell,
body.dc-template-configureproductdomain #order-standard_cart .domain-input-group.dc-domain-input-active .dc-domain-search-shell {
    width: 100% !important;
    max-width: none !important;
}

@media (max-width: 991.98px) {
    body.dc-template-configureproductdomain #order-standard_cart .domain-selection-options {
        grid-template-columns: 1fr !important;
    }
}

/* DC final clean domain route authority */
body.dc-domain-route,
body:has(#order-standard_cart.dc-domain-selector-page) {
    overflow-x: hidden !important;
    background: #f8fafc !important;
}

body.dc-domain-route #main-body,
body:has(#order-standard_cart.dc-domain-selector-page) #main-body {
    min-height: 0 !important;
    height: auto !important;
    padding: 28px 0 28px !important;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #f8fafc 100%) !important;
}

body.dc-domain-route #main-body > .container,
body:has(#order-standard_cart.dc-domain-selector-page) #main-body > .container {
    width: 100% !important;
    max-width: 1280px !important;
    padding-right: clamp(20px, 5vw, 72px) !important;
    padding-left: clamp(20px, 5vw, 72px) !important;
}

body.dc-domain-route #main-body > .container > .row,
body:has(#order-standard_cart.dc-domain-selector-page) #main-body > .container > .row {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.dc-domain-route #main-body .primary-content,
body:has(#order-standard_cart.dc-domain-selector-page) #main-body .primary-content {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.dc-domain-route #main-body .sidebar,
body.dc-domain-route #main-body .cart-sidebar,
body.dc-domain-route #main-body .panel-sidebar,
body.dc-domain-route #main-body .card-sidebar,
body.dc-domain-route #main-body .sidebar-collapsed,
body.dc-domain-route #main-body #btnShowSidebar,
body:has(#order-standard_cart.dc-domain-selector-page) #main-body .sidebar,
body:has(#order-standard_cart.dc-domain-selector-page) #main-body .cart-sidebar,
body:has(#order-standard_cart.dc-domain-selector-page) #main-body .panel-sidebar,
body:has(#order-standard_cart.dc-domain-selector-page) #main-body .card-sidebar,
body:has(#order-standard_cart.dc-domain-selector-page) #main-body .sidebar-collapsed,
body:has(#order-standard_cart.dc-domain-selector-page) #main-body #btnShowSidebar {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

body.dc-domain-route #order-standard_cart,
body:has(#order-standard_cart.dc-domain-selector-page) #order-standard_cart {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.dc-domain-route #order-standard_cart > .row,
body:has(#order-standard_cart.dc-domain-selector-page) #order-standard_cart > .row,
body.dc-domain-route #order-standard_cart .cart-body,
body:has(#order-standard_cart.dc-domain-selector-page) #order-standard_cart .cart-body,
body.dc-domain-route #order-standard_cart .secondary-cart-body,
body:has(#order-standard_cart.dc-domain-selector-page) #order-standard_cart .secondary-cart-body {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.dc-domain-route #order-standard_cart .header-lined,
body:has(#order-standard_cart.dc-domain-selector-page) #order-standard_cart .header-lined {
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
}

body.dc-domain-route #order-standard_cart .header-lined h1,
body:has(#order-standard_cart.dc-domain-selector-page) #order-standard_cart .header-lined h1 {
    max-width: none !important;
    font-size: clamp(2.25rem, 4.2vw, 3.8rem) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
}

body.dc-domain-route #order-standard_cart .domain-selection-options,
body:has(#order-standard_cart.dc-domain-selector-page) #order-standard_cart .domain-selection-options {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 26px !important;
    border: 1px solid #d9e2ef !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07) !important;
}

body.dc-domain-route #order-standard_cart .dc-domain-card,
body:has(#order-standard_cart.dc-domain-selector-page) #order-standard_cart .dc-domain-card {
    min-height: 200px !important;
    border-radius: 10px !important;
    border-color: #d8e1ec !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.045) !important;
}

body.dc-domain-route #order-standard_cart .domain-selection-options .dc-domain-active-option > .dc-domain-card,
body:has(#order-standard_cart.dc-domain-selector-page) #order-standard_cart .domain-selection-options .dc-domain-active-option > .dc-domain-card {
    border-color: #101828 !important;
    box-shadow: inset 0 0 0 1px #101828, 0 14px 30px rgba(15, 23, 42, 0.08) !important;
}

body.dc-domain-route #order-standard_cart .domain-input-group,
body:has(#order-standard_cart.dc-domain-selector-page) #order-standard_cart .domain-input-group {
    grid-column: 1 / -1 !important;
    width: calc(100% + 52px) !important;
    max-width: none !important;
    margin: 4px -26px -26px !important;
    padding: 36px clamp(20px, 5vw, 68px) !important;
    border-radius: 0 0 14px 14px !important;
}

body.dc-domain-route #order-standard_cart .domain-checker-advanced,
body:has(#order-standard_cart.dc-domain-selector-page) #order-standard_cart .domain-checker-advanced,
body.dc-domain-route #order-standard_cart .dc-domain-search-shell,
body:has(#order-standard_cart.dc-domain-selector-page) #order-standard_cart .dc-domain-search-shell,
body.dc-domain-route #order-standard_cart .dc-domain-filter-shell,
body:has(#order-standard_cart.dc-domain-selector-page) #order-standard_cart .dc-domain-filter-shell {
    width: 100% !important;
    max-width: none !important;
}

@media (max-width: 991.98px) {
    body.dc-domain-route #order-standard_cart .domain-selection-options,
    body:has(#order-standard_cart.dc-domain-selector-page) #order-standard_cart .domain-selection-options {
        grid-template-columns: 1fr !important;
        padding: 18px !important;
    }

    body.dc-domain-route #order-standard_cart .domain-input-group,
    body:has(#order-standard_cart.dc-domain-selector-page) #order-standard_cart .domain-input-group {
        width: calc(100% + 36px) !important;
        margin-right: -18px !important;
        margin-left: -18px !important;
        margin-bottom: -18px !important;
    }
}

/* DC final dedicated cart checkout design */
body.dc-template-viewcart,
body.dc-viewcart-checkout-route {
    min-height: 0 !important;
    background: #f6f8fb !important;
    color: #101828 !important;
    overflow-x: hidden !important;
}

body.dc-template-viewcart .topbar,
body.dc-template-viewcart .dc-secondary-navbar,
body.dc-template-viewcart .master-breadcrumb,
body.dc-viewcart-checkout-route .topbar,
body.dc-viewcart-checkout-route .dc-secondary-navbar,
body.dc-viewcart-checkout-route .master-breadcrumb {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.dc-template-viewcart #header,
body.dc-viewcart-checkout-route #header {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    background: #ffffff !important;
    border-bottom: 1px solid #e6edf6 !important;
    box-shadow: 0 12px 32px rgba(16, 24, 40, 0.045) !important;
}

body.dc-template-viewcart .dc-main-navbar,
body.dc-viewcart-checkout-route .dc-main-navbar {
    display: flex !important;
    visibility: visible !important;
    min-height: 78px !important;
    background: #ffffff !important;
}

body.dc-template-viewcart header.header .dc-main-navbar > .container,
body.dc-viewcart-checkout-route header.header .dc-main-navbar > .container {
    width: 100% !important;
    max-width: 1240px !important;
    padding-right: clamp(18px, 4vw, 48px) !important;
    padding-left: clamp(18px, 4vw, 48px) !important;
}

body.dc-template-viewcart [data-target="#mainNavbar"],
body.dc-viewcart-checkout-route [data-target="#mainNavbar"] {
    display: inline-flex !important;
    visibility: visible !important;
}

body.dc-template-viewcart #main-body,
body.dc-viewcart-checkout-route #main-body {
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 34px 0 34px !important;
    background:
        radial-gradient(circle at top left, rgba(21, 94, 239, 0.1), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #f6f8fb 100%) !important;
}

body.dc-template-viewcart #main-body > .container,
body.dc-viewcart-checkout-route #main-body > .container {
    width: 100% !important;
    max-width: 1240px !important;
    padding-right: clamp(18px, 4vw, 48px) !important;
    padding-left: clamp(18px, 4vw, 48px) !important;
}

body.dc-template-viewcart #main-body > .container > .row,
body.dc-viewcart-checkout-route #main-body > .container > .row,
body.dc-template-viewcart .primary-content,
body.dc-viewcart-checkout-route .primary-content {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.dc-template-viewcart #main-body .sidebar,
body.dc-template-viewcart #main-body .cart-sidebar:not(.dc-viewcart-sidebar),
body.dc-viewcart-checkout-route #main-body .sidebar,
body.dc-viewcart-checkout-route #main-body .cart-sidebar:not(.dc-viewcart-sidebar) {
    display: none !important;
    visibility: hidden !important;
}

body.dc-template-viewcart .dc-viewcart-hero,
body.dc-viewcart-checkout-route .dc-viewcart-hero {
    display: block !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

body.dc-template-viewcart .dc-viewcart-hero h1,
body.dc-viewcart-checkout-route .dc-viewcart-hero h1 {
    margin: 0 !important;
    color: #101828 !important;
    font-size: clamp(2rem, 3.5vw, 3rem) !important;
    line-height: 1.04 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
}

body.dc-template-viewcart:not(.dc-cart-checkout-page) .dc-viewcart-hero h1,
body.dc-viewcart-checkout-route:not(.dc-cart-checkout-page) .dc-viewcart-hero h1 {
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.dc-cart-checkout-page .dc-viewcart-hero {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.dc-cart-checkout-page .dc-viewcart-hero h1 {
    font-size: clamp(1.9rem, 3.2vw, 2.55rem) !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
}

body.dc-cart-checkout-page #main-body {
    padding-top: 28px !important;
}

body.dc-cart-checkout-page #main-body > .container {
    max-width: 1240px !important;
}

body.dc-cart-checkout-page #order-standard_cart .cart-sidebar,
body.dc-cart-checkout-page #order-standard_cart .secondary-cart-sidebar,
body.dc-cart-checkout-page #order-standard_cart .card-sidebar[menuItemName="Categories"],
body.dc-cart-checkout-page #order-standard_cart .card-sidebar[menuItemName="Actions"],
body.dc-cart-checkout-page #order-standard_cart [menuItemName="Categories"],
body.dc-cart-checkout-page #order-standard_cart [menuItemName="Actions"],
body.dc-cart-checkout-page #main-body .sidebar {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.dc-cart-checkout-page #order-standard_cart .cart-body,
body.dc-cart-checkout-page #order-standard_cart .primary-content,
body.dc-cart-checkout-page #order-standard_cart .checkout-container,
body.dc-cart-checkout-page #order-standard_cart form {
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.dc-cart-checkout-page #order-standard_cart .checkout-container,
body.dc-cart-checkout-page #order-standard_cart form[name="orderfrm"],
body.dc-cart-checkout-page #order-standard_cart form#frmCheckout {
    padding: 32px !important;
    border: 1px solid #dbe4f0 !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.08) !important;
}

body.dc-cart-checkout-page #order-standard_cart input.form-control,
body.dc-cart-checkout-page #order-standard_cart select.form-control,
body.dc-cart-checkout-page #order-standard_cart textarea.form-control {
    min-height: 46px !important;
    border-radius: 14px !important;
}

@media (max-width: 767.98px) {
    body.dc-cart-checkout-page #main-body {
        padding-top: 22px !important;
    }

    body.dc-cart-checkout-page #main-body > .container {
        padding-right: 14px !important;
        padding-left: 14px !important;
    }

    body.dc-cart-checkout-page .dc-viewcart-hero {
        margin-bottom: 16px !important;
    }

    body.dc-cart-checkout-page .dc-viewcart-hero h1 {
        font-size: clamp(1.75rem, 9vw, 2.2rem) !important;
        line-height: 1.08 !important;
    }

    body.dc-cart-checkout-page #order-standard_cart .checkout-container,
    body.dc-cart-checkout-page #order-standard_cart form[name="orderfrm"],
    body.dc-cart-checkout-page #order-standard_cart form#frmCheckout {
        padding: 18px !important;
        border-radius: 18px !important;
    }
}

body.dc-template-viewcart .dc-viewcart-hero-brand,
body.dc-viewcart-checkout-route .dc-viewcart-hero-brand {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: #101828 !important;
    font-size: 0.98rem !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
}

body.dc-template-viewcart .dc-viewcart-brand-mark,
body.dc-viewcart-checkout-route .dc-viewcart-brand-mark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
    background: #2160e8 !important;
    color: #ffffff !important;
    font-size: 0.78rem !important;
    font-weight: 950 !important;
}

body.dc-template-viewcart .dc-viewcart-hero-copy,
body.dc-viewcart-checkout-route .dc-viewcart-hero-copy {
    display: grid !important;
    gap: 3px !important;
    text-align: right !important;
}

body.dc-template-viewcart .dc-viewcart-hero-copy strong,
body.dc-viewcart-checkout-route .dc-viewcart-hero-copy strong {
    color: #101828 !important;
    font-size: 0.95rem !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
}

body.dc-template-viewcart .dc-viewcart-hero-copy span,
body.dc-viewcart-checkout-route .dc-viewcart-hero-copy span {
    color: #667085 !important;
    font-size: 0.82rem !important;
    line-height: 1.35 !important;
    font-weight: 560 !important;
}

body.dc-template-viewcart #order-standard_cart,
body.dc-viewcart-checkout-route #order-standard_cart {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #101828 !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.dc-template-viewcart #nexus-root,
body.dc-viewcart-checkout-route #nexus-root {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
}

body.dc-template-viewcart #order-standard_cart > .row,
body.dc-viewcart-checkout-route #order-standard_cart > .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 420px !important;
    gap: clamp(24px, 3vw, 38px) !important;
    align-items: start !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.dc-template-viewcart #order-standard_cart .cart-body,
body.dc-viewcart-checkout-route #order-standard_cart .cart-body {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
}

body.dc-template-viewcart #order-standard_cart .cart-sidebar,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-sidebar,
body.dc-viewcart-checkout-route #order-standard_cart .cart-sidebar,
body.dc-viewcart-checkout-route #order-standard_cart .dc-viewcart-sidebar {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 420px !important;
    min-width: 0 !important;
    padding: 0 !important;
    position: static !important;
    top: auto !important;
}

body.dc-template-viewcart #order-standard_cart .header-lined,
body.dc-viewcart-checkout-route #order-standard_cart .header-lined {
    margin: 0 0 22px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.dc-template-viewcart #order-standard_cart .header-lined h1,
body.dc-viewcart-checkout-route #order-standard_cart .header-lined h1 {
    margin: 0 !important;
    color: #101828 !important;
    font-size: clamp(2.3rem, 4.2vw, 3.7rem) !important;
    line-height: 1.02 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
}

body.dc-template-viewcart #order-standard_cart .header-lined p,
body.dc-template-viewcart #order-standard_cart .header-lined .breadcrumb,
body.dc-template-viewcart #order-standard_cart .header-lined .small,
body.dc-viewcart-checkout-route #order-standard_cart .header-lined p,
body.dc-viewcart-checkout-route #order-standard_cart .header-lined .breadcrumb,
body.dc-viewcart-checkout-route #order-standard_cart .header-lined .small {
    display: none !important;
}

body.dc-template-viewcart .dc-viewcart-assurance,
body.dc-viewcart-checkout-route .dc-viewcart-assurance {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 0 0 20px !important;
}

body.dc-template-viewcart .dc-viewcart-assurance span,
body.dc-viewcart-checkout-route .dc-viewcart-assurance span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 44px !important;
    padding: 9px 12px !important;
    border: 1px solid #dbeafe !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #0b1f4d !important;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.045) !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
}

body.dc-template-viewcart #order-standard_cart .view-cart-items-header,
body.dc-viewcart-checkout-route #order-standard_cart .view-cart-items-header {
    display: none !important;
}

body.dc-template-viewcart #order-standard_cart .view-cart-items,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-items,
body.dc-viewcart-checkout-route #order-standard_cart .view-cart-items,
body.dc-viewcart-checkout-route #order-standard_cart .dc-viewcart-items {
    display: grid !important;
    gap: 16px !important;
    margin: 0 0 22px !important;
    padding: 18px !important;
    border: 1px solid #dbe4f0 !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.07) !important;
}

body.dc-template-viewcart #order-standard_cart .view-cart-items .item,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-item,
body.dc-viewcart-checkout-route #order-standard_cart .view-cart-items .item,
body.dc-viewcart-checkout-route #order-standard_cart .dc-viewcart-item {
    position: relative !important;
    margin: 0 !important;
    padding: 22px !important;
    border: 1px solid #e3eaf3 !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
    box-shadow: none !important;
}

body.dc-template-viewcart #order-standard_cart .view-cart-items .item > .row,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-item > .row,
body.dc-viewcart-checkout-route #order-standard_cart .view-cart-items .item > .row,
body.dc-viewcart-checkout-route #order-standard_cart .dc-viewcart-item > .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(150px, auto) 42px !important;
    gap: 16px !important;
    align-items: center !important;
    margin: 0 !important;
}

body.dc-template-viewcart #order-standard_cart .view-cart-items .item [class*="col-"],
body.dc-template-viewcart #order-standard_cart .dc-viewcart-item [class*="col-"],
body.dc-viewcart-checkout-route #order-standard_cart .view-cart-items .item [class*="col-"],
body.dc-viewcart-checkout-route #order-standard_cart .dc-viewcart-item [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    flex: none !important;
}

body.dc-template-viewcart #order-standard_cart .item-title,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-item-title,
body.dc-viewcart-checkout-route #order-standard_cart .item-title,
body.dc-viewcart-checkout-route #order-standard_cart .dc-viewcart-item-title {
    color: #101828 !important;
    font-size: 1.15rem !important;
    line-height: 1.3 !important;
    font-weight: 920 !important;
}

body.dc-template-viewcart #order-standard_cart .item-price,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-item-price,
body.dc-viewcart-checkout-route #order-standard_cart .item-price,
body.dc-viewcart-checkout-route #order-standard_cart .dc-viewcart-item-price {
    color: #101828 !important;
    font-size: 1.08rem !important;
    line-height: 1.2 !important;
    font-weight: 920 !important;
    text-align: right !important;
    white-space: nowrap !important;
}

body.dc-template-viewcart #order-standard_cart select.form-control,
body.dc-template-viewcart #order-standard_cart input.form-control,
body.dc-viewcart-checkout-route #order-standard_cart select.form-control,
body.dc-viewcart-checkout-route #order-standard_cart input.form-control {
    min-height: 44px !important;
    border: 1px solid #cfd8e6 !important;
    border-radius: 12px !important;
    background-color: #ffffff !important;
    color: #101828 !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04) !important;
    font-size: 13px !important;
    font-weight: 650 !important;
}

body.dc-template-viewcart #order-standard_cart .btn-remove-from-cart,
body.dc-template-viewcart #order-standard_cart .remove-from-cart,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-remove,
body.dc-viewcart-checkout-route #order-standard_cart .btn-remove-from-cart,
body.dc-viewcart-checkout-route #order-standard_cart .remove-from-cart,
body.dc-viewcart-checkout-route #order-standard_cart .dc-viewcart-remove {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    border: 1px solid #fee4e2 !important;
    border-radius: 12px !important;
    background: #fff5f5 !important;
    color: #d92d20 !important;
}

body.dc-template-viewcart #order-standard_cart .view-cart-tabs,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-utility-panel,
body.dc-viewcart-checkout-route #order-standard_cart .view-cart-tabs,
body.dc-viewcart-checkout-route #order-standard_cart .dc-viewcart-utility-panel {
    margin: 0 0 22px !important;
    padding: 18px !important;
    border: 1px solid #dbe4f0 !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.055) !important;
}

body.dc-template-viewcart #order-standard_cart .view-cart-tabs .nav-tabs,
body.dc-viewcart-checkout-route #order-standard_cart .view-cart-tabs .nav-tabs {
    display: flex !important;
    gap: 8px !important;
    padding: 0 !important;
    border: 0 !important;
}

body.dc-template-viewcart #order-standard_cart .view-cart-tabs .nav-tabs > li,
body.dc-viewcart-checkout-route #order-standard_cart .view-cart-tabs .nav-tabs > li {
    flex: 1 1 0 !important;
}

body.dc-template-viewcart #order-standard_cart .view-cart-tabs .nav-tabs a,
body.dc-viewcart-checkout-route #order-standard_cart .view-cart-tabs .nav-tabs a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    border: 1px solid #dbe4f0 !important;
    border-radius: 12px !important;
    color: #475467 !important;
    background: #f8fafc !important;
    font-weight: 850 !important;
}

body.dc-template-viewcart #order-standard_cart .view-cart-tabs .nav-tabs a.active,
body.dc-template-viewcart #order-standard_cart .view-cart-tabs .nav-tabs a[aria-selected="true"],
body.dc-viewcart-checkout-route #order-standard_cart .view-cart-tabs .nav-tabs a.active,
body.dc-viewcart-checkout-route #order-standard_cart .view-cart-tabs .nav-tabs a[aria-selected="true"] {
    border-color: #2160e8 !important;
    background: #eff6ff !important;
    color: #2160e8 !important;
}

body.dc-template-viewcart #order-standard_cart .cart-sidebar .card-sidebar,
body.dc-template-viewcart #order-standard_cart .cart-sidebar .panel,
body.dc-template-viewcart #order-standard_cart .order-summary,
body.dc-template-viewcart #order-standard_cart .summary-container,
body.dc-viewcart-checkout-route #order-standard_cart .cart-sidebar .card-sidebar,
body.dc-viewcart-checkout-route #order-standard_cart .cart-sidebar .panel,
body.dc-viewcart-checkout-route #order-standard_cart .order-summary,
body.dc-viewcart-checkout-route #order-standard_cart .summary-container {
    overflow: hidden !important;
    margin: 0 0 18px !important;
    border: 1px solid #dbe4f0 !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 24px 62px rgba(15, 23, 42, 0.09) !important;
}

body.dc-template-viewcart #order-standard_cart .cart-sidebar .card-header,
body.dc-template-viewcart #order-standard_cart .cart-sidebar .panel-heading,
body.dc-template-viewcart #order-standard_cart .order-summary h2,
body.dc-template-viewcart #order-standard_cart .summary-container h2,
body.dc-viewcart-checkout-route #order-standard_cart .cart-sidebar .card-header,
body.dc-viewcart-checkout-route #order-standard_cart .cart-sidebar .panel-heading,
body.dc-viewcart-checkout-route #order-standard_cart .order-summary h2,
body.dc-viewcart-checkout-route #order-standard_cart .summary-container h2 {
    margin: 0 !important;
    padding: 22px 24px 10px !important;
    border: 0 !important;
    background: #ffffff !important;
    color: #101828 !important;
    font-size: 1.45rem !important;
    line-height: 1.2 !important;
    font-weight: 950 !important;
    text-align: left !important;
}

body.dc-template-viewcart #order-standard_cart .cart-sidebar .card-body,
body.dc-template-viewcart #order-standard_cart .cart-sidebar .panel-body,
body.dc-template-viewcart #order-standard_cart .summary-container,
body.dc-template-viewcart #order-standard_cart .order-summary .summary-container,
body.dc-viewcart-checkout-route #order-standard_cart .cart-sidebar .card-body,
body.dc-viewcart-checkout-route #order-standard_cart .cart-sidebar .panel-body,
body.dc-viewcart-checkout-route #order-standard_cart .summary-container,
body.dc-viewcart-checkout-route #order-standard_cart .order-summary .summary-container {
    padding: 18px 24px 24px !important;
}

body.dc-template-viewcart #order-standard_cart .summary-container .clearfix,
body.dc-template-viewcart #order-standard_cart .order-summary .clearfix,
body.dc-template-viewcart #order-standard_cart .summary-totals .clearfix,
body.dc-template-viewcart #order-standard_cart .recurring-totals .clearfix,
body.dc-template-viewcart #order-standard_cart .cart-sidebar .list-group-item,
body.dc-viewcart-checkout-route #order-standard_cart .summary-container .clearfix,
body.dc-viewcart-checkout-route #order-standard_cart .order-summary .clearfix,
body.dc-viewcart-checkout-route #order-standard_cart .summary-totals .clearfix,
body.dc-viewcart-checkout-route #order-standard_cart .recurring-totals .clearfix,
body.dc-viewcart-checkout-route #order-standard_cart .cart-sidebar .list-group-item {
    padding: 11px 0 !important;
    border-color: #edf2f7 !important;
    background: transparent !important;
    color: #475467 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
}

body.dc-template-viewcart #order-standard_cart .total-due-today,
body.dc-template-viewcart #order-standard_cart .summary-total,
body.dc-viewcart-checkout-route #order-standard_cart .total-due-today,
body.dc-viewcart-checkout-route #order-standard_cart .summary-total {
    margin-top: 14px !important;
    padding: 18px !important;
    border: 1px solid #cfe0ff !important;
    border-radius: 16px !important;
    background: #eff6ff !important;
}

body.dc-template-viewcart #order-standard_cart .total-due-today .amt,
body.dc-template-viewcart #order-standard_cart .summary-total .amt,
body.dc-viewcart-checkout-route #order-standard_cart .total-due-today .amt,
body.dc-viewcart-checkout-route #order-standard_cart .summary-total .amt {
    display: block !important;
    color: #2160e8 !important;
    font-size: clamp(2rem, 3vw, 2.7rem) !important;
    line-height: 1.02 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-viewcart #order-standard_cart .btn-primary,
body.dc-template-viewcart #order-standard_cart .btn-success,
body.dc-template-viewcart #order-standard_cart #btnCheckout,
body.dc-template-viewcart #order-standard_cart .dc-viewcart-primary-action,
body.dc-viewcart-checkout-route #order-standard_cart .btn-primary,
body.dc-viewcart-checkout-route #order-standard_cart .btn-success,
body.dc-viewcart-checkout-route #order-standard_cart #btnCheckout,
body.dc-viewcart-checkout-route #order-standard_cart .dc-viewcart-primary-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 52px !important;
    border: 1px solid #101828 !important;
    border-radius: 14px !important;
    background: #101828 !important;
    color: #ffffff !important;
    box-shadow: 0 18px 34px rgba(16, 24, 40, 0.18) !important;
    font-size: 0.98rem !important;
    font-weight: 900 !important;
}

body.dc-template-viewcart #footer,
body.dc-template-viewcart footer.footer,
body.dc-viewcart-checkout-route #footer,
body.dc-viewcart-checkout-route footer.footer {
    position: static !important;
    margin-top: 0 !important;
    background: #101828 !important;
}

@media (max-width: 991.98px) {
    body.dc-template-viewcart #order-standard_cart > .row,
    body.dc-viewcart-checkout-route #order-standard_cart > .row {
        display: block !important;
    }

    body.dc-template-viewcart #order-standard_cart .cart-sidebar,
    body.dc-template-viewcart #order-standard_cart .dc-viewcart-sidebar,
    body.dc-viewcart-checkout-route #order-standard_cart .cart-sidebar,
    body.dc-viewcart-checkout-route #order-standard_cart .dc-viewcart-sidebar {
        max-width: none !important;
        margin-top: 24px !important;
    }

    body.dc-template-viewcart .dc-viewcart-hero,
    body.dc-viewcart-checkout-route .dc-viewcart-hero,
    body.dc-template-viewcart .dc-viewcart-assurance,
    body.dc-viewcart-checkout-route .dc-viewcart-assurance {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-viewcart .dc-viewcart-hero-copy,
    body.dc-viewcart-checkout-route .dc-viewcart-hero-copy {
        text-align: left !important;
    }
}

@media (max-width: 575.98px) {
    body.dc-template-viewcart #main-body,
    body.dc-viewcart-checkout-route #main-body {
        padding-top: 20px !important;
    }

    body.dc-template-viewcart #order-standard_cart .view-cart-items .item > .row,
    body.dc-template-viewcart #order-standard_cart .dc-viewcart-item > .row,
    body.dc-viewcart-checkout-route #order-standard_cart .view-cart-items .item > .row,
    body.dc-viewcart-checkout-route #order-standard_cart .dc-viewcart-item > .row {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-viewcart #order-standard_cart .item-price,
    body.dc-template-viewcart #order-standard_cart .dc-viewcart-item-price,
    body.dc-viewcart-checkout-route #order-standard_cart .item-price,
    body.dc-viewcart-checkout-route #order-standard_cart .dc-viewcart-item-price {
        text-align: left !important;
        white-space: normal !important;
    }
}

/* Ultimate checkout override: this must stay at the end of custom.css. */
body.dc-cart-checkout-page #order-standard_cart > .row,
body.dc-cart-checkout-page.dc-viewcart-checkout-route #order-standard_cart > .row,
body.dc-template-viewcart.dc-cart-checkout-page #order-standard_cart > .row {
    display: block !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
}

body.dc-cart-checkout-page #order-standard_cart .cart-sidebar,
body.dc-cart-checkout-page #order-standard_cart .dc-viewcart-sidebar,
body.dc-cart-checkout-page #order-standard_cart .secondary-cart-sidebar,
body.dc-cart-checkout-page #order-standard_cart .sidebar,
body.dc-cart-checkout-page #order-standard_cart .sidebar-secondary,
body.dc-cart-checkout-page #order-standard_cart .panel-sidebar,
body.dc-cart-checkout-page #order-standard_cart .card-sidebar,
body.dc-cart-checkout-page #order-standard_cart .sidebar-collapsed,
body.dc-cart-checkout-page #order-standard_cart #btnShowSidebar,
body.dc-cart-checkout-page #order-standard_cart [menuItemName="Categories"],
body.dc-cart-checkout-page #order-standard_cart [menuitemname="Categories"],
body.dc-cart-checkout-page #order-standard_cart [menuItemName="Actions"],
body.dc-cart-checkout-page #order-standard_cart [menuitemname="Actions"],
body.dc-cart-checkout-page #order-standard_cart [menuItemName="Choose Currency"],
body.dc-cart-checkout-page #order-standard_cart [menuitemname="Choose Currency"],
body.dc-cart-checkout-page #order-standard_cart [id^="Secondary_Sidebar-"],
body.dc-cart-checkout-page #order-standard_cart [id*="Secondary_Sidebar-Categories"],
body.dc-cart-checkout-page #order-standard_cart [id*="Secondary_Sidebar-Actions"],
body.dc-cart-checkout-page #order-standard_cart [data-dc-checkout-hidden-panel="true"],
body.dc-cart-checkout-page #main-body > .container > .row > .sidebar,
body.dc-cart-checkout-page #main-body > .container > .row > .sidebar-secondary,
body.dc-cart-checkout-page #main-body [data-dc-checkout-hidden-panel="true"] {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.dc-cart-checkout-page #order-standard_cart .cart-body,
body.dc-cart-checkout-page #order-standard_cart .primary-content,
body.dc-cart-checkout-page #order-standard_cart .checkout-container,
body.dc-cart-checkout-page #order-standard_cart form,
body.dc-cart-checkout-page #main-body .primary-content {
    float: none !important;
    flex: none !important;
    width: 100% !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (max-width: 767.98px) {
    body.dc-cart-checkout-page #main-body {
        padding-top: 18px !important;
    }

    body.dc-cart-checkout-page #order-standard_cart,
    body.dc-cart-checkout-page #order-standard_cart .cart-body,
    body.dc-cart-checkout-page #order-standard_cart .checkout-container,
    body.dc-cart-checkout-page #order-standard_cart form,
    body.dc-cart-checkout-page #main-body .primary-content {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Checkout polish: centered, readable form width with aligned controls. */
body.dc-cart-checkout-page #main-body > .container {
    width: 100% !important;
    max-width: 1160px !important;
    padding-right: clamp(20px, 3vw, 34px) !important;
    padding-left: clamp(20px, 3vw, 34px) !important;
}

body.dc-cart-checkout-page #order-standard_cart,
body.dc-cart-checkout-page #order-standard_cart .cart-body,
body.dc-cart-checkout-page #order-standard_cart .primary-content,
body.dc-cart-checkout-page #main-body .primary-content {
    width: 100% !important;
    max-width: 1040px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.dc-cart-checkout-page #order-standard_cart .header-lined,
body.dc-cart-checkout-page #order-standard_cart .dc-viewcart-header {
    width: 100% !important;
    max-width: 1040px !important;
    margin: 0 auto 18px !important;
}

body.dc-cart-checkout-page #order-standard_cart .header-lined h1,
body.dc-cart-checkout-page #order-standard_cart .dc-viewcart-header h1,
body.dc-cart-checkout-page #order-standard_cart h1 {
    margin: 0 0 16px !important;
    color: #101828 !important;
    font-size: clamp(2.2rem, 4.4vw, 3.15rem) !important;
    line-height: 1.04 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
}

body.dc-cart-checkout-page #order-standard_cart .cart-body > p,
body.dc-cart-checkout-page #order-standard_cart .checkout-intro,
body.dc-cart-checkout-page #order-standard_cart .dc-viewcart-header + p {
    width: 100% !important;
    max-width: 1040px !important;
    margin: 0 auto 16px !important;
    color: #344054 !important;
    font-size: 0.94rem !important;
    line-height: 1.55 !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-viewcart-assurance {
    width: 100% !important;
    max-width: 1040px !important;
    margin: 14px auto 20px !important;
    gap: 12px !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-viewcart-assurance span {
    min-height: 44px !important;
    border-radius: 13px !important;
    font-size: 0.84rem !important;
    line-height: 1.2 !important;
}

body.dc-cart-checkout-page #order-standard_cart .checkout-container,
body.dc-cart-checkout-page #order-standard_cart form[name="orderfrm"],
body.dc-cart-checkout-page #order-standard_cart form#frmCheckout {
    width: 100% !important;
    max-width: 1040px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 32px !important;
    border-radius: 22px !important;
    box-shadow: 0 22px 56px rgba(15, 23, 42, 0.075) !important;
}

body.dc-cart-checkout-page #order-standard_cart .form-group,
body.dc-cart-checkout-page #order-standard_cart .field,
body.dc-cart-checkout-page #order-standard_cart .form-row > [class*="col-"],
body.dc-cart-checkout-page #order-standard_cart .row > [class*="col-"] {
    min-width: 0 !important;
}

body.dc-cart-checkout-page #order-standard_cart .input-group {
    display: flex !important;
    align-items: stretch !important;
    min-height: 46px !important;
}

body.dc-cart-checkout-page #order-standard_cart .input-group-prepend,
body.dc-cart-checkout-page #order-standard_cart .input-group-append {
    display: flex !important;
    align-items: stretch !important;
    margin: 0 !important;
}

body.dc-cart-checkout-page #order-standard_cart .input-group-text,
body.dc-cart-checkout-page #order-standard_cart .input-group-addon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    height: 46px !important;
    padding: 0 12px !important;
    color: #667085 !important;
    line-height: 1 !important;
    border-color: #cfd8e6 !important;
    background: #f8fafc !important;
}

body.dc-cart-checkout-page #order-standard_cart input.form-control,
body.dc-cart-checkout-page #order-standard_cart select.form-control,
body.dc-cart-checkout-page #order-standard_cart textarea.form-control,
body.dc-cart-checkout-page #order-standard_cart .input-group > .form-control {
    min-height: 46px !important;
    height: 46px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #101828 !important;
    font-size: 0.93rem !important;
    line-height: 46px !important;
    font-weight: 650 !important;
}

body.dc-cart-checkout-page #order-standard_cart textarea.form-control {
    height: auto !important;
    min-height: 92px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    line-height: 1.45 !important;
}

body.dc-cart-checkout-page #order-standard_cart .input-group i,
body.dc-cart-checkout-page #order-standard_cart .input-group .fa,
body.dc-cart-checkout-page #order-standard_cart .input-group .fas,
body.dc-cart-checkout-page #order-standard_cart .input-group .far,
body.dc-cart-checkout-page #order-standard_cart .input-group .fab {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    transform: translateY(0) !important;
}

@media (max-width: 767.98px) {
    body.dc-cart-checkout-page #main-body > .container {
        max-width: 100% !important;
        padding-right: 14px !important;
        padding-left: 14px !important;
    }

    body.dc-cart-checkout-page #order-standard_cart .header-lined h1,
    body.dc-cart-checkout-page #order-standard_cart .dc-viewcart-header h1,
    body.dc-cart-checkout-page #order-standard_cart h1 {
        font-size: clamp(1.85rem, 10vw, 2.35rem) !important;
    }

    body.dc-cart-checkout-page #order-standard_cart .dc-viewcart-assurance {
        grid-template-columns: 1fr !important;
    }

    body.dc-cart-checkout-page #order-standard_cart .checkout-container,
    body.dc-cart-checkout-page #order-standard_cart form[name="orderfrm"],
    body.dc-cart-checkout-page #order-standard_cart form#frmCheckout {
        max-width: 100% !important;
        padding: 20px !important;
        border-radius: 18px !important;
    }
}

/* Checkout lower-section finish and mobile assurance polish. */
body.dc-cart-checkout-page #order-standard_cart .dc-viewcart-assurance,
body.dc-cart-checkout-page .dc-viewcart-assurance {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 10px !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-viewcart-assurance span,
body.dc-cart-checkout-page .dc-viewcart-assurance span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    padding: 0 12px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-viewcart-assurance i,
body.dc-cart-checkout-page .dc-viewcart-assurance i {
    flex: 0 0 auto !important;
}

body.dc-cart-checkout-page #order-standard_cart .sub-heading,
body.dc-cart-checkout-page #order-standard_cart .section-heading {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    margin: 28px 0 18px !important;
    color: #101828 !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

body.dc-cart-checkout-page #order-standard_cart .sub-heading span,
body.dc-cart-checkout-page #order-standard_cart .section-heading span,
body.dc-cart-checkout-page #order-standard_cart .sub-heading > div {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 14px !important;
    background: #ffffff !important;
    color: #101828 !important;
}

body.dc-cart-checkout-page #order-standard_cart .sub-heading::before,
body.dc-cart-checkout-page #order-standard_cart .sub-heading::after,
body.dc-cart-checkout-page #order-standard_cart .section-heading::before,
body.dc-cart-checkout-page #order-standard_cart .section-heading::after {
    content: "" !important;
    display: block !important;
    flex: 1 1 auto !important;
    height: 1px !important;
    background: #dbe4f0 !important;
}

body.dc-cart-checkout-page #order-standard_cart .alert-success,
body.dc-cart-checkout-page #order-standard_cart .total-due-today {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-height: 52px !important;
    margin: 16px 0 18px !important;
    padding: 14px 18px !important;
    border: 1px solid #bbf7d0 !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #ecfdf3 0%, #dcfce7 100%) !important;
    color: #14532d !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
    font-size: 0.95rem !important;
    font-weight: 650 !important;
}

body.dc-cart-checkout-page #order-standard_cart .alert-success strong,
body.dc-cart-checkout-page #order-standard_cart .alert-success .amt,
body.dc-cart-checkout-page #order-standard_cart .alert-success #totalDueToday,
body.dc-cart-checkout-page #order-standard_cart .total-due-today strong,
body.dc-cart-checkout-page #order-standard_cart .total-due-today .amt,
body.dc-cart-checkout-page #order-standard_cart .total-due-today #totalDueToday {
    color: #166534 !important;
    font-size: 1.05rem !important;
    font-weight: 950 !important;
}

body.dc-cart-checkout-page #order-standard_cart .payment-methods,
body.dc-cart-checkout-page #order-standard_cart .payment-methods-container,
body.dc-cart-checkout-page #order-standard_cart #paymentGatewaysContainer,
body.dc-cart-checkout-page #order-standard_cart .gateway-input-container {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin: 12px 0 24px !important;
}

body.dc-cart-checkout-page #order-standard_cart .payment-methods label,
body.dc-cart-checkout-page #order-standard_cart .payment-methods-container label,
body.dc-cart-checkout-page #order-standard_cart .gateway-input-container label,
body.dc-cart-checkout-page #order-standard_cart label.radio-inline {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 9px 16px !important;
    border: 1px solid #dbe4f0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #344054 !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
    font-size: 0.9rem !important;
    font-weight: 750 !important;
}

body.dc-cart-checkout-page #order-standard_cart textarea[name="notes"],
body.dc-cart-checkout-page #order-standard_cart textarea#inputNotes,
body.dc-cart-checkout-page #order-standard_cart textarea.form-control {
    width: 100% !important;
    min-height: 112px !important;
    padding: 14px 16px !important;
    border: 1px solid #d5deeb !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #101828 !important;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03) !important;
    font-size: 0.94rem !important;
    line-height: 1.55 !important;
    font-weight: 560 !important;
}

body.dc-cart-checkout-page #order-standard_cart textarea[name="notes"]::placeholder,
body.dc-cart-checkout-page #order-standard_cart textarea#inputNotes::placeholder,
body.dc-cart-checkout-page #order-standard_cart textarea.form-control::placeholder {
    color: #667085 !important;
    opacity: 1 !important;
}

body.dc-cart-checkout-page #order-standard_cart h3,
body.dc-cart-checkout-page #order-standard_cart h4 {
    color: #101828 !important;
    font-size: 1.02rem !important;
    line-height: 1.35 !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
}

body.dc-cart-checkout-page #order-standard_cart p {
    color: #344054 !important;
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
}

body.dc-cart-checkout-page #order-standard_cart .bootstrap-switch,
body.dc-cart-checkout-page #order-standard_cart .switch,
body.dc-cart-checkout-page #order-standard_cart input[type="checkbox"] + label {
    vertical-align: middle !important;
}

body.dc-cart-checkout-page #order-standard_cart .btn,
body.dc-cart-checkout-page #order-standard_cart button,
body.dc-cart-checkout-page #order-standard_cart input[type="submit"] {
    min-height: 42px !important;
    border-radius: 12px !important;
    font-weight: 850 !important;
}

body.dc-cart-checkout-page #order-standard_cart .btn-default,
body.dc-cart-checkout-page #order-standard_cart .btn-secondary,
body.dc-cart-checkout-page #order-standard_cart #btnGeneratePassword {
    border: 1px solid #c9d8ea !important;
    background: #ffffff !important;
    color: #101828 !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.045) !important;
}

body.dc-cart-checkout-page #order-standard_cart .progress,
body.dc-cart-checkout-page #order-standard_cart .password-strength-meter {
    height: 12px !important;
    margin: 10px 0 6px !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    background: #eaf0f7 !important;
}

body.dc-cart-checkout-page #order-standard_cart .progress-bar,
body.dc-cart-checkout-page #order-standard_cart .password-strength-meter div {
    border-radius: inherit !important;
}

@media (max-width: 767.98px) {
    body.dc-cart-checkout-page #order-standard_cart .dc-viewcart-assurance,
    body.dc-cart-checkout-page .dc-viewcart-assurance {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 6px !important;
        margin: 10px auto 16px !important;
    }

    body.dc-cart-checkout-page #order-standard_cart .dc-viewcart-assurance span,
    body.dc-cart-checkout-page .dc-viewcart-assurance span {
        min-height: 38px !important;
        padding: 0 6px !important;
        gap: 4px !important;
        border-radius: 10px !important;
        font-size: clamp(0.62rem, 2.35vw, 0.74rem) !important;
    }

    body.dc-cart-checkout-page #order-standard_cart .sub-heading,
    body.dc-cart-checkout-page #order-standard_cart .section-heading {
        margin: 22px 0 14px !important;
        font-size: 0.92rem !important;
    }

    body.dc-cart-checkout-page #order-standard_cart .alert-success,
    body.dc-cart-checkout-page #order-standard_cart .total-due-today {
        flex-direction: column !important;
        gap: 2px !important;
        min-height: 0 !important;
        padding: 13px 12px !important;
        text-align: center !important;
    }
}

/* Checkout final detailing pass: cleaner spacing, sections, and gateway scaling. */
body.dc-cart-checkout-page #order-standard_cart form[name="orderfrm"],
body.dc-cart-checkout-page #order-standard_cart form#frmCheckout,
body.dc-cart-checkout-page #order-standard_cart .checkout-container {
    padding-bottom: 34px !important;
}

body.dc-cart-checkout-page #order-standard_cart form[name="orderfrm"] > *,
body.dc-cart-checkout-page #order-standard_cart form#frmCheckout > *,
body.dc-cart-checkout-page #order-standard_cart .checkout-container > * {
    max-width: 100% !important;
}

body.dc-cart-checkout-page #order-standard_cart .form-group {
    margin-bottom: 14px !important;
}

body.dc-cart-checkout-page #order-standard_cart .row {
    row-gap: 14px !important;
}

body.dc-cart-checkout-page #order-standard_cart .sub-heading,
body.dc-cart-checkout-page #order-standard_cart .section-heading {
    position: relative !important;
    gap: 16px !important;
    margin: 34px 0 22px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #101828 !important;
    font-size: 0.98rem !important;
    font-weight: 900 !important;
}

body.dc-cart-checkout-page #order-standard_cart .sub-heading span,
body.dc-cart-checkout-page #order-standard_cart .section-heading span,
body.dc-cart-checkout-page #order-standard_cart .sub-heading > div,
body.dc-cart-checkout-page #order-standard_cart .section-heading > div {
    min-height: 32px !important;
    padding: 6px 16px !important;
    border: 1px solid #dbe4f0 !important;
    border-radius: 999px !important;
    background: #f8fbff !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045) !important;
    white-space: nowrap !important;
}

body.dc-cart-checkout-page #order-standard_cart .sub-heading::before,
body.dc-cart-checkout-page #order-standard_cart .sub-heading::after,
body.dc-cart-checkout-page #order-standard_cart .section-heading::before,
body.dc-cart-checkout-page #order-standard_cart .section-heading::after {
    background: #e5edf7 !important;
}

body.dc-cart-checkout-page #order-standard_cart .btn-info,
body.dc-cart-checkout-page #order-standard_cart .btn-success:not([type="submit"]),
body.dc-cart-checkout-page #order-standard_cart a[href*="login"].btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    min-height: 42px !important;
    margin: 0 0 16px auto !important;
    padding: 0 18px !important;
    border: 1px solid rgba(21, 94, 239, 0.16) !important;
    border-radius: 12px !important;
    background: #0ea5b7 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 26px rgba(14, 165, 183, 0.2) !important;
    font-size: 0.92rem !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

body.dc-cart-checkout-page #order-standard_cart .payment-methods,
body.dc-cart-checkout-page #order-standard_cart .payment-methods-container,
body.dc-cart-checkout-page #order-standard_cart #paymentGatewaysContainer,
body.dc-cart-checkout-page #order-standard_cart .gateway-input-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(178px, 1fr)) !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    width: 100% !important;
    gap: 12px !important;
    margin: 14px 0 28px !important;
}

body.dc-cart-checkout-page #order-standard_cart .payment-methods label,
body.dc-cart-checkout-page #order-standard_cart .payment-methods-container label,
body.dc-cart-checkout-page #order-standard_cart .gateway-input-container label,
body.dc-cart-checkout-page #order-standard_cart label.radio-inline {
    width: 100% !important;
    min-height: 48px !important;
    border-radius: 14px !important;
    background: #f8fbff !important;
}

body.dc-cart-checkout-page #order-standard_cart input[type="radio"]:checked + label,
body.dc-cart-checkout-page #order-standard_cart label.radio-inline:has(input[type="radio"]:checked),
body.dc-cart-checkout-page #order-standard_cart .gateway-input-container label:has(input[type="radio"]:checked) {
    border-color: #2160e8 !important;
    background: #eff6ff !important;
    color: #0f3fbd !important;
    box-shadow: 0 12px 28px rgba(21, 94, 239, 0.12) !important;
}

body.dc-cart-checkout-page #order-standard_cart textarea[name="notes"],
body.dc-cart-checkout-page #order-standard_cart textarea#inputNotes,
body.dc-cart-checkout-page #order-standard_cart textarea.form-control {
    margin-bottom: 18px !important;
    resize: vertical !important;
}

body.dc-cart-checkout-page #order-standard_cart textarea[name="notes"]:focus,
body.dc-cart-checkout-page #order-standard_cart textarea#inputNotes:focus,
body.dc-cart-checkout-page #order-standard_cart textarea.form-control:focus {
    border-color: #2160e8 !important;
    box-shadow: 0 0 0 4px rgba(21, 94, 239, 0.1), inset 0 1px 2px rgba(15, 23, 42, 0.03) !important;
}

body.dc-cart-checkout-page #order-standard_cart h3,
body.dc-cart-checkout-page #order-standard_cart h4 {
    margin-top: 20px !important;
    margin-bottom: 8px !important;
}

body.dc-cart-checkout-page #order-standard_cart h3 + p,
body.dc-cart-checkout-page #order-standard_cart h4 + p {
    max-width: 820px !important;
    margin-bottom: 14px !important;
}

body.dc-cart-checkout-page #order-standard_cart .bootstrap-switch,
body.dc-cart-checkout-page #order-standard_cart .switch {
    margin: 4px 0 22px !important;
}

body.dc-cart-checkout-page #order-standard_cart .bootstrap-switch .bootstrap-switch-handle-on,
body.dc-cart-checkout-page #order-standard_cart .bootstrap-switch .bootstrap-switch-handle-off,
body.dc-cart-checkout-page #order-standard_cart .bootstrap-switch .bootstrap-switch-label {
    min-height: 28px !important;
    line-height: 28px !important;
    font-weight: 800 !important;
}

body.dc-cart-checkout-page #order-standard_cart .btn-primary[type="submit"],
body.dc-cart-checkout-page #order-standard_cart button[type="submit"].btn-primary,
body.dc-cart-checkout-page #order-standard_cart input[type="submit"].btn-primary,
body.dc-cart-checkout-page #order-standard_cart #btnCompleteOrder {
    width: 100% !important;
    min-height: 54px !important;
    margin-top: 2px !important;
    border: 0 !important;
    border-radius: 13px !important;
    background: #101828 !important;
    color: #ffffff !important;
    box-shadow: 0 18px 36px rgba(16, 24, 40, 0.16) !important;
    font-size: 0.98rem !important;
    font-weight: 950 !important;
}

body.dc-cart-checkout-page #order-standard_cart .btn-primary[type="submit"]:hover,
body.dc-cart-checkout-page #order-standard_cart button[type="submit"].btn-primary:hover,
body.dc-cart-checkout-page #order-standard_cart input[type="submit"].btn-primary:hover,
body.dc-cart-checkout-page #order-standard_cart #btnCompleteOrder:hover {
    background: #2160e8 !important;
    box-shadow: 0 20px 40px rgba(21, 94, 239, 0.2) !important;
}

@media (max-width: 767.98px) {
    body.dc-cart-checkout-page #order-standard_cart .sub-heading,
    body.dc-cart-checkout-page #order-standard_cart .section-heading {
        gap: 8px !important;
        margin: 28px 0 18px !important;
        font-size: 0.86rem !important;
    }

    body.dc-cart-checkout-page #order-standard_cart .sub-heading span,
    body.dc-cart-checkout-page #order-standard_cart .section-heading span,
    body.dc-cart-checkout-page #order-standard_cart .sub-heading > div,
    body.dc-cart-checkout-page #order-standard_cart .section-heading > div {
        max-width: calc(100vw - 76px) !important;
        padding: 6px 10px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    body.dc-cart-checkout-page #order-standard_cart .btn-info,
    body.dc-cart-checkout-page #order-standard_cart .btn-success:not([type="submit"]),
    body.dc-cart-checkout-page #order-standard_cart a[href*="login"].btn {
        width: 100% !important;
        margin: 0 0 14px !important;
    }

    body.dc-cart-checkout-page #order-standard_cart .payment-methods,
    body.dc-cart-checkout-page #order-standard_cart .payment-methods-container,
    body.dc-cart-checkout-page #order-standard_cart #paymentGatewaysContainer,
    body.dc-cart-checkout-page #order-standard_cart .gateway-input-container {
        grid-template-columns: 1fr !important;
    }
}

/* Checkout final behavior polish: payment block, mailing switch, smoother bottom spacing. */
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-copy {
    display: block !important;
    width: 100% !important;
    margin: 4px 0 12px !important;
    color: #344054 !important;
    text-align: left !important;
    font-size: 0.92rem !important;
    line-height: 1.45 !important;
    font-weight: 650 !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-options,
body.dc-cart-checkout-page #order-standard_cart .payment-methods,
body.dc-cart-checkout-page #order-standard_cart .payment-methods-container,
body.dc-cart-checkout-page #order-standard_cart #paymentGatewaysContainer,
body.dc-cart-checkout-page #order-standard_cart .gateway-input-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 0 28px !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-option,
body.dc-cart-checkout-page #order-standard_cart .payment-methods label,
body.dc-cart-checkout-page #order-standard_cart .payment-methods-container label,
body.dc-cart-checkout-page #order-standard_cart .gateway-input-container label,
body.dc-cart-checkout-page #order-standard_cart label.radio-inline {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 12px 18px !important;
    border: 1px solid #c9d8ea !important;
    border-radius: 14px !important;
    background: #f8fbff !important;
    color: #101828 !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045) !important;
    text-align: center !important;
    font-size: 0.93rem !important;
    line-height: 1.2 !important;
    font-weight: 850 !important;
    cursor: pointer !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-option:has(input:checked),
body.dc-cart-checkout-page #order-standard_cart .gateway-input-container label:has(input:checked),
body.dc-cart-checkout-page #order-standard_cart label.radio-inline:has(input:checked) {
    border-color: #2160e8 !important;
    background: #eff6ff !important;
    color: #0f3fbd !important;
    box-shadow: 0 14px 30px rgba(21, 94, 239, 0.13) !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-mailing-panel {
    margin: 24px 0 20px !important;
    padding: 0 !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-mailing-panel h3,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-mailing-panel h4,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-mailing-panel strong {
    display: block !important;
    margin: 0 0 8px !important;
    color: #101828 !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-mailing-panel p {
    max-width: 860px !important;
    margin: 0 0 14px !important;
    color: #475467 !important;
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-marketing-switch.bootstrap-switch {
    display: inline-block !important;
    width: 92px !important;
    height: 36px !important;
    min-width: 92px !important;
    margin: 0 0 2px !important;
    border: 1px solid #c9d8ea !important;
    border-radius: 999px !important;
    background: #f2f6fb !important;
    overflow: hidden !important;
    vertical-align: middle !important;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.06) !important;
    cursor: pointer !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-marketing-switch .bootstrap-switch-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 138px !important;
    height: 36px !important;
    white-space: nowrap !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-marketing-switch .bootstrap-switch-handle-on,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-marketing-switch .bootstrap-switch-handle-off,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-marketing-switch .bootstrap-switch-label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 46px !important;
    width: 46px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    border: 0 !important;
    line-height: 1 !important;
    font-size: 0.82rem !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-marketing-switch .bootstrap-switch-handle-on {
    background: #22c55e !important;
    color: #ffffff !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-marketing-switch .bootstrap-switch-handle-off {
    background: #ffffff !important;
    color: #344054 !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-marketing-switch .bootstrap-switch-label {
    background: #ffffff !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-marketing-input:not(.bootstrap-switch) {
    width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    margin: 4px 8px 22px 0 !important;
    accent-color: #2160e8 !important;
}

body.dc-cart-checkout-page #order-standard_cart textarea[name="notes"],
body.dc-cart-checkout-page #order-standard_cart textarea#inputNotes {
    margin-bottom: 24px !important;
}

body.dc-cart-checkout-page #order-standard_cart #btnCompleteOrder,
body.dc-cart-checkout-page #order-standard_cart button[type="submit"].btn-primary,
body.dc-cart-checkout-page #order-standard_cart input[type="submit"].btn-primary {
    margin-top: 12px !important;
}

body.dc-cart-checkout-page #order-standard_cart.dc-viewcart-ready,
body.dc-cart-checkout-page #order-standard_cart .cart-body {
    opacity: 1 !important;
    transition: opacity 140ms ease, transform 140ms ease !important;
}

@media (max-width: 767.98px) {
    body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-options,
    body.dc-cart-checkout-page #order-standard_cart .payment-methods,
    body.dc-cart-checkout-page #order-standard_cart .payment-methods-container,
    body.dc-cart-checkout-page #order-standard_cart #paymentGatewaysContainer,
    body.dc-cart-checkout-page #order-standard_cart .gateway-input-container {
        grid-template-columns: 1fr !important;
        margin-bottom: 24px !important;
    }

    body.dc-cart-checkout-page #order-standard_cart .dc-checkout-mailing-panel {
        margin-top: 22px !important;
    }

    body.dc-cart-checkout-page #order-standard_cart .dc-checkout-marketing-switch.bootstrap-switch {
        width: 88px !important;
        min-width: 88px !important;
    }
}

/* Logged-in checkout account chooser polish. */
body.dc-logged-in.dc-cart-checkout-page #order-standard_cart .dc-checkout-existing-login-action {
    display: none !important;
    visibility: hidden !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-credit-block,
body.dc-cart-checkout-page #order-standard_cart .apply-credit-container,
body.dc-cart-checkout-page #order-standard_cart .credit-balance,
body.dc-cart-checkout-page #order-standard_cart .credit-card,
body.dc-cart-checkout-page #order-standard_cart .credit-panel,
body.dc-cart-checkout-page #order-standard_cart .credit-container {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-section {
    margin: 0 0 30px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-heading {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 32px !important;
    margin: 0 auto 16px !important;
    padding: 6px 16px !important;
    border: 1px solid #dbe4f0 !important;
    border-radius: 999px !important;
    background: #f8fbff !important;
    color: #101828 !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045) !important;
    font-size: 0.95rem !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    min-height: 66px !important;
    margin: 0 0 12px !important;
    padding: 16px 18px !important;
    border: 1px solid #dbe4f0 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #344054 !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.045) !important;
    overflow: hidden !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-section .panel,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-section .card,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-section .form-group {
    border-color: #dbe4f0 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-card-active,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-card:has(input[type="radio"]:checked),
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-card:has(.checked) {
    border-color: #2160e8 !important;
    background: #eff6ff !important;
    box-shadow: 0 16px 34px rgba(21, 94, 239, 0.13) !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-card-new {
    background: #fbfdff !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-card input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    margin: 0 !important;
    accent-color: #2160e8 !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-card strong,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-card b {
    color: #0f3fbd !important;
    font-size: 0.94rem !important;
    line-height: 1.3 !important;
    font-weight: 900 !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-card small,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-card span,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-card div {
    min-width: 0 !important;
}

body.dc-logged-in.dc-cart-checkout-page #order-standard_cart .sub-heading,
body.dc-logged-in.dc-cart-checkout-page #order-standard_cart .section-heading {
    margin-top: 30px !important;
}

body.dc-logged-in.dc-cart-checkout-page #order-standard_cart .dc-viewcart-assurance {
    margin-bottom: 18px !important;
}

@media (max-width: 767.98px) {
    body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-card {
        grid-template-columns: auto minmax(0, 1fr) !important;
        min-height: 58px !important;
        padding: 13px 14px !important;
    }

    body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-heading {
        max-width: calc(100vw - 76px) !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
}

/* Checkout hardening: keep radio controls small and remove account-heading artifacts. */
body.dc-cart-checkout-page #order-standard_cart .iradio_square-blue,
body.dc-cart-checkout-page #order-standard_cart .icheckbox_square-blue,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-option.iradio_square-blue,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-option.icheckbox_square-blue {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 20px !important;
    width: 20px !important;
    max-width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    max-height: 20px !important;
    min-height: 20px !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    border: 1px solid #c9d8ea !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: none !important;
    overflow: hidden !important;
    vertical-align: middle !important;
}

body.dc-cart-checkout-page #order-standard_cart .iradio_square-blue.checked,
body.dc-cart-checkout-page #order-standard_cart .icheckbox_square-blue.checked {
    border-color: #2160e8 !important;
    background: #2160e8 !important;
}

body.dc-cart-checkout-page #order-standard_cart .iradio_square-blue.checked::after,
body.dc-cart-checkout-page #order-standard_cart .icheckbox_square-blue.checked::after {
    content: "" !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
}

body.dc-cart-checkout-page #order-standard_cart input[type="radio"],
body.dc-cart-checkout-page #order-standard_cart input[type="checkbox"] {
    width: 18px !important;
    max-width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    max-height: 18px !important;
    min-height: 18px !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
    flex: 0 0 18px !important;
    line-height: 1 !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-option {
    grid-template-columns: auto minmax(0, 1fr) !important;
    justify-content: center !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-options {
    align-items: stretch !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-section {
    padding-top: 2px !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-heading {
    position: relative !important;
    z-index: 2 !important;
    margin: 0 auto 20px !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-heading:empty,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-section:empty {
    display: none !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-section > .panel:empty,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-section > .card:empty,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-section > div:empty {
    display: none !important;
}

/* Checkout payment options final layout. */
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-section {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    clear: both !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-copy {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 2px 0 14px !important;
    padding: 0 !important;
    color: #344054 !important;
    font-size: 0.94rem !important;
    line-height: 1.45 !important;
    font-weight: 800 !important;
    text-align: left !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-options,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-options-ready,
body.dc-cart-checkout-page #order-standard_cart .payment-methods,
body.dc-cart-checkout-page #order-standard_cart .payment-methods-container,
body.dc-cart-checkout-page #order-standard_cart #paymentGatewaysContainer,
body.dc-cart-checkout-page #order-standard_cart .gateway-input-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 760px !important;
    clear: both !important;
    float: none !important;
    margin: 0 auto 30px !important;
    padding: 0 !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-options > .dc-checkout-payment-option:only-child,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-options-ready > .dc-checkout-payment-option:only-child {
    max-width: 460px !important;
    width: 100% !important;
    justify-self: center !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-option,
body.dc-cart-checkout-page #order-standard_cart .payment-methods label,
body.dc-cart-checkout-page #order-standard_cart .payment-methods-container label,
body.dc-cart-checkout-page #order-standard_cart .gateway-input-container label,
body.dc-cart-checkout-page #order-standard_cart #paymentGatewaysContainer label,
body.dc-cart-checkout-page #order-standard_cart label.radio-inline {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-height: 56px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 13px 18px !important;
    border: 1px solid #c9d8ea !important;
    border-radius: 14px !important;
    background: #f8fbff !important;
    color: #101828 !important;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.055) !important;
    font-size: 0.96rem !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    white-space: normal !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-option:hover,
body.dc-cart-checkout-page #order-standard_cart .payment-methods label:hover,
body.dc-cart-checkout-page #order-standard_cart .payment-methods-container label:hover,
body.dc-cart-checkout-page #order-standard_cart .gateway-input-container label:hover,
body.dc-cart-checkout-page #order-standard_cart #paymentGatewaysContainer label:hover {
    border-color: #2160e8 !important;
    background: #eff6ff !important;
    box-shadow: 0 16px 34px rgba(21, 94, 239, 0.11) !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-option .iradio_square-blue,
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-option .icheckbox_square-blue,
body.dc-cart-checkout-page #order-standard_cart .payment-methods label .iradio_square-blue,
body.dc-cart-checkout-page #order-standard_cart .payment-methods-container label .iradio_square-blue,
body.dc-cart-checkout-page #order-standard_cart .gateway-input-container label .iradio_square-blue,
body.dc-cart-checkout-page #order-standard_cart #paymentGatewaysContainer label .iradio_square-blue {
    margin: 0 8px 0 0 !important;
}

@media (max-width: 767.98px) {
    body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-copy {
        text-align: center !important;
        margin-bottom: 12px !important;
    }

    body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-options,
    body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-options-ready,
    body.dc-cart-checkout-page #order-standard_cart .payment-methods,
    body.dc-cart-checkout-page #order-standard_cart .payment-methods-container,
    body.dc-cart-checkout-page #order-standard_cart #paymentGatewaysContainer,
body.dc-cart-checkout-page #order-standard_cart .gateway-input-container {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
        margin-bottom: 26px !important;
    }
}

/* Drishya Cloud client dashboard app shell. */
body.dc-template-clientareahome {
    --dc-home-sidebar: #111f31;
    --dc-home-sidebar-soft: #18293f;
    --dc-home-blue: #1768f2;
    --dc-home-blue-dark: #0d3f98;
    --dc-home-cyan: #05bdd7;
    --dc-home-mint: #29c982;
    --dc-home-text: #101828;
    --dc-home-muted: #59687d;
    --dc-home-border: #dbe6f3;
    --dc-home-surface: rgba(255, 255, 255, 0.88);
    --dc-home-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
    background:
        radial-gradient(circle at 18% 10%, rgba(23, 104, 242, 0.13), transparent 28rem),
        radial-gradient(circle at 98% 22%, rgba(41, 201, 130, 0.13), transparent 28rem),
        #edf4fb !important;
    color: var(--dc-home-text);
    overflow-x: hidden;
}

body.dc-template-clientareahome.dc-logged-in header.header,
body.dc-template-clientareahome.dc-logged-in footer.footer,
body.dc-template-clientareahome .master-breadcrumb {
    display: none !important;
}

body.dc-template-clientareahome #main-body {
    min-height: 100vh !important;
    margin-left: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

body.dc-template-clientareahome .dc-dashboard-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.dc-template-clientareahome .dc-dashboard-container > .row {
    display: block !important;
    margin: 0 !important;
}

body.dc-template-clientareahome .dc-dashboard-container > .row > .primary-content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.dc-home-shell {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    min-height: 100vh;
    background:
        linear-gradient(90deg, rgba(17, 31, 49, 0.03), transparent 26%),
        linear-gradient(180deg, #eef5fc 0%, #f7fafc 100%);
}

.dc-home-sidebar {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    padding: 22px 14px;
    color: #dbeafe;
    background:
        radial-gradient(circle at 35% 0%, rgba(41, 201, 130, 0.16), transparent 18rem),
        linear-gradient(180deg, #111f31 0%, #16263a 54%, #101b2c 100%);
    box-shadow: 14px 0 34px rgba(15, 23, 42, 0.15);
}

.dc-home-sidebar::-webkit-scrollbar {
    width: 0;
}

.dc-home-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 46px;
    margin: 0 2px 24px;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 900;
    text-decoration: none;
}

.dc-home-brand:hover {
    color: #ffffff;
    text-decoration: none;
}

.dc-home-brand img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.dc-home-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--dc-home-blue), var(--dc-home-cyan));
    box-shadow: 0 0 22px rgba(5, 189, 215, 0.32);
}

.dc-home-nav {
    display: grid;
    gap: 8px;
}

.dc-home-nav a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    padding: 0 13px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #c9d8ec;
    font-size: 0.96rem;
    font-weight: 750;
    text-decoration: none;
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.dc-home-nav a i {
    color: #93a9c3;
    font-size: 1rem;
}

.dc-home-nav a:hover,
.dc-home-nav a.active {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(5, 189, 215, 0.25), rgba(41, 201, 130, 0.18));
    border-color: rgba(98, 231, 222, 0.2);
    box-shadow: 0 0 24px rgba(5, 189, 215, 0.18);
    text-decoration: none;
    transform: translateX(2px);
}

.dc-home-nav a:hover i,
.dc-home-nav a.active i {
    color: #6df2de;
}

.dc-home-user-card {
    margin-top: auto;
    padding: 18px 12px 12px;
    border: 1px solid rgba(202, 216, 236, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 36px rgba(0, 0, 0, 0.16);
    text-align: center;
}

.dc-home-user-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: -44px auto 11px;
    border: 2px solid rgba(113, 246, 222, 0.72);
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #1359d8, #24c59a);
    box-shadow: 0 0 0 6px rgba(36, 197, 154, 0.1), 0 0 22px rgba(36, 197, 154, 0.45);
    font-size: 1.04rem;
    font-weight: 900;
    text-transform: uppercase;
}

.dc-home-user-card h2 {
    margin: 0;
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0;
}

.dc-home-user-card p,
.dc-home-user-location {
    display: block;
    margin: 4px 0 0;
    color: #b7c8df;
    font-size: 0.79rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.dc-home-user-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}

.dc-home-user-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border: 1px solid rgba(202, 216, 236, 0.2);
    border-radius: 8px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.82rem;
    font-weight: 850;
    text-decoration: none;
}

.dc-home-user-actions a:hover {
    color: #0f2539;
    background: #71f6de;
    border-color: #71f6de;
    text-decoration: none;
}

.dc-home-main {
    min-width: 0;
    padding: 18px 36px 30px;
}

.dc-home-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 58px;
    margin: 0 -36px 24px;
    padding: 12px 36px;
    background: rgba(244, 248, 252, 0.82);
    border-bottom: 1px solid rgba(219, 230, 243, 0.7);
    backdrop-filter: blur(16px);
}

.dc-home-search {
    display: flex;
    align-items: center;
    gap: 9px;
    width: min(360px, 100%);
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(219, 230, 243, 0.82);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
}

.dc-home-search i {
    color: #667892;
}

.dc-home-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: var(--dc-home-text);
    background: transparent;
    font-size: 0.96rem;
}

.dc-home-search input::placeholder {
    color: #8796aa;
}

.dc-home-top-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dc-home-icon-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(219, 230, 243, 0.9);
    border-radius: 8px;
    color: #41516a;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.055);
    text-decoration: none;
}

.dc-home-icon-button:hover {
    color: var(--dc-home-blue);
    border-color: rgba(23, 104, 242, 0.28);
    background: #ffffff;
    text-decoration: none;
}

.dc-home-icon-button span {
    position: absolute;
    top: -7px;
    right: -6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border: 2px solid #ffffff;
    border-radius: 999px;
    color: #ffffff;
    background: #ee4444;
    font-size: 0.7rem;
    font-weight: 900;
}

.dc-home-account-button {
    background: linear-gradient(135deg, #ffffff, #eef5ff);
}

.dc-home-flash:empty {
    display: none;
}

.dc-home-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);
    align-items: center;
    gap: 24px;
    min-height: 218px;
    margin-bottom: 20px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(114, 211, 220, 0.34);
    border-radius: 8px;
    color: #ffffff;
    background:
        radial-gradient(circle at 78% 55%, rgba(44, 216, 176, 0.32), transparent 24rem),
        linear-gradient(135deg, #164885 0%, #0f6a9e 50%, #20b886 100%);
    box-shadow: 0 24px 54px rgba(13, 63, 152, 0.22);
}

.dc-home-hero::before {
    content: "";
    position: absolute;
    inset: auto -8% -34% 44%;
    height: 230px;
    opacity: 0.32;
    background:
        linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 34px 34px;
    transform: rotate(-13deg);
    pointer-events: none;
}

.dc-home-hero-copy,
.dc-home-cloud-art {
    position: relative;
    z-index: 1;
}

.dc-home-hero h1 {
    max-width: 660px;
    margin: 0 0 10px;
    color: #ffffff;
    font-size: clamp(2.1rem, 4.2vw, 3.4rem);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: 0;
}

.dc-home-hero p {
    max-width: 560px;
    margin: 0;
    color: #e3f7ff;
    font-size: 1rem;
    line-height: 1.55;
}

.dc-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.dc-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 8px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.dc-home-button:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

.dc-home-button-light {
    color: #08243f;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 26px rgba(5, 189, 215, 0.18);
}

.dc-home-button-light:hover {
    color: #08243f;
    background: #ffffff;
}

.dc-home-button-ghost {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.dc-home-button-ghost:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
}

.dc-home-button-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #1768f2, #1447b8);
    box-shadow: 0 14px 26px rgba(23, 104, 242, 0.2);
}

.dc-home-button-primary:hover {
    color: #ffffff;
}

.dc-home-button-success {
    color: #ffffff;
    background: linear-gradient(135deg, #29c982, #0f9b6b);
    box-shadow: 0 14px 26px rgba(41, 201, 130, 0.2);
}

.dc-home-button-success:hover {
    color: #ffffff;
}

.dc-home-cloud-art {
    min-height: 170px;
}

.dc-home-cloud {
    position: absolute;
    top: 18px;
    right: 70px;
    width: 118px;
    height: 48px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff, #cfe5ff);
    box-shadow: 0 20px 34px rgba(5, 32, 70, 0.24);
}

.dc-home-cloud::before,
.dc-home-cloud::after {
    content: "";
    position: absolute;
    bottom: 16px;
    border-radius: 50%;
    background: inherit;
}

.dc-home-cloud::before {
    left: 20px;
    width: 48px;
    height: 48px;
}

.dc-home-cloud::after {
    right: 18px;
    width: 58px;
    height: 58px;
}

.dc-home-server-stack {
    position: absolute;
    right: 82px;
    top: 72px;
    width: 122px;
    transform: skewY(-8deg);
}

.dc-home-server-stack span {
    display: block;
    height: 38px;
    margin-bottom: 8px;
    border: 1px solid rgba(191, 232, 255, 0.7);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(113, 246, 222, 0.75) 0 22%, transparent 22% 100%),
        linear-gradient(135deg, #275c9c, #153a68);
    box-shadow: 14px 18px 26px rgba(4, 20, 44, 0.22);
}

.dc-home-domain-orb {
    position: absolute;
    right: 22px;
    bottom: 20px;
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    border: 1px solid rgba(213, 244, 255, 0.58);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(9, 49, 91, 0.42);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 32px rgba(4, 20, 44, 0.18);
    text-transform: uppercase;
}

.dc-home-domain-orb i {
    margin-top: 10px;
    font-size: 1.55rem;
}

.dc-home-domain-orb small {
    margin-top: -15px;
    font-size: 0.66rem;
    font-weight: 900;
}

.dc-home-stats,
.dc-home-action-grid {
    display: grid;
    gap: 16px;
}

.dc-home-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 18px;
}

.dc-home-stat-card,
.dc-home-action-card,
.dc-home-workspace-card {
    border: 1px solid var(--dc-home-border);
    border-radius: 8px;
    background: var(--dc-home-surface);
    box-shadow: var(--dc-home-shadow);
    backdrop-filter: blur(14px);
}

.dc-home-stat-card {
    display: flex;
    flex-direction: column;
    min-height: 184px;
    padding: 16px;
    color: var(--dc-home-text);
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.dc-home-stat-card:hover {
    color: var(--dc-home-text);
    border-color: rgba(23, 104, 242, 0.28);
    box-shadow: 0 24px 46px rgba(15, 23, 42, 0.16);
    text-decoration: none;
    transform: translateY(-2px);
}

.dc-home-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 8px;
    font-size: 1.22rem;
}

.dc-home-stat-blue {
    color: #1768f2;
    background: linear-gradient(135deg, #eaf2ff, #cfe0ff);
}

.dc-home-stat-green {
    color: #0d996a;
    background: linear-gradient(135deg, #e8fff4, #c4f3dd);
}

.dc-home-stat-gold {
    color: #9d7111;
    background: linear-gradient(135deg, #fff7df, #f1d58e);
}

.dc-home-stat-amber {
    color: #a76800;
    background: linear-gradient(135deg, #fff4dc, #efc66d);
}

.dc-home-stat-title {
    color: var(--dc-home-text);
    font-size: 0.94rem;
    font-weight: 900;
}

.dc-home-stat-card strong {
    margin: 6px 0 4px;
    color: #101828;
    font-size: 2.15rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0;
}

.dc-home-stat-card small {
    margin-top: auto;
    color: #43546b;
    font-size: 0.78rem;
    line-height: 1.38;
}

.dc-home-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dc-home-action-card {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 150px;
    padding: 20px;
}

.dc-home-action-art {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    border-radius: 8px;
    background: linear-gradient(135deg, #eef7ff, #ffffff);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 16px 28px rgba(15, 23, 42, 0.08);
}

.dc-home-action-art > i {
    font-size: 3.35rem;
}

.dc-home-shield-art > i {
    color: #2f79b9;
}

.dc-home-shield-art span {
    position: absolute;
    right: 16px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    color: #09284a;
    background: linear-gradient(135deg, #ffd979, #f0aa31);
    box-shadow: 0 10px 18px rgba(133, 88, 9, 0.18);
}

.dc-home-help-art > i {
    color: #1c9f88;
}

.dc-home-help-art span {
    position: absolute;
    right: 23px;
    bottom: 20px;
    width: 22px;
    height: 8px;
    border-radius: 999px;
    background: #0d5d52;
}

.dc-home-action-card h2 {
    margin: 0 0 6px;
    color: var(--dc-home-text);
    font-size: 1.25rem;
    font-weight: 950;
    line-height: 1.1;
    letter-spacing: 0;
}

.dc-home-action-card p {
    max-width: 420px;
    margin: 0 0 14px;
    color: #43546b;
    font-size: 0.92rem;
    line-height: 1.45;
}

.dc-home-workspace {
    margin-top: 24px;
}

.dc-home-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 14px;
}

.dc-home-section-heading span {
    display: block;
    margin-bottom: 4px;
    color: var(--dc-home-blue);
    font-size: 0.78rem;
    font-weight: 900;
}

.dc-home-section-heading h2 {
    margin: 0;
    color: var(--dc-home-text);
    font-size: 1.15rem;
    font-weight: 950;
    line-height: 1.2;
    letter-spacing: 0;
}

.dc-home-workspace-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.dc-home-workspace-span {
    grid-column: 1 / -1;
}

.dc-home-workspace-span:empty {
    display: none;
}

.dc-home-workspace-column {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 16px;
}

.dc-home-workspace-card {
    overflow: hidden;
    margin: 0 !important;
}

body .primary-content .client-home-cards .dc-home-workspace-card {
    border: 1px solid var(--dc-home-border);
    border-radius: 8px;
    box-shadow: var(--dc-home-shadow);
}

.dc-home-workspace-card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.74);
    border-bottom: 1px solid var(--dc-home-border);
}

.dc-home-panel-heading {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 10px;
}

.dc-home-panel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 8px;
    color: var(--dc-home-blue);
    background: #eef5ff;
}

.dc-home-workspace-card .card-title {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: var(--dc-home-text);
    font-size: 0.96rem;
    font-weight: 900;
    letter-spacing: 0;
}

.dc-home-workspace-card .badge {
    border-radius: 999px;
    color: var(--dc-home-blue);
    background: #eef5ff;
}

.dc-home-panel-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    border-radius: 8px !important;
    color: var(--dc-home-blue) !important;
    background: #eef5ff !important;
    border: 1px solid #d6e6ff !important;
    font-weight: 850 !important;
}

.dc-home-workspace-card .card-body {
    padding: 16px;
    color: var(--dc-home-muted);
}

.dc-home-workspace-card .list-group {
    border: 0;
}

.dc-home-workspace-card .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 16px;
    color: var(--dc-home-text);
    background: rgba(255, 255, 255, 0.78);
    border-color: var(--dc-home-border);
    font-size: 0.92rem;
}

.dc-home-workspace-card .list-group-item span:first-child {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 9px;
}

.dc-home-workspace-card .list-group-item i {
    color: var(--dc-home-muted);
}

.dc-home-workspace-card .list-group-item:hover,
.dc-home-workspace-card .list-group-item.active {
    color: var(--dc-home-blue);
    background: #f7fbff;
    border-color: var(--dc-home-border);
}

.dc-home-workspace-card .card-footer {
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.74);
    border-top: 1px solid var(--dc-home-border);
}

.dc-home-version {
    margin: 28px 0 0;
    color: #667892;
    font-size: 0.78rem;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .dc-home-shell {
        grid-template-columns: 238px minmax(0, 1fr);
    }

    .dc-home-main {
        padding: 16px 22px 28px;
    }

    .dc-home-topbar {
        margin: 0 -22px 20px;
        padding: 12px 22px;
    }

    .dc-home-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .dc-home-shell {
        grid-template-columns: 1fr;
    }

    .dc-home-sidebar {
        position: relative;
        min-height: auto;
        max-height: none;
        padding: 16px;
        box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
    }

    .dc-home-brand {
        margin-bottom: 16px;
    }

    .dc-home-nav {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
    }

    .dc-home-nav a {
        justify-content: center;
        min-height: 42px;
        padding: 0 8px;
        font-size: 0.86rem;
    }

    .dc-home-nav a i {
        display: none;
    }

    .dc-home-user-card {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 12px;
        margin-top: 16px;
        text-align: left;
    }

    .dc-home-user-avatar {
        margin: 0;
    }

    .dc-home-user-actions {
        width: 172px;
        margin-top: 0;
    }

    .dc-home-hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .dc-home-cloud-art {
        min-height: 150px;
    }

    .dc-home-action-grid,
    .dc-home-workspace-grid {
        grid-template-columns: 1fr;
    }

    .dc-home-workspace-span {
        grid-column: auto;
    }
}

@media (max-width: 767.98px) {
    .dc-home-main {
        padding: 14px 14px 26px;
    }

    .dc-home-topbar {
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        align-items: stretch;
        margin: 0 -14px 18px;
        padding: 12px 14px;
    }

    .dc-home-search {
        width: 100%;
    }

    .dc-home-top-actions {
        justify-content: flex-end;
    }

    .dc-home-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dc-home-user-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .dc-home-user-actions {
        grid-column: 1 / -1;
        width: 100%;
    }

    .dc-home-hero {
        padding: 24px 20px;
    }

    .dc-home-hero h1 {
        font-size: 2.2rem;
    }

    .dc-home-hero-actions,
    .dc-home-button {
        width: 100%;
    }

    .dc-home-cloud-art {
        display: none;
    }

    .dc-home-action-card {
        grid-template-columns: 86px minmax(0, 1fr);
        padding: 16px;
    }

    .dc-home-action-art {
        width: 82px;
        height: 82px;
    }

    .dc-home-action-art > i {
        font-size: 2.45rem;
    }
}

@media (max-width: 575.98px) {
    .dc-home-sidebar {
        padding: 14px;
    }

    .dc-home-brand span {
        font-size: 0.98rem;
    }

    .dc-home-nav {
        grid-template-columns: 1fr;
    }

    .dc-home-stats {
        grid-template-columns: 1fr;
    }

    .dc-home-stat-card {
        min-height: 154px;
    }

    .dc-home-action-card {
        grid-template-columns: 1fr;
    }

    .dc-home-action-art {
        width: 100%;
        max-width: 108px;
    }
}

/* Final client-area sidebar shell using the real WHMCS header navigation. */
body.dc-template-clientareahome.dc-logged-in header.header,
body.dc-template-clientareahome.dc-logged-in footer.footer {
    display: block !important;
}

.dc-nav-group {
    min-width: 0;
}

.dc-nav-group-toggle {
    position: relative;
}

.dc-nav-chevron {
    margin-left: auto;
    font-size: 0.72rem;
    opacity: 0.72;
    transition: transform 160ms ease;
}

.dc-nav-group.active .dc-nav-chevron {
    transform: rotate(180deg);
}

.dc-nav-submenu {
    display: grid;
    gap: 3px;
    padding: 6px 0 4px 36px;
}

.dc-nav-submenu a {
    display: flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 8px;
    color: #5d6b80;
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
}

.dc-nav-submenu a:hover,
.dc-nav-submenu a.active {
    color: #2160e8;
    background: #eef5ff;
    text-decoration: none;
}

header.header .dc-nav-submenu {
    display: none !important;
}

header.header .dc-nav-billing-group {
    display: block !important;
}

header.header .dc-nav-billing-group .dc-nav-chevron {
    display: none !important;
}

.dc-home-dashboard {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 24px 42px;
}

.dc-home-page-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 18px;
}

.dc-home-page-head span {
    display: block;
    margin-bottom: 7px;
    color: #667892;
    font-size: 0.86rem;
    font-weight: 800;
}

.dc-home-page-head h1 {
    margin: 0;
    color: #101828;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0;
}

.dc-home-page-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

body.dc-template-clientareahome .dc-dashboard-container {
    max-width: none !important;
}

body.dc-template-clientareahome #main-body {
    background:
        radial-gradient(circle at 84% 0%, rgba(41, 201, 130, 0.12), transparent 28rem),
        radial-gradient(circle at 18% 8%, rgba(23, 104, 242, 0.12), transparent 28rem),
        linear-gradient(180deg, #eef5fc 0%, #f8fbff 100%) !important;
}

@media (min-width: 1200px) {
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route {
        background:
            radial-gradient(circle at 92% 2%, rgba(41, 201, 130, 0.11), transparent 28rem),
            linear-gradient(180deg, #eef5fc 0%, #f8fbff 100%) !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 1030 !important;
        display: flex !important;
        flex-direction: column !important;
        width: 250px !important;
        height: 100vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        border-right: 1px solid rgba(202, 216, 236, 0.14) !important;
        border-bottom: 0 !important;
        background:
            radial-gradient(circle at 30% 0%, rgba(5, 189, 215, 0.13), transparent 18rem),
            linear-gradient(180deg, #111f31 0%, #17283d 52%, #101b2c 100%) !important;
        box-shadow: 12px 0 34px rgba(15, 23, 42, 0.18) !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header::-webkit-scrollbar {
        width: 0;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-main-navbar,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .topbar {
        width: 100% !important;
        min-height: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-main-navbar {
        order: 1;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .topbar {
        order: 3;
        margin-top: auto !important;
        color: #dbeafe !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-secondary-navbar {
        display: none !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-main-navbar > .container,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .topbar > .container {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        max-width: none !important;
        padding: 16px 12px !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-brand {
        width: 100% !important;
        min-height: 48px !important;
        margin: 0 0 16px !important;
        padding: 0 2px 16px !important;
        border-bottom: 1px solid rgba(202, 216, 236, 0.14) !important;
        color: #ffffff !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-brand .logo-img {
        max-height: 34px !important;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.94);
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-brand-text {
        color: #ffffff !important;
        font-size: 1.02rem !important;
        font-weight: 900 !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-app-nav {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        gap: 6px !important;
        margin: 0 !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-group {
        display: grid !important;
        width: 100% !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill {
        width: 100% !important;
        justify-content: flex-start !important;
        min-height: 42px !important;
        padding: 0 12px !important;
        border: 1px solid transparent !important;
        border-radius: 8px !important;
        color: #c9d8ec !important;
        background: transparent !important;
        font-size: 0.93rem !important;
        font-weight: 820 !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill i:first-child {
        color: #92a7c1 !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill.active,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-group.active > .dc-nav-pill,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill:hover {
        color: #ffffff !important;
        border-color: rgba(98, 231, 222, 0.2) !important;
        background: linear-gradient(90deg, rgba(5, 189, 215, 0.25), rgba(41, 201, 130, 0.16)) !important;
        box-shadow: 0 0 22px rgba(5, 189, 215, 0.15) !important;
        text-decoration: none !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill.active i:first-child,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-group.active > .dc-nav-pill i:first-child,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill:hover i:first-child {
        color: #71f6de !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-submenu {
        margin: 2px 0 4px 18px !important;
        padding: 4px 0 4px 12px !important;
        border-left: 1px solid rgba(113, 246, 222, 0.22) !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-submenu a {
        color: #c7d6ea !important;
        background: transparent !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-submenu a:hover,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-submenu a.active {
        color: #ffffff !important;
        background: rgba(255, 255, 255, 0.08) !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-header-actions {
        display: none !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-cart-btn {
        display: none !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .topbar .mr-auto {
        display: none !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .topbar .d-flex,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .topbar .ml-auto,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .topbar .active-client,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .topbar .btn-group {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        margin: 0 !important;
        gap: 8px !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .topbar .input-group-prepend {
        display: none !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .topbar .btn {
        justify-content: flex-start !important;
        min-height: 38px !important;
        border: 1px solid rgba(202, 216, 236, 0.18) !important;
        border-radius: 8px !important;
        color: #dbeafe !important;
        background: rgba(255, 255, 255, 0.07) !important;
        text-align: left !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .topbar .btn-active-client {
        min-height: 56px !important;
        padding: 10px 12px !important;
        border-color: rgba(113, 246, 222, 0.22) !important;
        background: rgba(255, 255, 255, 0.08) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 28px rgba(0, 0, 0, 0.1) !important;
        color: #ffffff !important;
        font-weight: 900 !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route #main-body,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route .master-breadcrumb,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route footer.footer {
        margin-left: 250px !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route #main-body {
        min-height: calc(100vh - 1px) !important;
        padding-top: 0 !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route #main-body > .container,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route .master-breadcrumb > .container {
        max-width: 1180px !important;
    }
}

@media (max-width: 1199.98px) {
    header.header .dc-app-mobile-nav .dc-nav-group {
        display: grid;
        width: 100%;
    }

    header.header .dc-app-mobile-nav .dc-nav-submenu {
        padding-left: 34px;
    }

    .dc-home-dashboard {
        padding: 22px 16px 36px;
    }
}

@media (max-width: 767.98px) {
    .dc-home-page-head {
        align-items: stretch;
        flex-direction: column;
    }

    .dc-home-page-actions {
        justify-content: flex-start;
    }
}

/* Final invoices page: content-owned filters and no extra WHMCS side panels. */
body.dc-template-clientareainvoices {
    background:
        radial-gradient(circle at 92% 2%, rgba(41, 201, 130, 0.11), transparent 28rem),
        linear-gradient(180deg, #eef5fc 0%, #f8fbff 100%) !important;
}

body.dc-template-clientareadomains .master-breadcrumb,
body.dc-template-clientareainvoices .master-breadcrumb,
body.dc-template-clientareadomains #main-body .sidebar,
body.dc-template-clientareadomains #main-body .sidebar-secondary,
body.dc-template-clientareadomains #main-body .card-sidebar,
body.dc-template-clientareainvoices #main-body .sidebar,
body.dc-template-clientareainvoices #main-body .sidebar-secondary,
body.dc-template-clientareainvoices #main-body .card-sidebar {
    display: none !important;
}

body.dc-template-clientareadomains #main-body,
body.dc-template-clientareainvoices #main-body {
    padding-top: 0 !important;
    background: transparent !important;
}

body.dc-template-clientareadomains #main-body > .container,
body.dc-template-clientareainvoices #main-body > .container {
    width: 100% !important;
    max-width: none !important;
}

body.dc-template-clientareadomains #main-body > .container > .row,
body.dc-template-clientareainvoices #main-body > .container > .row {
    display: block !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.dc-template-clientareadomains #main-body .primary-content,
body.dc-template-clientareainvoices #main-body .primary-content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

body.dc-template-clientareadomains .primary-content > .header-lined,
body.dc-template-clientareainvoices .primary-content > .header-lined {
    display: none !important;
}

.dc-invoices-page {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 24px 44px;
    color: #101828;
}

.dc-invoices-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.dc-invoices-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 24px;
    color: #475467;
    font-size: 0.9rem;
    font-weight: 760;
}

.dc-invoices-breadcrumb span {
    color: #98a2b3;
}

.dc-invoices-head h1 {
    margin: 0;
    color: #101828;
    font-size: clamp(2rem, 4vw, 2.9rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0;
}

.dc-invoices-pay-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(6, 56, 96, 0.12);
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, #064b7d, #06385f);
    box-shadow: 0 14px 28px rgba(6, 56, 96, 0.18);
    font-weight: 900;
    text-decoration: none;
}

.dc-invoices-pay-all:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.dc-billing-content-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
    padding: 8px;
    border: 1px solid #dbe6f3;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.dc-billing-content-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    padding: 0 13px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #475467;
    background: transparent;
    font-size: 0.88rem;
    font-weight: 900;
    text-decoration: none;
}

.dc-billing-content-nav a:hover,
.dc-billing-content-nav a.active {
    color: #073b68;
    border-color: #bdddf6;
    background: #dceffd;
    text-decoration: none;
}

.dc-invoice-summary-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, 1.05fr);
    gap: 14px;
    margin-bottom: 16px;
}

.dc-invoice-summary-card,
.dc-invoice-table-card {
    border: 1px solid #dbe6f3;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(14px);
}

.dc-invoice-summary-card {
    min-height: 112px;
    padding: 17px 18px;
}

.dc-invoice-summary-card span {
    display: block;
    color: #101828;
    font-size: 0.92rem;
    font-weight: 900;
}

.dc-invoice-summary-card strong {
    display: block;
    margin: 4px 0 3px;
    color: #101828;
    font-size: clamp(1.65rem, 3.2vw, 2.35rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0;
}

.dc-invoice-summary-card p {
    margin: 0;
    color: #475467;
    font-size: 0.88rem;
    line-height: 1.35;
}

.dc-invoice-overview-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
}

.dc-invoice-overview-card > span {
    grid-column: 1 / -1;
}

.dc-invoice-mini-chart {
    display: flex;
    align-items: end;
    gap: 8px;
    height: 58px;
    padding: 5px 0 0;
}

.dc-invoice-mini-chart i {
    display: block;
    width: 34px;
    min-height: 12px;
    border-radius: 7px 7px 2px 2px;
    background: linear-gradient(180deg, #25a46a, #0f7a50);
}

.dc-invoice-mini-chart i.unpaid {
    background: linear-gradient(180deg, #d71920, #a90f17);
}

.dc-invoice-mini-chart i.cancelled {
    background: linear-gradient(180deg, #f3b6c0, #d88999);
}

.dc-invoice-mini-chart i.refunded {
    background: linear-gradient(180deg, #e5e7eb, #aeb7c2);
}

.dc-invoice-legend {
    display: grid;
    gap: 4px;
    color: #475467;
    font-size: 0.72rem;
    line-height: 1.15;
    white-space: nowrap;
}

.dc-invoice-table-card {
    padding: 16px;
    overflow: hidden;
}

.dc-invoice-toolbar {
    display: grid;
    grid-template-columns: minmax(180px, 1.1fr) minmax(160px, 0.8fr) minmax(300px, 2fr);
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.dc-invoice-search,
.dc-invoice-date-filter {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    margin: 0;
    padding: 0 11px;
    border: 1px solid #d0dce9;
    border-radius: 8px;
    background: #ffffff;
    color: #667085;
}

.dc-invoice-search input,
.dc-invoice-date-filter select {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #101828;
    background: transparent;
    font-size: 0.9rem;
}

.dc-invoice-date-filter select {
    cursor: pointer;
}

.dc-invoice-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: flex-start;
}

.dc-invoice-filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #d6e2ef;
    border-radius: 8px;
    color: #344054;
    background: #f7fbff;
    font-size: 0.85rem;
    font-weight: 850;
    line-height: 1;
}

.dc-invoice-filter-chip.paid {
    background: #dff6ea;
    border-color: #bfe8d1;
}

.dc-invoice-filter-chip.unpaid,
.dc-invoice-filter-chip.active {
    background: #dceffd;
    border-color: #bdddf6;
}

.dc-invoice-filter-chip.cancelled {
    background: #f6e5e9;
    border-color: #eccbd3;
}

.dc-invoice-filter-chip.refunded {
    background: #f0f2f5;
    border-color: #d9dee6;
}

.dc-invoice-filter-chip:hover,
.dc-invoice-filter-chip.active {
    color: #073b68;
    border-color: #9bc9ef;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.dc-invoice-table-card h2 {
    margin: 3px 0 10px;
    color: #101828;
    font-size: 1rem;
    font-weight: 950;
    letter-spacing: 0;
}

.dc-invoice-table-wrap {
    margin: 0;
    overflow: visible;
}

.dc-invoice-table-card .dataTables_wrapper .dataTables_filter,
.dc-invoice-table-card .dataTables_wrapper .dataTables_length {
    display: none !important;
}

.dc-invoice-table-card .dataTables_wrapper .listtable {
    margin: 0 !important;
}

.dc-invoice-table-card table.table-list {
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
}

.dc-invoice-table-card table.table-list thead th {
    padding: 12px 14px !important;
    border: 0 !important;
    color: #101828 !important;
    background: #f1f5f9 !important;
    font-size: 0.86rem !important;
    font-weight: 900 !important;
    white-space: nowrap;
}

.dc-invoice-table-card table.table-list tbody td {
    padding: 12px 14px !important;
    border-top: 1px solid #e2e8f0 !important;
    color: #1f2937;
    font-size: 0.88rem;
    vertical-align: middle;
}

.dc-invoice-table-card table.table-list tbody tr {
    cursor: pointer;
}

.dc-invoice-table-card table.table-list tbody tr:hover td {
    background: #f8fbff;
}

.dc-invoice-table-card .label.status,
.dc-invoice-table-card .status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 3px 9px;
    border-radius: 999px;
    color: #ffffff !important;
    font-size: 0.72rem;
    font-weight: 900;
}

.dc-invoice-table-card .status-Unpaid,
.dc-invoice-table-card .status-unpaid {
    background: #d71920 !important;
}

.dc-invoice-table-card .status-Paid,
.dc-invoice-table-card .status-paid {
    background: #079455 !important;
}

.dc-invoice-table-card .status-Cancelled,
.dc-invoice-table-card .status-cancelled,
.dc-invoice-table-card .status-Canceled,
.dc-invoice-table-card .status-canceled {
    background: #9f6b7a !important;
}

.dc-invoice-table-card .status-Refunded,
.dc-invoice-table-card .status-refunded {
    background: #64748b !important;
}

.dc-invoice-actions {
    white-space: nowrap;
}

.dc-invoice-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 4px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #101828;
    text-decoration: none;
}

.dc-invoice-actions a:hover {
    color: #2160e8;
    border-color: #c9d8ea;
    background: #eef5ff;
    text-decoration: none;
}

.dc-invoice-table-card .dataTables_info {
    padding-top: 12px !important;
    color: #475467;
    font-size: 0.88rem;
}

.dc-invoice-table-card .dataTables_paginate {
    padding-top: 10px !important;
}

.dc-invoice-table-card .dataTables_paginate .paginate_button {
    border: 1px solid #d6e2ef !important;
    border-radius: 8px !important;
    color: #344054 !important;
    background: #ffffff !important;
}

.dc-invoice-table-card .dataTables_paginate .paginate_button.current,
.dc-invoice-table-card .dataTables_paginate .paginate_button:hover {
    color: #ffffff !important;
    background: #344054 !important;
    border-color: #344054 !important;
}

@media (max-width: 1199.98px) {
    .dc-invoices-page {
        padding: 22px 16px 38px;
    }

    .dc-invoice-toolbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dc-invoice-filter-chips {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991.98px) {
    .dc-invoice-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dc-invoice-overview-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .dc-invoices-head {
        align-items: stretch;
        flex-direction: column;
    }

    .dc-invoices-pay-all {
        width: 100%;
    }

    .dc-invoice-summary-grid,
    .dc-invoice-toolbar {
        grid-template-columns: 1fr;
    }

    .dc-invoice-filter-chips {
        grid-column: auto;
    }

    .dc-invoice-table-card {
        padding: 12px;
    }

    .dc-invoice-table-card table.table-list thead {
        display: none;
    }

    .dc-invoice-table-card table.table-list,
    .dc-invoice-table-card table.table-list tbody,
    .dc-invoice-table-card table.table-list tr,
    .dc-invoice-table-card table.table-list td {
        display: block;
        width: 100%;
    }

    .dc-invoice-table-card table.table-list tbody tr {
        margin-bottom: 10px;
        overflow: hidden;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        background: #ffffff;
    }

    .dc-invoice-table-card table.table-list tbody td {
        display: flex;
        justify-content: space-between;
        gap: 14px;
        border-top: 1px solid #eef2f7 !important;
        text-align: right;
    }

    .dc-invoice-table-card table.table-list tbody td::before {
        content: attr(data-title);
        color: #667085;
        font-weight: 900;
        text-align: left;
    }

    .dc-invoice-actions {
        justify-content: flex-end !important;
    }
}

/* Final domains page: professional domain management workspace. */
body.dc-template-clientareadomains {
    background:
        radial-gradient(circle at 92% 2%, rgba(41, 201, 130, 0.11), transparent 28rem),
        radial-gradient(circle at 20% 0%, rgba(21, 94, 239, 0.1), transparent 26rem),
        linear-gradient(180deg, #eef5fc 0%, #f8fbff 100%) !important;
}

.dc-domains-page {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 24px 44px;
    color: #101828;
}

.dc-domains-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.dc-domains-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: #475467;
    font-size: 0.9rem;
    font-weight: 760;
}

.dc-domains-breadcrumb span {
    color: #98a2b3;
}

.dc-domains-head h1 {
    margin: 0;
    color: #101828;
    font-size: clamp(2rem, 4vw, 2.9rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0;
}

.dc-domains-head p {
    max-width: 680px;
    margin: 10px 0 0;
    color: #475467;
    font-size: 0.95rem;
    line-height: 1.45;
}

.dc-domains-register {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 17px;
    border: 1px solid rgba(21, 94, 239, 0.18);
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, #2160e8, #0b3fb4);
    box-shadow: 0 16px 30px rgba(21, 94, 239, 0.22);
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.dc-domains-register:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.dc-domain-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

.dc-domain-summary-card,
.dc-domain-table-card {
    border: 1px solid #dbe6f3;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(14px);
}

.dc-domain-summary-card {
    min-height: 118px;
    padding: 17px 18px;
}

.dc-domain-summary-card span {
    display: block;
    color: #101828;
    font-size: 0.92rem;
    font-weight: 900;
}

.dc-domain-summary-card strong {
    display: block;
    margin: 6px 0 4px;
    color: #101828;
    font-size: clamp(1.75rem, 3.2vw, 2.4rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0;
}

.dc-domain-summary-card p {
    margin: 0;
    color: #475467;
    font-size: 0.84rem;
    line-height: 1.35;
}

.dc-domain-table-card {
    padding: 16px;
    overflow: visible;
}

.dc-domain-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 310px);
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.dc-domain-bulk-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dc-domain-bulk-actions .btn,
.dc-domain-dropdown .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid #d0dce9;
    border-radius: 8px !important;
    color: #344054;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
    font-size: 0.86rem;
    font-weight: 850;
}

.dc-domain-bulk-actions .btn:hover,
.dc-domain-dropdown .btn:hover {
    color: #073b68;
    border-color: #bdddf6;
    background: #f7fbff;
}

.dc-domain-dropdown .dropdown-menu {
    padding: 6px;
    border: 1px solid #dbe6f3;
    border-radius: 8px;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
}

.dc-domain-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    border-radius: 8px;
    color: #344054;
    font-weight: 800;
}

.dc-domain-dropdown .dropdown-item:hover {
    color: #2160e8;
    background: #eef5ff;
}

.dc-domain-search,
.dc-domain-date-filter {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    margin: 0;
    padding: 0 11px;
    border: 1px solid #d0dce9;
    border-radius: 8px;
    background: #ffffff;
    color: #667085;
}

.dc-domain-search input,
.dc-domain-date-filter select {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #101828;
    background: transparent;
    font-size: 0.9rem;
}

.dc-domain-filter-row {
    display: grid;
    grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.dc-domain-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.dc-domain-filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #d6e2ef;
    border-radius: 8px;
    color: #344054;
    background: #f7fbff;
    font-size: 0.85rem;
    font-weight: 850;
    line-height: 1;
}

.dc-domain-filter-chip.active,
.dc-domain-filter-chip:hover {
    color: #073b68;
    border-color: #9bc9ef;
    background: #dceffd;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.dc-domain-filter-chip.active-status {
    background: #dff6ea;
    border-color: #bfe8d1;
}

.dc-domain-filter-chip.pending-status {
    background: #fff0db;
    border-color: #f0cf9d;
}

.dc-domain-table-card h2 {
    margin: 2px 0 10px;
    color: #101828;
    font-size: 1rem;
    font-weight: 950;
    letter-spacing: 0;
}

.dc-domain-table-wrap {
    margin: 0;
    overflow: visible;
}

.dc-domain-table-card .dataTables_wrapper .dataTables_filter,
.dc-domain-table-card .dataTables_wrapper .dataTables_length {
    display: none !important;
}

.dc-domain-table-card .dataTables_wrapper .listtable {
    margin: 0 !important;
}

.dc-domain-table-card table.table-list {
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
}

.dc-domain-table-card table.table-list thead th {
    padding: 12px 14px !important;
    border: 0 !important;
    color: #101828 !important;
    background: #f1f5f9 !important;
    font-size: 0.86rem !important;
    font-weight: 900 !important;
    white-space: nowrap;
}

.dc-domain-table-card table.table-list tbody td {
    padding: 12px 14px !important;
    border-top: 1px solid #e2e8f0 !important;
    color: #1f2937;
    font-size: 0.88rem;
    vertical-align: middle;
}

.dc-domain-table-card table.table-list tbody tr {
    cursor: pointer;
}

.dc-domain-table-card table.table-list tbody tr:hover td {
    background: #f8fbff;
}

.dc-domain-table-card input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #2160e8;
}

.dc-domain-name-cell a {
    color: #101828;
    font-weight: 900;
    text-decoration: none;
}

.dc-domain-name-cell a:hover {
    color: #2160e8;
    text-decoration: none;
}

.dc-domain-name-cell small {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-top: 3px;
    color: #667085;
    font-size: 0.78rem;
    font-weight: 760;
}

.dc-domain-name-cell small.is-enabled {
    color: #079455;
}

.dc-domain-name-cell small.is-disabled {
    color: #d92d20;
}

.dc-domain-table-card .label.status,
.dc-domain-table-card .status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 3px 9px;
    border-radius: 999px;
    color: #ffffff !important;
    font-size: 0.72rem;
    font-weight: 900;
}

.dc-domain-table-card .status-Active,
.dc-domain-table-card .status-active {
    background: #079455 !important;
}

.dc-domain-table-card .status-Pending,
.dc-domain-table-card .status-pending {
    background: #ea7600 !important;
}

.dc-domain-table-card .status-Expired,
.dc-domain-table-card .status-expired,
.dc-domain-table-card .status-Cancelled,
.dc-domain-table-card .status-cancelled {
    background: #d92d20 !important;
}

.dc-domain-actions {
    white-space: nowrap;
}

.dc-domain-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 4px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #101828;
    text-decoration: none;
}

.dc-domain-actions a:hover {
    color: #2160e8;
    border-color: #c9d8ea;
    background: #eef5ff;
    text-decoration: none;
}

.dc-domain-table-card .dataTables_info {
    padding-top: 12px !important;
    color: #475467;
    font-size: 0.88rem;
}

.dc-domain-table-card .dataTables_paginate {
    padding-top: 10px !important;
}

.dc-domain-table-card .dataTables_paginate .paginate_button {
    border: 1px solid #d6e2ef !important;
    border-radius: 8px !important;
    color: #344054 !important;
    background: #ffffff !important;
}

.dc-domain-table-card .dataTables_paginate .paginate_button.current,
.dc-domain-table-card .dataTables_paginate .paginate_button:hover {
    color: #ffffff !important;
    background: #344054 !important;
    border-color: #344054 !important;
}

@media (max-width: 1199.98px) {
    .dc-domains-page {
        padding: 22px 16px 38px;
    }

    .dc-domain-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dc-domain-toolbar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .dc-domains-head {
        align-items: stretch;
        flex-direction: column;
    }

    .dc-domains-register {
        width: 100%;
    }

    .dc-domain-summary-grid,
    .dc-domain-filter-row {
        grid-template-columns: 1fr;
    }

    .dc-domain-bulk-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .dc-domain-bulk-actions .btn,
    .dc-domain-dropdown,
    .dc-domain-dropdown .btn {
        width: 100%;
    }

    .dc-domain-table-card {
        padding: 12px;
    }

    .dc-domain-table-card table.table-list thead {
        display: none;
    }

    .dc-domain-table-card table.table-list,
    .dc-domain-table-card table.table-list tbody,
    .dc-domain-table-card table.table-list tr,
    .dc-domain-table-card table.table-list td {
        display: block;
        width: 100%;
    }

    .dc-domain-table-card table.table-list tbody tr {
        margin-bottom: 10px;
        overflow: hidden;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        background: #ffffff;
    }

    .dc-domain-table-card table.table-list tbody td {
        display: flex;
        justify-content: space-between;
        gap: 14px;
        border-top: 1px solid #eef2f7 !important;
        text-align: right;
    }

    .dc-domain-table-card table.table-list tbody td::before {
        content: attr(data-title);
        color: #667085;
        font-weight: 900;
        text-align: left;
    }

    .dc-domain-table-card table.table-list tbody td.ssl-info:empty {
        display: none;
    }

    .dc-domain-name-cell {
        align-items: flex-end;
    }

    .dc-domain-actions {
        justify-content: flex-end !important;
    }
}

@media (max-width: 575.98px) {
    .dc-domain-summary-grid {
        grid-template-columns: 1fr;
    }
}

/* Domains reference polish: clean SaaS management workspace. */
@media (min-width: 1200px) {
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header {
        width: 296px !important;
        background:
            radial-gradient(circle at 38% 0%, rgba(37, 99, 235, 0.22), transparent 15rem),
            linear-gradient(180deg, #071a38 0%, #0b1f43 48%, #071733 100%) !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route #main-body,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route .master-breadcrumb,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route footer.footer {
        margin-left: 296px !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-main-navbar {
        flex: 1 1 auto !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-main-navbar > .container {
        min-height: 100vh !important;
        padding: 24px 18px !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-brand {
        margin-bottom: 24px !important;
        padding-bottom: 22px !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-brand .logo-img {
        width: 44px !important;
        height: 44px !important;
        max-height: 44px !important;
        padding: 6px;
        border-radius: 14px;
        box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-brand-text {
        font-size: 1.2rem !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-app-nav {
        gap: 9px !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill {
        min-height: 46px !important;
        padding: 0 14px !important;
        border-radius: 8px !important;
        font-size: 0.98rem !important;
        color: #d7e3f5 !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill i:first-child {
        width: 26px;
        color: #d7e3f5 !important;
        font-size: 1.08rem;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill.active,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill:hover {
        background: linear-gradient(135deg, #2463ff, #2f2ee8) !important;
        box-shadow: 0 16px 30px rgba(37, 99, 235, 0.27) !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .topbar {
        display: none !important;
    }
}

.dc-sidebar-domain-card {
    margin: auto 5px 20px;
    padding: 20px 18px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 20px 36px rgba(0, 0, 0, 0.16);
    text-align: center;
}

.dc-sidebar-domain-art {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 62px;
    margin-bottom: 12px;
    color: #ffffff;
}

.dc-sidebar-domain-art i {
    color: #7ec5ff;
    font-size: 3.2rem;
    filter: drop-shadow(0 12px 18px rgba(17, 80, 184, 0.28));
}

.dc-sidebar-domain-art span {
    position: absolute;
    right: -4px;
    bottom: 7px;
    padding: 3px 8px;
    border-radius: 7px;
    color: #ffffff;
    background: linear-gradient(135deg, #6d5cff, #2463ff);
    font-size: 0.7rem;
    font-weight: 950;
}

.dc-sidebar-domain-card h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 950;
    letter-spacing: 0;
}

.dc-sidebar-domain-card p {
    margin: 0 0 14px;
    color: #c8d8ee;
    font-size: 0.84rem;
    line-height: 1.45;
}

.dc-sidebar-domain-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 42px;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, #2463ff, #2346ee);
    box-shadow: 0 16px 28px rgba(37, 99, 235, 0.24);
    font-weight: 950;
    text-decoration: none;
}

.dc-sidebar-domain-card a:hover {
    color: #ffffff;
    text-decoration: none;
}

.dc-sidebar-user-profile {
    flex-direction: column;
    gap: 12px;
    margin: auto 5px 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dc-sidebar-domain-card + .dc-sidebar-user-profile {
    margin-top: 0;
}

.dc-sidebar-user-main {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    color: #ffffff;
    text-decoration: none;
}

.dc-sidebar-user-main:hover {
    color: #ffffff;
    text-decoration: none;
}

.dc-sidebar-user-avatar {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #2463ff, #6c5cff);
    box-shadow: 0 16px 30px rgba(37, 99, 235, 0.24);
    font-size: 1rem;
    font-weight: 950;
    text-transform: uppercase;
}

.dc-sidebar-user-avatar::after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 4px;
    width: 11px;
    height: 11px;
    border: 2px solid #0a1d3d;
    border-radius: 50%;
    background: #12b76a;
}

.dc-sidebar-user-text {
    min-width: 0;
}

.dc-sidebar-user-text strong,
.dc-sidebar-user-text small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dc-sidebar-user-text strong {
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 950;
}

.dc-sidebar-user-text small {
    margin-top: 3px;
    color: #b8c9e2;
    font-size: 0.78rem;
    font-weight: 700;
}

.dc-sidebar-user-links {
    display: grid;
    gap: 5px;
}

.dc-sidebar-user-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    color: #d7e3f5;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
}

.dc-sidebar-user-links a:hover {
    color: #ffffff;
    text-decoration: none;
}

body.dc-template-clientareadomains {
    background:
        radial-gradient(circle at 78% 0%, rgba(37, 99, 235, 0.12), transparent 34rem),
        linear-gradient(180deg, #f2f7ff 0%, #f8fbff 100%) !important;
}

.dc-domains-page {
    max-width: 1320px;
    padding: 32px 34px 46px;
}

.dc-domains-breadcrumb {
    display: none;
}

.dc-domains-head {
    align-items: flex-start;
    margin-bottom: 28px;
}

.dc-domains-head h1 {
    color: #0c1f44;
    font-size: clamp(2.3rem, 4vw, 3.25rem);
}

.dc-domains-head p {
    color: #41516f;
    font-size: 1.02rem;
}

.dc-domains-register {
    min-height: 50px;
    padding: 0 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, #2463ff, #1748df);
    box-shadow: 0 18px 32px rgba(37, 99, 235, 0.28);
    font-size: 0.96rem;
}

.dc-domain-summary-grid {
    gap: 16px;
    margin-bottom: 24px;
}

.dc-domain-summary-card {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 132px;
    padding: 24px 26px;
    border-color: #dfe8f5;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.dc-domain-summary-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    font-size: 1.7rem;
}

.dc-domain-icon-blue {
    color: #2160e8;
    background: #e4edff;
}

.dc-domain-icon-green {
    color: #079455;
    background: #dcfae6;
}

.dc-domain-icon-purple {
    color: #7a35e8;
    background: #eee4ff;
}

.dc-domain-icon-orange {
    color: #e46a11;
    background: #fff0df;
}

.dc-domain-summary-card span:not(.dc-domain-summary-icon) {
    color: #253858;
    font-size: 0.94rem;
}

.dc-domain-summary-card strong {
    margin: 8px 0 6px;
    color: #0c1f44;
}

.dc-domain-table-card {
    padding: 18px;
    border-color: #dfe8f5;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.08);
}

.dc-domain-toolbar {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    gap: 16px;
    margin-bottom: 16px;
}

.dc-domain-bulk-actions .btn,
.dc-domain-dropdown .btn,
.dc-domain-search,
.dc-domain-date-filter {
    min-height: 44px;
    border-color: #d7e2f0;
    border-radius: 8px !important;
    box-shadow: none;
}

.dc-domain-bulk-actions .btn,
.dc-domain-dropdown .btn {
    padding: 0 15px;
    color: #14213d;
    font-size: 0.9rem;
}

.dc-domain-search {
    padding: 0 14px;
}

.dc-domain-filter-row {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    margin-bottom: 22px;
}

.dc-domain-filter-chip {
    min-height: 38px;
    padding: 0 18px;
    border-radius: 8px;
}

.dc-domain-table-card h2 {
    margin-bottom: 12px;
    font-size: 1.05rem;
}

.dc-domain-table-card table.table-list {
    border: 1px solid #dfe8f5;
}

.dc-domain-table-card table.table-list thead th {
    padding: 14px 16px !important;
    background: #f6f9fd !important;
}

.dc-domain-table-card table.table-list tbody td {
    padding: 14px 16px !important;
}

.dc-domain-name-cell a {
    color: #0c1f44;
    font-size: 1rem;
}

.dc-domain-actions a,
.dc-domain-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 6px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #0c1f44;
    background: transparent;
    text-decoration: none;
}

.dc-domain-actions a:hover,
.dc-domain-actions button:hover {
    color: #2160e8;
    border-color: #d7e2f0;
    background: #f7fbff;
}

.dc-domain-actions button {
    margin-right: 0;
    cursor: pointer;
}

@media (max-width: 1199.98px) {
    .dc-domains-page {
        padding: 24px 16px 40px;
    }
}

@media (max-width: 767.98px) {
    .dc-domain-summary-card {
        grid-template-columns: 58px minmax(0, 1fr);
        min-height: 112px;
        padding: 18px;
    }

    .dc-domain-summary-icon {
        width: 54px;
        height: 54px;
        font-size: 1.35rem;
    }
}

/* Domains final compact polish: no sidebar promo, tighter stats, stable responsive toolbar. */
.dc-sidebar-domain-card {
    display: none !important;
}

.dc-domain-summary-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-bottom: 22px !important;
}

.dc-domain-summary-card {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 14px !important;
    min-height: 108px !important;
    padding: 18px 20px !important;
    border-radius: 8px !important;
}

.dc-domain-summary-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    font-size: 1.35rem !important;
    line-height: 1 !important;
}

.dc-domain-summary-icon i,
.dc-domain-summary-icon svg,
.dc-domain-summary-icon .svg-inline--fa {
    display: block !important;
    width: 1em !important;
    height: 1em !important;
    margin: 0 !important;
    color: currentColor !important;
    font-size: inherit !important;
    line-height: 1 !important;
    position: static !important;
    transform: none !important;
}

.dc-domain-summary-card span:not(.dc-domain-summary-icon) {
    font-size: 0.87rem !important;
    line-height: 1.25 !important;
}

.dc-domain-summary-card strong {
    margin: 5px 0 4px !important;
    font-size: clamp(1.75rem, 2.25vw, 2.1rem) !important;
    line-height: 1 !important;
}

.dc-domain-summary-card p {
    max-width: 16rem;
    font-size: 0.8rem !important;
    line-height: 1.35 !important;
}

.dc-domain-table-card {
    padding: 16px !important;
    border-radius: 8px !important;
}

.dc-domain-toolbar {
    align-items: center !important;
    margin-bottom: 14px !important;
}

.dc-domain-bulk-actions {
    min-width: 0 !important;
}

.dc-domain-bulk-actions .btn,
.dc-domain-dropdown .btn {
    min-width: 0 !important;
    white-space: nowrap !important;
}

@media (min-width: 992px) {
    .dc-domain-toolbar {
        grid-template-columns: minmax(0, 1fr) minmax(210px, 288px) !important;
        gap: 12px !important;
    }

    .dc-domain-bulk-actions {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 7px !important;
    }

    .dc-domain-bulk-actions .btn,
    .dc-domain-dropdown .btn {
        min-height: 40px !important;
        padding: 0 10px !important;
        font-size: 0.8rem !important;
    }

    .dc-domain-bulk-actions .btn i,
    .dc-domain-dropdown .btn i {
        font-size: 0.86rem !important;
    }

    .dc-domain-dropdown {
        flex: 0 0 auto !important;
    }

    .dc-domain-search {
        min-height: 40px !important;
        padding: 0 12px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .dc-domain-summary-card {
        padding: 16px 18px !important;
    }

    .dc-domain-toolbar {
        grid-template-columns: minmax(0, 1fr) minmax(205px, 270px) !important;
    }

    .dc-domain-bulk-actions .btn,
    .dc-domain-dropdown .btn {
        padding: 0 8px !important;
        font-size: 0.78rem !important;
    }
}

@media (max-width: 1199.98px) {
    .dc-domain-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991.98px) {
    .dc-domains-head {
        align-items: stretch !important;
        flex-direction: column !important;
        gap: 16px !important;
        margin-bottom: 20px !important;
    }

    .dc-domains-head h1 {
        font-size: clamp(2rem, 8vw, 2.75rem) !important;
    }

    .dc-domains-register {
        align-self: flex-start !important;
    }

    .dc-domain-toolbar,
    .dc-domain-filter-row {
        grid-template-columns: 1fr !important;
    }

    .dc-domain-bulk-actions {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .dc-domain-bulk-actions .btn,
    .dc-domain-dropdown,
    .dc-domain-dropdown .btn,
    .dc-domain-search,
    .dc-domain-date-filter {
        width: 100% !important;
    }
}

@media (max-width: 575.98px) {
    .dc-domains-page {
        padding: 20px 12px 34px !important;
    }

    .dc-domains-register {
        width: 100% !important;
    }

    .dc-domain-summary-grid,
    .dc-domain-bulk-actions,
    .dc-domain-filter-chips {
        grid-template-columns: 1fr !important;
    }

    .dc-domain-filter-chips {
        display: grid !important;
        gap: 8px !important;
    }

    .dc-domain-filter-chip {
        width: 100% !important;
    }

    .dc-domain-table-card {
        padding: 12px !important;
    }
}

/* Client sidebar user final: user card opens profile/settings; only logout is separate. */
body.dc-logged-in header.header .dc-sidebar-user-profile {
    gap: 10px !important;
    margin: auto 5px 0 !important;
    padding: 16px 6px 0 !important;
}

body.dc-logged-in header.header .dc-sidebar-user-main {
    padding: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.055) !important;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

body.dc-logged-in header.header .dc-sidebar-user-main:hover {
    border-color: rgba(126, 197, 255, 0.22) !important;
    background: rgba(255, 255, 255, 0.09) !important;
    transform: translateY(-1px);
}

body.dc-logged-in header.header .dc-sidebar-user-links {
    display: grid !important;
    gap: 0 !important;
}

body.dc-logged-in header.header .dc-sidebar-user-links a[href*="details"],
body.dc-logged-in header.header .dc-sidebar-user-links a[href*="security"] {
    display: none !important;
}

body.dc-logged-in header.header .dc-sidebar-user-links a[href*="logout.php"] {
    min-height: 38px !important;
    padding: 0 10px !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    color: #c8d8ee !important;
    background: transparent !important;
}

body.dc-logged-in header.header .dc-sidebar-user-links a[href*="logout.php"]:hover {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.07) !important;
}

/* Services final workspace: compact SaaS management table matching the client theme. */
body.dc-template-clientareaproducts {
    background:
        radial-gradient(circle at 78% 0%, rgba(37, 99, 235, 0.12), transparent 34rem),
        linear-gradient(180deg, #f2f7ff 0%, #f8fbff 100%) !important;
}

body.dc-template-clientareaproducts #main-body {
    background: transparent !important;
}

body.dc-template-clientareaproducts .primary-content > .header-lined {
    display: none !important;
}

.dc-services-page {
    width: 100% !important;
    max-width: 1320px !important;
    margin: 0 auto 46px !important;
    padding: 32px 34px 46px !important;
}

.dc-services-header {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 22px !important;
    min-height: 0 !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.dc-services-header-copy {
    min-width: 0 !important;
}

.dc-services-kicker {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    margin-bottom: 8px !important;
    padding: 4px 8px !important;
    border: 1px solid #d8e8ff !important;
    border-radius: 999px !important;
    color: #2160e8 !important;
    background: #eef5ff !important;
    font-size: 0.68rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

.dc-services-header h1 {
    margin: 0 !important;
    color: #0c1f44 !important;
    font-size: clamp(2.25rem, 4vw, 3.25rem) !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

.dc-services-header p {
    max-width: 640px !important;
    margin: 10px 0 0 !important;
    color: #41516f !important;
    font-size: 0.98rem !important;
    line-height: 1.5 !important;
}

.dc-services-order-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    flex: 0 0 auto !important;
    min-height: 48px !important;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #2463ff, #1748df) !important;
    box-shadow: 0 18px 32px rgba(37, 99, 235, 0.28) !important;
    font-size: 0.92rem !important;
    font-weight: 950 !important;
    text-decoration: none !important;
}

.dc-services-order-button:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
}

.dc-services-stat-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 0 0 22px !important;
}

.dc-services-stat-card {
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 14px !important;
    min-height: 108px !important;
    min-width: 0 !important;
    padding: 18px 20px !important;
    border: 1px solid #dfe8f5 !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08) !important;
}

.dc-services-stat-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    grid-row: auto !important;
    border-radius: 8px !important;
    font-size: 1.15rem !important;
    line-height: 1 !important;
}

.dc-services-stat-icon i,
.dc-services-stat-icon svg,
.dc-services-stat-icon .svg-inline--fa {
    display: block !important;
    width: 1em !important;
    height: 1em !important;
    margin: 0 !important;
    color: currentColor !important;
    font-size: inherit !important;
    line-height: 1 !important;
    position: static !important;
    transform: none !important;
}

.dc-services-stat-total .dc-services-stat-icon {
    color: #2160e8 !important;
    background: #e4edff !important;
}

.dc-services-stat-active .dc-services-stat-icon {
    color: #079455 !important;
    background: #dcfae6 !important;
}

.dc-services-stat-attention .dc-services-stat-icon {
    color: #e46a11 !important;
    background: #fff0df !important;
}

.dc-services-stat-ended .dc-services-stat-icon {
    color: #7a35e8 !important;
    background: #eee4ff !important;
}

.dc-services-stat-card span:not(.dc-services-stat-icon) {
    display: block !important;
    color: #253858 !important;
    font-size: 0.87rem !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
}

.dc-services-stat-card strong {
    display: block !important;
    margin: 5px 0 4px !important;
    color: #0c1f44 !important;
    font-size: clamp(1.75rem, 2.25vw, 2.1rem) !important;
    font-weight: 950 !important;
    line-height: 1 !important;
}

.dc-services-stat-card p {
    margin: 0 !important;
    color: #475467 !important;
    font-size: 0.8rem !important;
    line-height: 1.35 !important;
}

.dc-services-list-card {
    overflow: hidden !important;
    padding: 16px !important;
    border: 1px solid #dfe8f5 !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.08) !important;
}

.dc-services-toolbar {
    display: grid !important;
    grid-template-columns: minmax(180px, 230px) minmax(0, 1fr) minmax(210px, 290px) minmax(150px, 180px) !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 18px !important;
}

.dc-services-select,
.dc-services-search,
.dc-services-sort {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border: 1px solid #d7e2f0 !important;
    border-radius: 8px !important;
    color: #667085 !important;
    background: #ffffff !important;
}

.dc-services-select select,
.dc-services-search input,
.dc-services-sort select {
    width: 100% !important;
    min-width: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    color: #14213d !important;
    background: transparent !important;
    font-size: 0.86rem !important;
    font-weight: 800 !important;
}

.dc-services-filter-chips {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    min-width: 0 !important;
}

.dc-services-filter-chip {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 36px !important;
    padding: 0 14px !important;
    border: 1px solid #d7e2f0 !important;
    border-radius: 8px !important;
    color: #344054 !important;
    background: #ffffff !important;
    font-size: 0.82rem !important;
    font-weight: 900 !important;
}

.dc-services-filter-chip.active {
    color: #2160e8 !important;
    border-color: #b9d6ff !important;
    background: #eef5ff !important;
}

.dc-services-filter-chip.active-status {
    color: #087443 !important;
    border-color: #b7ebc8 !important;
    background: #ecfdf3 !important;
}

.dc-services-filter-chip.pending-status,
.dc-services-filter-chip.suspended-status {
    color: #b54708 !important;
    border-color: #fedf89 !important;
    background: #fffaeb !important;
}

.dc-services-filter-chip.terminated-status {
    color: #475467 !important;
    border-color: #d0d5dd !important;
    background: #f2f4f7 !important;
}

.dc-services-list-card h2 {
    margin: 0 0 12px !important;
    color: #101828 !important;
    font-size: 1.05rem !important;
    font-weight: 950 !important;
}

.dc-services-table-wrap {
    margin: 0 !important;
    overflow: visible !important;
}

.dc-services-list-card .dataTables_filter,
.dc-services-list-card .dataTables_length {
    display: none !important;
}

.dc-services-list-card table.dc-services-table {
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid #dfe8f5 !important;
    border-radius: 8px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.dc-services-list-card table.dc-services-table thead th {
    padding: 14px 16px !important;
    color: #475467 !important;
    border: 0 !important;
    border-bottom: 1px solid #dfe8f5 !important;
    background: #f6f9fd !important;
    font-size: 0.72rem !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
}

.dc-services-list-card table.dc-services-table tbody td {
    padding: 14px 16px !important;
    color: #344054 !important;
    border-top: 0 !important;
    border-bottom: 1px solid #edf2f7 !important;
    vertical-align: middle !important;
}

.dc-services-list-card table.dc-services-table tbody tr:hover td {
    background: #f8fbff !important;
}

.dc-service-ssl-badge,
.dc-service-product-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 8px !important;
}

.dc-service-ssl-badge {
    color: #2160e8 !important;
    background: #eef5ff !important;
}

.dc-service-product-cell {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 11px !important;
}

.dc-service-product-icon {
    color: #64748b !important;
    background: #eef2f7 !important;
}

.dc-service-product-cell strong,
.dc-service-product-cell a,
.dc-service-product-cell span {
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.dc-service-product-cell strong {
    color: #0c1f44 !important;
    font-size: 0.94rem !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
}

.dc-service-product-cell a,
.dc-service-product-cell span {
    margin-top: 3px !important;
    color: #667085 !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}

.dc-service-price-cell strong,
.dc-service-date-cell strong {
    display: block !important;
    color: #0c1f44 !important;
    font-size: 0.86rem !important;
    font-weight: 950 !important;
}

.dc-service-price-cell small,
.dc-service-date-cell small {
    display: block !important;
    margin-top: 3px !important;
    color: #667085 !important;
    font-size: 0.75rem !important;
    font-weight: 800 !important;
}

.dc-service-status-cell .status-active,
.dc-service-status-cell .status-Active {
    background: #12b76a !important;
}

.dc-service-status-cell .status-pending,
.dc-service-status-cell .status-Pending {
    background: #f79009 !important;
}

.dc-service-status-cell .status-suspended,
.dc-service-status-cell .status-Suspended {
    background: #f04438 !important;
}

.dc-service-status-cell .status-terminated,
.dc-service-status-cell .status-Terminated,
.dc-service-status-cell .status-cancelled,
.dc-service-status-cell .status-Cancelled {
    background: #667085 !important;
}

.dc-service-action-cell {
    white-space: nowrap !important;
}

.dc-service-row-action,
.dc-service-icon-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 32px !important;
    border-radius: 8px !important;
    font-size: 0.78rem !important;
    font-weight: 950 !important;
    text-decoration: none !important;
}

.dc-service-row-action {
    padding: 0 12px !important;
    color: #2160e8 !important;
    border: 1px solid #d8e8ff !important;
    background: #ffffff !important;
}

.dc-service-row-action:hover {
    color: #ffffff !important;
    border-color: #2160e8 !important;
    background: #2160e8 !important;
}

.dc-service-icon-action {
    width: 32px !important;
    margin-left: 6px !important;
    color: #475467 !important;
    border: 1px solid #d7e2f0 !important;
    background: #ffffff !important;
}

.dc-service-icon-action:hover {
    color: #2160e8 !important;
    background: #eef5ff !important;
}

.dc-services-list-card .dataTables_info {
    padding-top: 12px !important;
    color: #475467 !important;
    font-size: 0.86rem !important;
    font-weight: 760 !important;
}

.dc-services-list-card .dataTables_paginate {
    padding-top: 10px !important;
}

.dc-services-list-card .dataTables_paginate .paginate_button {
    min-width: 34px !important;
    border: 1px solid #d7e2f0 !important;
    border-radius: 8px !important;
    color: #344054 !important;
    background: #ffffff !important;
}

.dc-services-list-card .dataTables_paginate .paginate_button.current,
.dc-services-list-card .dataTables_paginate .paginate_button:hover {
    color: #ffffff !important;
    border-color: #2160e8 !important;
    background: #2160e8 !important;
}

@media (max-width: 1199.98px) {
    .dc-services-page {
        padding: 24px 16px 40px !important;
    }

    .dc-services-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .dc-services-toolbar {
        grid-template-columns: minmax(180px, 220px) minmax(0, 1fr) minmax(210px, 280px) !important;
    }

    .dc-services-sort {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 991.98px) {
    .dc-services-header {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
    }

    .dc-services-order-button {
        align-self: flex-start !important;
    }

    .dc-services-toolbar {
        grid-template-columns: 1fr !important;
    }

    .dc-services-sort {
        grid-column: auto !important;
    }
}

@media (max-width: 767.98px) {
    .dc-services-stat-grid,
    .dc-services-filter-chips {
        grid-template-columns: 1fr !important;
    }

    .dc-services-filter-chips {
        display: grid !important;
        gap: 8px !important;
    }

    .dc-services-order-button,
    .dc-services-filter-chip {
        width: 100% !important;
    }

    .dc-services-list-card {
        padding: 12px !important;
    }

    .dc-services-list-card table.dc-services-table thead {
        display: none !important;
    }

    .dc-services-list-card table.dc-services-table,
    .dc-services-list-card table.dc-services-table tbody,
    .dc-services-list-card table.dc-services-table tr,
    .dc-services-list-card table.dc-services-table td {
        display: block !important;
        width: 100% !important;
    }

    .dc-services-list-card table.dc-services-table tbody tr {
        margin-bottom: 10px !important;
        overflow: hidden !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 8px !important;
        background: #ffffff !important;
    }

    .dc-services-list-card table.dc-services-table tbody td {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 14px !important;
        border-bottom: 1px solid #eef2f7 !important;
        text-align: right !important;
    }

    .dc-services-list-card table.dc-services-table tbody td::before {
        content: attr(data-title);
        flex: 0 0 auto;
        color: #667085;
        font-weight: 950;
        text-align: left;
    }

    .dc-service-product-cell {
        max-width: 66%;
        text-align: left;
    }

    .dc-service-action-cell {
        justify-content: flex-end !important;
    }
}

@media (max-width: 575.98px) {
    .dc-services-page {
        padding: 20px 12px 34px !important;
    }

    .dc-services-header h1 {
        font-size: 2.05rem !important;
    }

    .dc-services-stat-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Services/user navigation final alignment pass. */
@media (min-width: 1200px) {
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill {
        min-height: 42px !important;
        padding: 0 12px !important;
        font-size: 0.9rem !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill i:first-child {
        width: 23px !important;
        font-size: 1rem !important;
    }

    body.dc-logged-in header.header .dc-sidebar-user-profile {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 40px !important;
        align-items: center !important;
        gap: 8px !important;
    }

    body.dc-logged-in header.header .dc-sidebar-user-main {
        min-width: 0 !important;
    }

    body.dc-logged-in header.header .dc-sidebar-user-links {
        display: block !important;
    }

    body.dc-logged-in header.header .dc-sidebar-user-links a[href*="logout.php"] {
        width: 40px !important;
        min-height: 40px !important;
        padding: 0 !important;
        justify-content: center !important;
        font-size: 0 !important;
    }

    body.dc-logged-in header.header .dc-sidebar-user-links a[href*="logout.php"] i {
        margin: 0 !important;
        font-size: 0.95rem !important;
    }
}

.dc-services-filter-chips {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scrollbar-width: thin;
}

.dc-services-filter-chip {
    flex: 0 0 auto !important;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .dc-services-toolbar {
        grid-template-columns: minmax(170px, 230px) minmax(0, 1fr) minmax(150px, 190px) !important;
        align-items: center !important;
    }

    .dc-services-filter-chips {
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
        width: 100% !important;
    }

    .dc-services-select {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }

    .dc-services-search {
        grid-column: 2 !important;
        grid-row: 2 !important;
    }

    .dc-services-sort {
        grid-column: 3 !important;
        grid-row: 2 !important;
    }
}

@media (max-width: 767.98px) {
    .dc-services-filter-chips {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        overflow-x: visible !important;
    }

    .dc-services-filter-chip {
        width: 100% !important;
    }
}

@media (max-width: 420px) {
    .dc-services-filter-chips {
        grid-template-columns: 1fr !important;
    }
}

/* Services + invoices final responsive containment. */
@media (max-width: 767.98px) {
    body.dc-template-clientareaproducts,
    body.dc-template-clientareaproducts #main-body,
    .dc-services-page,
    .dc-services-list-card,
    .dc-services-table-wrap,
    .dc-services-list-card .dataTables_wrapper {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .dc-services-filter-chips {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 7px !important;
        overflow-x: auto !important;
        padding-bottom: 2px !important;
        scrollbar-width: thin;
    }

    .dc-services-filter-chip {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: max-content !important;
        padding: 0 12px !important;
        font-size: 0.78rem !important;
    }

    .dc-services-list-card table.dc-services-table,
    .dc-services-list-card table.dc-services-table tbody,
    .dc-services-list-card table.dc-services-table tr,
    .dc-services-list-card table.dc-services-table td {
        max-width: 100% !important;
    }

    .dc-services-list-card table.dc-services-table tbody td {
        display: grid !important;
        grid-template-columns: minmax(94px, 34%) minmax(0, 1fr) !important;
        align-items: center !important;
        gap: 4px 10px !important;
        min-width: 0 !important;
        padding: 13px 12px !important;
        overflow: hidden !important;
        text-align: left !important;
    }

    .dc-services-list-card table.dc-services-table tbody td::before {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
        min-width: 0 !important;
        color: #667085 !important;
        font-size: 0.82rem !important;
        line-height: 1.2 !important;
    }

    .dc-services-list-card table.dc-services-table tbody td > * {
        grid-column: 2 !important;
        min-width: 0 !important;
        max-width: 100% !important;
        justify-self: end !important;
    }

    .dc-service-product-cell {
        width: min(100%, 210px) !important;
        max-width: 100% !important;
        grid-template-columns: 32px minmax(0, 1fr) !important;
        gap: 9px !important;
        justify-self: end !important;
        text-align: left !important;
    }

    .dc-service-product-icon,
    .dc-service-ssl-badge {
        width: 32px !important;
        height: 32px !important;
    }

    .dc-service-price-cell strong,
    .dc-service-date-cell strong {
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        font-size: 0.8rem !important;
        text-align: right !important;
    }

    .dc-service-price-cell small,
    .dc-service-date-cell small {
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        font-size: 0.68rem !important;
        text-align: right !important;
    }

    .dc-service-status-cell .label.status,
    .dc-service-status-cell .status {
        justify-self: end !important;
        max-width: 100% !important;
        min-height: 28px !important;
        padding: 0 9px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        font-size: 0.66rem !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .dc-service-action-cell {
        grid-template-columns: minmax(94px, 34%) minmax(0, 1fr) 32px !important;
        column-gap: 8px !important;
    }

    .dc-service-action-cell::before {
        grid-column: 1 !important;
    }

    .dc-service-action-cell > * {
        grid-column: auto !important;
    }

    .dc-service-row-action {
        grid-column: 2 !important;
        justify-self: end !important;
        min-height: 31px !important;
        padding: 0 11px !important;
    }

    .dc-service-icon-action {
        grid-column: 3 !important;
        width: 31px !important;
        min-height: 31px !important;
        margin-left: 0 !important;
        justify-self: end !important;
    }
}

@media (min-width: 992px) {
    .dc-invoice-toolbar {
        grid-template-columns: minmax(220px, 1fr) minmax(170px, 210px) minmax(0, auto) !important;
        gap: 10px !important;
    }

    .dc-invoice-filter-chips {
        grid-column: auto !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        overflow-x: auto !important;
        padding-bottom: 1px !important;
        scrollbar-width: thin;
    }

    .dc-invoice-filter-chip {
        flex: 0 0 auto !important;
        min-height: 32px !important;
        padding: 0 11px !important;
        font-size: 0.82rem !important;
        white-space: nowrap !important;
    }
}

.dc-invoice-summary-card strong {
    font-size: clamp(1.45rem, 2.45vw, 2.05rem) !important;
}

.dc-invoice-summary-card {
    min-height: 106px !important;
}

/* Sidebar nav icon contrast fix. */
@media (min-width: 1200px) {
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill i:first-child {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 24px !important;
        width: 24px !important;
        height: 24px !important;
        border-radius: 7px !important;
        color: #8fd7ff !important;
        background: rgba(143, 215, 255, 0.12) !important;
        box-shadow: inset 0 0 0 1px rgba(143, 215, 255, 0.14) !important;
        font-size: 0.88rem !important;
        line-height: 1 !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill.active i:first-child,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill:hover i:first-child {
        color: #ffffff !important;
        background: rgba(255, 255, 255, 0.2) !important;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18) !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill i:first-child::before {
        color: currentColor !important;
        line-height: 1 !important;
    }
}

/* Account settings content workspace. */
body.dc-template-clientareadetails {
    background:
        radial-gradient(circle at 78% 0%, rgba(37, 99, 235, 0.1), transparent 34rem),
        linear-gradient(180deg, #f2f7ff 0%, #f8fbff 100%) !important;
}

body.dc-template-clientareadetails .master-breadcrumb,
body.dc-template-clientareadetails #main-body .sidebar,
body.dc-template-clientareadetails #main-body .sidebar-secondary,
body.dc-template-clientareadetails #main-body .card-sidebar {
    display: none !important;
}

body.dc-template-clientareadetails #main-body {
    padding-top: 0 !important;
    background: transparent !important;
}

body.dc-template-clientareadetails #main-body > .container {
    width: 100% !important;
    max-width: none !important;
}

body.dc-template-clientareadetails #main-body > .container > .row {
    display: block !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.dc-template-clientareadetails #main-body .primary-content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

body.dc-template-clientareadetails .primary-content > .header-lined {
    display: none !important;
}

.dc-account-page {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 30px 34px 46px;
    color: #101828;
}

.dc-account-alert {
    margin-bottom: 16px;
}

.dc-account-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.dc-account-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    color: #667085;
    font-size: 0.9rem;
    font-weight: 760;
}

.dc-account-breadcrumb span {
    color: #98a2b3;
}

.dc-account-head h1 {
    margin: 0;
    color: #0c1f44;
    font-size: clamp(2rem, 4vw, 2.65rem);
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
}

.dc-account-head p {
    max-width: 720px;
    margin: 9px 0 0;
    color: #475467;
    font-size: 0.96rem;
    line-height: 1.45;
}

.dc-account-layout {
    display: grid;
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.dc-account-side-card,
.dc-account-card {
    border: 1px solid #dfe8f5;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(14px);
}

.dc-account-side-card {
    position: sticky;
    top: 24px;
    min-height: 560px;
    padding: 14px;
}

.dc-account-side-title {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    margin-bottom: 8px;
    color: #2160e8;
    font-weight: 950;
}

.dc-account-side-title span,
.dc-account-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #2160e8;
    background: #eef5ff;
    box-shadow: inset 0 0 0 1px rgba(21, 94, 239, 0.08);
}

.dc-account-side-nav {
    display: grid;
    gap: 8px;
}

.dc-account-side-nav a {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 13px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #344054;
    font-size: 0.9rem;
    font-weight: 850;
    text-decoration: none;
}

.dc-account-side-nav a i {
    color: #667085;
    font-size: 0.9rem;
    text-align: center;
}

.dc-account-side-nav a.active,
.dc-account-side-nav a:hover {
    color: #2160e8;
    border-color: #d8e8ff;
    background: #eef5ff;
    text-decoration: none;
}

.dc-account-side-nav a.active i,
.dc-account-side-nav a:hover i {
    color: #2160e8;
}

.dc-account-main {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.dc-account-card {
    padding: 18px;
}

.dc-account-card-head {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.dc-account-card-head h2 {
    margin: 0;
    color: #101828;
    font-size: 1.08rem;
    font-weight: 950;
    letter-spacing: 0;
}

.dc-account-card-head p {
    margin: 4px 0 0;
    color: #667085;
    font-size: 0.82rem;
    line-height: 1.35;
}

.dc-account-fields-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
}

.dc-account-form-group {
    min-width: 0;
}

.dc-account-form-group label {
    display: block;
    margin: 0 0 6px;
    color: #253858;
    font-size: 0.78rem;
    font-weight: 950;
    line-height: 1.2;
}

.dc-account-form-group .form-control,
.dc-account-form-group .custom-select,
.dc-account-form-group select,
.dc-account-custom-control input,
.dc-account-custom-control select,
.dc-account-custom-control textarea {
    width: 100% !important;
    min-height: 38px !important;
    border: 1px solid #d7e2f0 !important;
    border-radius: 8px !important;
    color: #14213d !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    font-size: 0.86rem !important;
    font-weight: 760 !important;
}

.dc-account-form-group .form-control:focus,
.dc-account-form-group .custom-select:focus,
.dc-account-form-group select:focus,
.dc-account-custom-control input:focus,
.dc-account-custom-control select:focus,
.dc-account-custom-control textarea:focus {
    border-color: #9bc9ef !important;
    box-shadow: 0 0 0 3px rgba(21, 94, 239, 0.08) !important;
}

.dc-account-custom-control small {
    display: block;
    margin-top: 5px;
    color: #667085;
    font-size: 0.75rem;
    line-height: 1.35;
}

.dc-email-preference-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
}

.dc-email-preference-item {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
    min-width: 0;
    margin: 0;
    color: #344054;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.35;
}

.dc-email-preference-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 1px;
    accent-color: #2160e8;
}

.dc-marketing-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
}

.dc-marketing-card .dc-account-card-head {
    margin-bottom: 0;
}

.dc-marketing-toggle {
    min-width: 142px;
    text-align: right;
}

.dc-account-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2px;
}

.dc-account-save,
.dc-account-cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 20px;
    border-radius: 8px;
    font-weight: 950;
}

.dc-account-save {
    color: #ffffff !important;
    border: 0 !important;
    background: linear-gradient(135deg, #2463ff, #1748df) !important;
    box-shadow: 0 18px 32px rgba(37, 99, 235, 0.2);
}

.dc-account-cancel {
    color: #344054 !important;
    border: 1px solid #d7e2f0 !important;
    background: #ffffff !important;
}

.dc-account-save:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
}

.dc-account-cancel:hover {
    color: #2160e8 !important;
    background: #eef5ff !important;
}

@media (max-width: 1199.98px) {
    .dc-account-page {
        padding: 24px 16px 40px;
    }
}

@media (max-width: 991.98px) {
    .dc-account-layout {
        grid-template-columns: 1fr;
    }

    .dc-account-side-card {
        position: static;
        min-height: 0;
    }

    .dc-account-side-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .dc-account-page {
        padding: 20px 12px 34px;
    }

    .dc-account-breadcrumb {
        flex-wrap: wrap;
        font-size: 0.82rem;
    }

    .dc-account-head h1 {
        font-size: 2rem;
    }

    .dc-account-card {
        padding: 14px;
    }

    .dc-account-fields-grid,
    .dc-email-preference-grid,
    .dc-marketing-card {
        grid-template-columns: 1fr;
    }

    .dc-account-side-nav {
        grid-template-columns: 1fr;
    }

    .dc-marketing-toggle {
        min-width: 0;
        text-align: left;
    }

    .dc-account-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .dc-account-save,
    .dc-account-cancel {
        width: 100%;
    }
}

/* User profile, password, security, and account management workspace. */
body.dc-template-user-profile,
body.dc-template-user-password,
body.dc-template-user-security,
body.dc-template-user-switch-account,
body.dc-template-user-switch-account-forced,
body.dc-template-account-user-management,
body.dc-template-account-user-permissions,
body.dc-template-clientareaemails {
    background:
        radial-gradient(circle at 78% 0%, rgba(37, 99, 235, 0.1), transparent 34rem),
        linear-gradient(180deg, #f2f7ff 0%, #f8fbff 100%) !important;
}

body.dc-template-user-profile .master-breadcrumb,
body.dc-template-user-password .master-breadcrumb,
body.dc-template-user-security .master-breadcrumb,
body.dc-template-user-switch-account .master-breadcrumb,
body.dc-template-user-switch-account-forced .master-breadcrumb,
body.dc-template-account-user-management .master-breadcrumb,
body.dc-template-account-user-permissions .master-breadcrumb,
body.dc-template-clientareaemails .master-breadcrumb,
body.dc-template-user-profile #main-body .sidebar,
body.dc-template-user-password #main-body .sidebar,
body.dc-template-user-security #main-body .sidebar,
body.dc-template-user-switch-account #main-body .sidebar,
body.dc-template-user-switch-account-forced #main-body .sidebar,
body.dc-template-account-user-management #main-body .sidebar,
body.dc-template-account-user-permissions #main-body .sidebar,
body.dc-template-clientareaemails #main-body .sidebar,
body.dc-template-user-profile #main-body .sidebar-secondary,
body.dc-template-user-password #main-body .sidebar-secondary,
body.dc-template-user-security #main-body .sidebar-secondary,
body.dc-template-user-switch-account #main-body .sidebar-secondary,
body.dc-template-user-switch-account-forced #main-body .sidebar-secondary,
body.dc-template-account-user-management #main-body .sidebar-secondary,
body.dc-template-account-user-permissions #main-body .sidebar-secondary,
body.dc-template-clientareaemails #main-body .sidebar-secondary,
body.dc-template-user-profile #main-body .card-sidebar,
body.dc-template-user-password #main-body .card-sidebar,
body.dc-template-user-security #main-body .card-sidebar,
body.dc-template-user-switch-account #main-body .card-sidebar,
body.dc-template-user-switch-account-forced #main-body .card-sidebar,
body.dc-template-account-user-management #main-body .card-sidebar,
body.dc-template-account-user-permissions #main-body .card-sidebar,
body.dc-template-clientareaemails #main-body .card-sidebar {
    display: none !important;
}

body.dc-template-user-profile #main-body,
body.dc-template-user-password #main-body,
body.dc-template-user-security #main-body,
body.dc-template-user-switch-account #main-body,
body.dc-template-user-switch-account-forced #main-body,
body.dc-template-account-user-management #main-body,
body.dc-template-account-user-permissions #main-body,
body.dc-template-clientareaemails #main-body {
    padding-top: 0 !important;
    background: transparent !important;
}

body.dc-template-user-profile #main-body > .container,
body.dc-template-user-password #main-body > .container,
body.dc-template-user-security #main-body > .container,
body.dc-template-user-switch-account #main-body > .container,
body.dc-template-user-switch-account-forced #main-body > .container,
body.dc-template-account-user-management #main-body > .container,
body.dc-template-account-user-permissions #main-body > .container,
body.dc-template-clientareaemails #main-body > .container {
    width: 100% !important;
    max-width: none !important;
}

body.dc-template-user-profile #main-body > .container > .row,
body.dc-template-user-password #main-body > .container > .row,
body.dc-template-user-security #main-body > .container > .row,
body.dc-template-user-switch-account #main-body > .container > .row,
body.dc-template-user-switch-account-forced #main-body > .container > .row,
body.dc-template-account-user-management #main-body > .container > .row,
body.dc-template-account-user-permissions #main-body > .container > .row,
body.dc-template-clientareaemails #main-body > .container > .row {
    display: block !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.dc-template-user-profile #main-body .primary-content,
body.dc-template-user-password #main-body .primary-content,
body.dc-template-user-security #main-body .primary-content,
body.dc-template-user-switch-account #main-body .primary-content,
body.dc-template-user-switch-account-forced #main-body .primary-content,
body.dc-template-account-user-management #main-body .primary-content,
body.dc-template-account-user-permissions #main-body .primary-content,
body.dc-template-clientareaemails #main-body .primary-content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

body.dc-template-user-profile .primary-content > .header-lined,
body.dc-template-user-password .primary-content > .header-lined,
body.dc-template-user-security .primary-content > .header-lined,
body.dc-template-user-switch-account .primary-content > .header-lined,
body.dc-template-user-switch-account-forced .primary-content > .header-lined,
body.dc-template-account-user-management .primary-content > .header-lined,
body.dc-template-account-user-permissions .primary-content > .header-lined,
body.dc-template-clientareaemails .primary-content > .header-lined {
    display: none !important;
}

body.dc-template-clientareasecurity {
    background:
        radial-gradient(circle at 78% 0%, rgba(37, 99, 235, 0.1), transparent 34rem),
        linear-gradient(180deg, #f2f7ff 0%, #f8fbff 100%) !important;
}

body.dc-template-clientareasecurity .master-breadcrumb,
body.dc-template-clientareasecurity #main-body .sidebar,
body.dc-template-clientareasecurity #main-body .sidebar-secondary,
body.dc-template-clientareasecurity #main-body .card-sidebar,
body.dc-template-clientareasecurity #main-body > .container > .row > .col-md-3,
body.dc-template-clientareasecurity #main-body > .container > .row > .col-lg-3,
body.dc-template-clientareasecurity .primary-content > .header-lined {
    display: none !important;
}

body.dc-template-clientareasecurity #main-body {
    padding-top: 0 !important;
    background: transparent !important;
}

body.dc-template-clientareasecurity #main-body > .container {
    width: 100% !important;
    max-width: none !important;
}

body.dc-template-clientareasecurity #main-body > .container > .row {
    display: block !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.dc-template-clientareasecurity #main-body .primary-content,
body.dc-template-clientareasecurity #main-body > .container > .row > .col-md-9,
body.dc-template-clientareasecurity #main-body > .container > .row > .col-lg-9 {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
}

.dc-user-settings-page .dc-account-card form {
    margin: 0;
}

.dc-account-field-full {
    grid-column: 1 / -1;
}

.dc-user-status-row {
    margin: -4px 0 14px;
}

.dc-user-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border: 1px solid #d7e2f0;
    border-radius: 999px;
    color: #344054;
    background: #f8fafc;
    font-size: 0.74rem;
    font-weight: 950;
    line-height: 1;
}

.dc-user-status-pill.is-success {
    color: #067647;
    border-color: #abefc6;
    background: #dcfae6;
}

.dc-user-status-pill.is-info {
    color: #2160e8;
    border-color: #bdddf6;
    background: #eef5ff;
}

.dc-user-status-pill.is-muted {
    color: #667085;
    border-color: #e4eaf1;
    background: #f2f4f7;
}

.dc-password-generator-slot .btn {
    width: 100%;
}

.dc-switch-account-list {
    display: grid;
    gap: 12px;
}

.dc-switch-account-card {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 14px;
    min-height: 76px;
    padding: 14px;
    border: 1px solid #d7e2f0;
    border-radius: 8px;
    color: #101828;
    background: #ffffff;
    text-decoration: none;
}

.dc-switch-account-card:hover,
.dc-switch-account-card.active {
    color: #2160e8;
    border-color: #9bc9ef;
    background: #eef5ff;
    text-decoration: none;
}

.dc-switch-account-card.disabled {
    opacity: 0.58;
    pointer-events: none;
}

.dc-switch-account-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    color: #2160e8;
    background: #eef5ff;
}

.dc-switch-account-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.dc-switch-account-copy strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.98rem;
    font-weight: 950;
}

.dc-empty-state {
    display: grid;
    justify-items: start;
    gap: 10px;
    padding: 18px;
    border: 1px dashed #cfe0f5;
    border-radius: 8px;
    background: #f8fbff;
}

.dc-responsive-table {
    width: 100%;
    overflow-x: auto;
}

.dc-responsive-table .table {
    min-width: 680px;
    margin-bottom: 12px;
}

.dc-responsive-table .table th {
    border-top: 0;
    color: #253858;
    background: #f4f7fb;
    font-size: 0.8rem;
    font-weight: 950;
}

.dc-responsive-table .table td {
    vertical-align: middle;
    color: #344054;
    font-size: 0.86rem;
}

.dc-table-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}

.dc-table-actions .btn {
    border-radius: 8px;
    font-weight: 850;
}

.dc-user-management-list {
    display: grid;
    gap: 12px;
    margin-bottom: 14px;
}

.dc-user-management-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 16px;
}

.dc-user-management-summary-item {
    min-height: 96px;
    padding: 14px 16px;
    border: 1px solid #dfe8f5;
    border-radius: 8px;
    background:
        radial-gradient(circle at 92% 12%, rgba(37, 99, 235, 0.12), transparent 5rem),
        #ffffff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.dc-user-management-summary-item span {
    display: block;
    color: #475467;
    font-size: 0.78rem;
    font-weight: 900;
}

.dc-user-management-summary-item strong {
    display: block;
    margin-top: 5px;
    color: #0c1f44;
    font-size: 2rem;
    font-weight: 950;
    line-height: 1;
}

.dc-user-management-summary-item small {
    display: block;
    margin-top: 7px;
    color: #667085;
    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1.35;
}

.dc-user-management-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 84px;
    padding: 14px;
    border: 1px solid #d7e2f0;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(248, 251, 255, 0.92), rgba(255, 255, 255, 0.98));
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.dc-user-management-item.is-pending {
    border-style: dashed;
    background: #fbfdff;
}

.dc-user-management-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    color: #2160e8;
    background: #eef5ff;
    font-size: 1rem;
    box-shadow: inset 0 0 0 1px rgba(21, 94, 239, 0.08);
}

.dc-user-management-copy {
    min-width: 0;
}

.dc-user-management-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.dc-user-management-title strong {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: #0c1f44;
    font-size: 0.94rem;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dc-user-management-copy small {
    display: block;
    margin-top: 5px;
    color: #667085;
    font-size: 0.78rem;
    font-weight: 760;
}

.dc-user-management-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    color: #475467;
    font-size: 0.82rem;
    font-weight: 950;
    text-transform: uppercase;
}

.dc-user-management-section-title::before,
.dc-user-management-section-title::after {
    content: "";
    height: 1px;
    flex: 1;
    background: #e4eaf1;
}

.dc-user-management-item .dc-table-actions {
    justify-content: flex-end;
}

.dc-user-management-item .btn.disabled {
    opacity: 0.48;
    pointer-events: none;
}

.dc-user-management-item .dc-table-actions .btn {
    min-height: 36px;
    padding: 0 12px;
}

.dc-user-management-item .dc-table-actions .btn-default {
    border-color: #cfe0f5;
    color: #0c1f44;
    background: #ffffff;
}

.dc-user-management-item .dc-table-actions .btn-default:hover {
    border-color: #9bc9ef;
    color: #2160e8;
    background: #eef5ff;
}

.dc-user-management-item .dc-table-actions .btn-danger {
    border-color: #fecaca;
    color: #b42318;
    background: #fff5f5;
}

.dc-client-security-card {
    max-width: 860px;
}

.dc-sso-setting-card {
    padding: 14px;
    border: 1px solid #dfe8f5;
    border-radius: 8px;
    background: #f8fbff;
}

.dc-sso-toggle-row {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin: 0;
    cursor: pointer;
}

.dc-sso-toggle-row input {
    width: 24px;
    height: 24px;
    margin: 0;
    accent-color: #2160e8;
}

.dc-sso-toggle-copy {
    display: grid;
    gap: 4px;
}

.dc-sso-toggle-copy strong {
    color: #0c1f44;
    font-size: 0.98rem;
    font-weight: 950;
}

.dc-sso-toggle-copy small,
.dc-account-muted {
    color: #667085;
    font-size: 0.82rem;
    font-weight: 760;
    line-height: 1.45;
}

.dc-account-muted {
    margin: 14px 0 0;
}

.dc-user-password-form .password-strength-meter,
.dc-user-password-form #passwordStrengthBar,
.dc-user-password-form .progress {
    overflow: hidden;
    border-radius: 999px !important;
}

.dc-user-password-form .progress {
    height: 8px !important;
    margin-top: 8px !important;
    background: #edf3fb !important;
}

.dc-user-password-form .alert,
.dc-user-settings-page .modal-content {
    border: 1px solid #dfe8f5;
    border-radius: 8px;
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
}

.dc-table-section-row td {
    background: #f8fbff;
}

.dc-permission-mode {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0;
}

.dc-permission-mode .form-check,
.dc-permission-item {
    display: inline-flex;
    align-items: start;
    gap: 10px;
    margin: 0;
    padding: 12px;
    border: 1px solid #d7e2f0;
    border-radius: 8px;
    background: #ffffff;
}

.dc-permission-mode .form-check {
    align-items: center;
    min-height: 44px;
    min-width: 210px;
    font-weight: 900;
}

.dc-permissions-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 12px;
    padding: 2px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.dc-permission-item input,
.dc-permission-mode input {
    margin: 2px 0 0;
    accent-color: #2160e8;
}

.dc-permission-item {
    width: 100%;
    min-height: 0;
    padding: 8px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    transition: color 0.16s ease;
}

.dc-permission-item:hover {
    color: #2160e8;
}

.dc-permission-item:has(input:checked) {
    color: #2160e8;
}

.dc-permission-item input {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
}

.dc-permission-item strong {
    display: block;
    color: #253858;
    font-size: 0.88rem;
    font-weight: 950;
    line-height: 1.25;
}

.dc-permission-item small {
    display: block;
    margin-top: 2px;
    color: #667085;
    font-size: 0.78rem;
    line-height: 1.35;
}

.dc-user-linked-accounts {
    display: grid;
    gap: 12px;
}

.dc-two-factor-state {
    margin-bottom: 10px;
}

.dc-two-factor-state p {
    margin: 0;
    color: #344054;
    font-weight: 850;
}

@media (max-width: 991.98px) {
    .dc-user-management-summary {
        grid-template-columns: 1fr;
    }

    .dc-table-actions {
        justify-content: flex-start;
    }

    .dc-user-management-item {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .dc-user-management-item .dc-table-actions {
        grid-column: 1 / -1;
        justify-content: stretch;
    }

    .dc-user-management-item .dc-table-actions .btn {
        flex: 1 1 180px;
    }
}

@media (max-width: 767.98px) {
    .dc-account-head {
        flex-direction: column;
        align-items: stretch;
    }

    .dc-account-head > .btn {
        width: 100%;
    }

    .dc-switch-account-card {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .dc-switch-account-card > .fa-chevron-right {
        display: none;
    }

    .dc-permission-mode {
        display: grid;
    }

    .dc-user-management-item {
        grid-template-columns: 1fr;
    }

    .dc-user-management-avatar {
        display: none;
    }

    .dc-user-management-title strong {
        white-space: normal;
    }
}

/* Product details final dynamic service workspace. */
body.dc-template-clientareaproductdetails {
    background:
        radial-gradient(circle at 78% 0%, rgba(37, 99, 235, 0.11), transparent 34rem),
        linear-gradient(180deg, #f2f7ff 0%, #f8fbff 100%) !important;
}

body.dc-template-clientareaproductdetails .master-breadcrumb,
body.dc-template-clientareaproductdetails #main-body .sidebar,
body.dc-template-clientareaproductdetails #main-body .sidebar-secondary,
body.dc-template-clientareaproductdetails #main-body > .container > .row > .col-md-3,
body.dc-template-clientareaproductdetails #main-body > .container > .row > .col-lg-3 {
    display: none !important;
}

body.dc-template-clientareaproductdetails #main-body {
    padding-top: 0 !important;
    background: transparent !important;
}

body.dc-template-clientareaproductdetails #main-body > .container {
    width: 100% !important;
    max-width: none !important;
}

body.dc-template-clientareaproductdetails #main-body > .container > .row {
    display: block !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.dc-template-clientareaproductdetails #main-body .primary-content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

body.dc-template-clientareaproductdetails .primary-content > .header-lined {
    display: none !important;
}

.dc-product-page {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 30px 34px 46px;
    color: #101828;
}

.dc-product-page-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.dc-product-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    color: #667085;
    font-size: 0.9rem;
    font-weight: 760;
}

.dc-product-breadcrumb span {
    color: #98a2b3;
}

.dc-product-page-head h1 {
    margin: 0;
    color: #0c1f44;
    font-size: clamp(2rem, 4vw, 2.65rem);
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
}

.dc-product-page-head p {
    max-width: 780px;
    margin: 9px 0 0;
    color: #475467;
    font-size: 0.96rem;
    line-height: 1.5;
}

.dc-product-actions-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #d7e2f0 !important;
    border-radius: 8px !important;
    color: #0c1f44 !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    font-size: 0.86rem;
    font-weight: 950;
    text-decoration: none !important;
}

.dc-product-tab-shell {
    margin-bottom: 0 !important;
}

.dc-product-overview-card,
.dc-product-billing-overview,
.dc-product-module-card,
.dc-product-details-card,
.dc-template-clientareaproductdetails #tabDownloads > .row,
.dc-template-clientareaproductdetails #tabAddons > .row,
.dc-template-clientareaproductdetails #tabChangepw > .card {
    border: 1px solid #dfe8f5 !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.08) !important;
}

.dc-product-overview-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 274px);
    align-items: center;
    gap: 24px;
    margin-bottom: 18px;
    padding: 28px 30px;
}

.dc-product-overview-card:not(:has(.dc-product-action-stack)) {
    grid-template-columns: 1fr;
}

.dc-product-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 178px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 72% 28%, rgba(37, 99, 235, 0.14), transparent 7rem),
        linear-gradient(135deg, #eef5ff, #f8fbff);
}

.dc-product-browser-art {
    position: relative;
    width: 154px;
    height: 118px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 20px 44px rgba(37, 99, 235, 0.18);
}

.dc-product-browser-art::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 28px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(135deg, #2463ff, #5d7cff);
}

.dc-product-browser-art span,
.dc-product-browser-art strong,
.dc-product-browser-art em {
    position: absolute;
    display: block;
    border-radius: 8px;
    background: #dbeafe;
}

.dc-product-browser-art span {
    left: 22px;
    right: 22px;
    top: 45px;
    height: 11px;
}

.dc-product-browser-art strong {
    left: 22px;
    width: 62px;
    top: 68px;
    height: 11px;
}

.dc-product-browser-art em {
    right: -28px;
    bottom: -18px;
    width: 76px;
    height: 62px;
    background: linear-gradient(135deg, #7ba7ff, #2463ff);
    box-shadow: 0 18px 34px rgba(37, 99, 235, 0.2);
}

.dc-product-kicker {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 14px;
    padding: 5px 10px;
    border-radius: 999px;
    color: #2160e8;
    background: #eef5ff;
    font-size: 0.72rem;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

.dc-product-summary h2 {
    margin: 0 0 20px;
    color: #0c1f44;
    font-size: clamp(1.65rem, 2.8vw, 2.25rem);
    font-weight: 950;
    line-height: 1.06;
    letter-spacing: 0;
}

.dc-product-meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    gap: 18px 22px;
}

.dc-product-meta-item {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 4px 10px;
    align-items: start;
}

.dc-product-meta-item i {
    grid-row: span 2;
    margin-top: 2px;
    color: #667085;
    text-align: center;
}

.dc-product-meta-item span {
    color: #667085;
    font-size: 0.76rem;
    font-weight: 850;
}

.dc-product-meta-item strong,
.dc-product-meta-item a {
    min-width: 0;
    color: #0c1f44;
    font-size: 0.86rem;
    font-weight: 920;
    line-height: 1.35;
    text-decoration: none;
    overflow-wrap: normal;
    word-break: normal;
}

.dc-product-meta-item a {
    color: #2160e8;
}

.dc-product-status-text {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #0c1f44 !important;
    line-height: 1.35 !important;
}

.dc-product-status-text::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #667085;
}

.dc-product-status-text.status-active::before {
    background: #12b76a;
}

.dc-product-status-text.status-active {
    color: #079455 !important;
}

.dc-product-status-text.status-pending::before {
    background: #f79009;
}

.dc-product-status-text.status-suspended::before,
.dc-product-status-text.status-terminated::before,
.dc-product-status-text.status-cancelled::before {
    background: #f04438;
}

.dc-product-action-stack {
    display: grid;
    gap: 12px;
    padding-left: 22px;
    border-left: 1px solid #e4eaf1;
}

.dc-product-module-actions {
    align-self: stretch;
    align-content: center;
}

.dc-product-module-actions,
.dc-product-module-actions .card,
.dc-product-module-actions .panel,
.dc-product-module-actions .card-body,
.dc-product-module-actions .panel-body,
.dc-product-module-actions form,
.dc-product-module-actions p,
.dc-product-module-actions .btn-group {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.dc-product-module-actions .card-header,
.dc-product-module-actions .panel-heading,
.dc-product-module-actions h2,
.dc-product-module-actions h3,
.dc-product-module-actions h4,
.dc-product-module-actions hr,
.dc-product-module-actions .alert {
    display: none !important;
}

.dc-product-module-actions .btn,
.dc-product-module-actions a.btn,
.dc-product-module-actions button,
.dc-product-module-actions input[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 44px !important;
    margin: 0 0 12px !important;
    padding: 0 14px !important;
    border: 1px solid #d7e2f0 !important;
    border-radius: 8px !important;
    color: #253858 !important;
    background: #ffffff !important;
    font-size: 0.86rem !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: none !important;
    white-space: normal !important;
}

.dc-product-module-actions .btn:first-of-type,
.dc-product-module-actions a.btn:first-of-type,
.dc-product-module-actions input[type="submit"]:first-of-type {
    border-color: transparent !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #2463ff, #1748df) !important;
    box-shadow: 0 18px 32px rgba(37, 99, 235, 0.22) !important;
}

.dc-product-module-actions .btn:last-child,
.dc-product-module-actions a.btn:last-child,
.dc-product-module-actions button:last-child,
.dc-product-module-actions input[type="submit"]:last-child {
    margin-bottom: 0 !important;
}

.dc-product-native-actions .card-sidebar,
.dc-product-native-actions .card.d-block.d-md-none {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.dc-product-native-actions .card.d-block.d-md-none {
    display: none !important;
}

.dc-product-native-actions .card-header,
.dc-product-native-actions .card-footer,
.dc-product-native-actions .card-title,
.dc-product-native-actions .card-minimise,
.dc-product-native-actions .card-body {
    display: none !important;
}

.dc-product-native-actions .collapsable-card-body {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.dc-product-native-actions .list-group {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.dc-product-native-actions .list-group-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid #d7e2f0;
    border-radius: 8px;
    color: #253858;
    background: #ffffff;
    font-size: 0.86rem;
    font-weight: 950;
    text-decoration: none;
}

.dc-product-native-actions .list-group-item[href^="#"],
.dc-product-native-actions .list-group-item[href*="#tabOverview"],
.dc-product-native-actions .list-group-item[href*="#tabDownloads"],
.dc-product-native-actions .list-group-item[href*="#tabAddons"],
.dc-product-native-actions .list-group-item[href*="#tabChangepw"] {
    display: none !important;
}

.dc-product-native-actions .list-group-item:first-child {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, #2463ff, #1748df);
    box-shadow: 0 18px 32px rgba(37, 99, 235, 0.22);
}

.dc-product-native-actions .list-group-item:hover,
.dc-product-native-actions .list-group-item.active {
    color: #2160e8;
    border-color: #bdddf6;
    background: #f7fbff;
    text-decoration: none;
}

.dc-product-native-actions .list-group-item:first-child:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #2160e8, #1748df);
}

.dc-product-native-actions .sidebar-menu-item-wrapper {
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
}

.dc-product-native-actions .sidebar-menu-item-icon-wrapper {
    color: inherit !important;
    text-align: center !important;
}

.dc-product-native-actions .sidebar-menu-item-label {
    grid-column: 1 / 3;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dc-product-native-actions .sidebar-menu-item-icon-wrapper + .sidebar-menu-item-label {
    grid-column: 2 / 3;
}

.dc-product-native-actions .sidebar-menu-item-badge {
    margin-left: auto !important;
}

.dc-product-native-actions .badge {
    border-radius: 999px;
    background: rgba(21, 94, 239, 0.1);
    color: inherit;
}

.dc-product-billing-overview {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 18px;
    overflow: hidden;
}

.dc-product-billing-item {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 116px;
    padding: 20px;
    border-right: 1px solid #e4eaf1;
}

.dc-product-billing-item:last-child {
    border-right: 0;
}

.dc-product-billing-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    color: #2160e8;
    background: #eef5ff;
    font-size: 1.05rem;
}

.dc-product-billing-icon.is-green {
    color: #079455;
    background: #ecfdf3;
}

.dc-product-billing-icon.is-orange {
    color: #e46a11;
    background: #fff0df;
}

.dc-product-billing-item span:not(.dc-product-billing-icon) {
    display: block;
    color: #667085;
    font-size: 0.78rem;
    font-weight: 850;
}

.dc-product-billing-item strong {
    display: block;
    margin-top: 5px;
    color: #0c1f44;
    font-size: 1.03rem;
    font-weight: 950;
    overflow-wrap: anywhere;
}

.dc-product-billing-item small {
    display: block;
    margin-top: 4px;
    color: #667085;
    font-size: 0.74rem;
    font-weight: 760;
    line-height: 1.35;
}

.dc-product-hook-output {
    margin-bottom: 18px;
}

.dc-product-usage-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.dc-product-usage-card {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 120px;
    padding: 20px;
    border: 1px solid #dfe8f5;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.dc-product-usage-ring {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background:
        radial-gradient(circle closest-side, #ffffff 72%, transparent 74%),
        conic-gradient(#2463ff calc(var(--dc-usage, 0) * 1%), #e8eef6 0);
}

.dc-product-usage-card.is-green .dc-product-usage-ring {
    background:
        radial-gradient(circle closest-side, #ffffff 72%, transparent 74%),
        conic-gradient(#12b76a calc(var(--dc-usage, 0) * 1%), #e8eef6 0);
}

.dc-product-usage-ring strong {
    color: #0c1f44;
    font-size: 0.95rem;
    font-weight: 950;
}

.dc-product-usage-card span {
    display: block;
    color: #0c1f44;
    font-size: 0.9rem;
    font-weight: 950;
}

.dc-product-usage-card div > strong {
    display: block;
    margin-top: 8px;
    color: #0c1f44;
    font-size: 0.96rem;
    font-weight: 900;
}

.dc-product-usage-card small {
    display: block;
    margin-top: 6px;
    color: #667085;
    font-size: 0.74rem;
    font-weight: 760;
}

.dc-product-module-card,
.dc-product-details-card {
    margin-bottom: 18px;
    padding: 18px;
}

.dc-product-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.dc-product-section-head h2 {
    margin: 0;
    color: #0c1f44;
    font-size: 1.05rem;
    font-weight: 950;
}

.dc-template-clientareaproductdetails .module-client-area {
    padding: 0 !important;
    text-align: left !important;
}

.dc-template-clientareaproductdetails .module-client-area .card,
.dc-template-clientareaproductdetails .module-client-area .panel {
    overflow: hidden !important;
    margin-bottom: 14px !important;
    border: 1px solid #dfe8f5 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.dc-template-clientareaproductdetails .module-client-area .card-header,
.dc-template-clientareaproductdetails .module-client-area .panel-heading {
    padding: 14px 16px !important;
    color: #0c1f44 !important;
    border-bottom: 1px solid #e4eaf1 !important;
    background: #ffffff !important;
    font-weight: 950 !important;
}

.dc-template-clientareaproductdetails .module-client-area .card-body,
.dc-template-clientareaproductdetails .module-client-area .panel-body {
    padding: 16px !important;
}

.dc-template-clientareaproductdetails .cpanel-package-details {
    text-align: center !important;
}

.dc-template-clientareaproductdetails .cpanel-package-details em {
    display: inline-flex !important;
    margin-bottom: 9px !important;
    padding: 6px 10px !important;
    color: #2160e8 !important;
    border: 1px solid #d8e8ff !important;
    border-radius: 999px !important;
    background: #eef5ff !important;
    font-size: 0.72rem !important;
    font-style: normal !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
}

.dc-template-clientareaproductdetails .cpanel-feature-row {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
}

.dc-template-clientareaproductdetails .cpanel-feature-row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    flex: none !important;
}

.dc-template-clientareaproductdetails .cpanel-feature-row a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 8px !important;
    min-height: 92px !important;
    padding: 12px 8px !important;
    color: #253858 !important;
    border: 1px solid #dfe8f5 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    font-size: 0.78rem !important;
    font-weight: 850 !important;
    text-align: center !important;
    text-decoration: none !important;
}

.dc-template-clientareaproductdetails .cpanel-feature-row a:hover {
    color: #2160e8 !important;
    border-color: #bdddf6 !important;
    background: #eef5ff !important;
    transform: translateY(-1px);
}

.dc-template-clientareaproductdetails #cPanelUsagePanel .cpanel-usage-stats > .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 0 !important;
}

.dc-template-clientareaproductdetails #cPanelUsagePanel .cpanel-usage-stats > .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    flex: none !important;
}

.dc-template-clientareaproductdetails .responsive-tabs-sm {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 0 14px !important;
    padding: 8px !important;
    border: 1px solid #dfe8f5 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.dc-template-clientareaproductdetails .responsive-tabs-sm .nav-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    min-height: 38px !important;
    padding: 8px 12px !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    color: #667085 !important;
    font-size: 0.84rem !important;
    font-weight: 850 !important;
}

.dc-template-clientareaproductdetails .responsive-tabs-sm .nav-link:hover,
.dc-template-clientareaproductdetails .responsive-tabs-sm .nav-link.active {
    color: #2160e8 !important;
    border-color: #d8e8ff !important;
    background: #eef5ff !important;
}

.dc-template-clientareaproductdetails .responsive-tabs-sm-connector {
    display: none !important;
}

.dc-template-clientareaproductdetails .product-details-tab-container {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.dc-template-clientareaproductdetails .product-details-tab-container .row {
    align-items: center;
    min-height: 38px;
    margin: 0 !important;
    padding: 9px 0;
    border-bottom: 1px solid #eef3f8;
}

.dc-template-clientareaproductdetails .product-details-tab-container .row:last-child {
    border-bottom: 0;
}

.dc-template-clientareaproductdetails .product-details-tab-container .tab-pane.text-center {
    text-align: left !important;
}

.dc-template-clientareaproductdetails .product-details-tab-container .row > .col-sm-5 {
    text-align: left !important;
}

.dc-template-clientareaproductdetails .product-details-tab-container .row > .col-sm-5 strong {
    color: #667085 !important;
    font-size: 0.76rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

.dc-template-clientareaproductdetails .product-details-tab-container .row > .col-sm-7 {
    color: #0c1f44 !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
}

.dc-template-clientareaproductdetails #tabDownloads,
.dc-template-clientareaproductdetails #tabAddons,
.dc-template-clientareaproductdetails #tabChangepw {
    margin-top: 18px;
}

.dc-template-clientareaproductdetails #tabDownloads > h3,
.dc-template-clientareaproductdetails #tabAddons > h3,
.dc-template-clientareaproductdetails #tabChangepw .card-title {
    margin: 0 0 14px;
    color: #0c1f44;
    font-size: 1.15rem;
    font-weight: 950;
}

.dc-template-clientareaproductdetails #tabDownloads > .row,
.dc-template-clientareaproductdetails #tabAddons > .row,
.dc-template-clientareaproductdetails #tabChangepw > .card {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 18px !important;
}

.dc-template-clientareaproductdetails #tabDownloads > .row > [class*="col-"],
.dc-template-clientareaproductdetails #tabAddons > .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.dc-template-clientareaproductdetails #tabChangepw .card-body {
    padding: 0 !important;
}

.dc-template-clientareaproductdetails #tabChangepw .form-control {
    min-height: 42px;
    border-color: #d7e2f0;
    border-radius: 8px;
    box-shadow: none;
}

.dc-template-clientareaproductdetails #tabChangepw .btn,
.dc-template-clientareaproductdetails #tabDownloads .btn,
.dc-template-clientareaproductdetails #tabAddons .btn,
.dc-template-clientareaproductdetails .product-details-tab-container .btn {
    border-radius: 8px !important;
    font-weight: 850 !important;
}

/* Final product-details polish for native cPanel/Sitejet output. */
.dc-product-overview-output {
    display: grid !important;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr) !important;
    align-items: start !important;
    gap: 18px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.dc-product-overview-output > .card,
.dc-product-overview-output > .panel,
.dc-product-overview-output .card,
.dc-product-overview-output .panel,
.dc-template-clientareaproductdetails .module-client-area > .card,
.dc-template-clientareaproductdetails .module-client-area > .panel {
    overflow: hidden !important;
    margin-bottom: 18px !important;
    border: 1px solid #dfe8f5 !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.07) !important;
}

.dc-product-overview-output > .card,
.dc-product-overview-output > .panel {
    order: 4;
    grid-column: 1 / -1;
}

.dc-product-hidden-backend-card,
.dc-product-overview-output > .card.dc-product-hidden-backend-card,
.dc-product-overview-output > .panel.dc-product-hidden-backend-card,
.dc-product-overview-output .card.dc-product-hidden-backend-card,
.dc-product-overview-output .panel.dc-product-hidden-backend-card,
.dc-product-overview-output section.dc-product-hidden-backend-card {
    display: none !important;
}

.dc-product-overview-output > .card:has(.cpanel-package-details),
.dc-product-overview-output > .panel:has(.cpanel-package-details),
.dc-product-overview-output .card:has(.cpanel-package-details),
.dc-product-overview-output .panel:has(.cpanel-package-details),
.dc-product-overview-output > .card:has([class*="Sitejet"]),
.dc-product-overview-output > .panel:has([class*="Sitejet"]),
.dc-product-overview-output .card:has([class*="Sitejet"]),
.dc-product-overview-output .panel:has([class*="Sitejet"]),
.dc-product-overview-output > .card:has([id*="Sitejet"]),
.dc-product-overview-output > .panel:has([id*="Sitejet"]),
.dc-product-overview-output .card:has([id*="Sitejet"]),
.dc-product-overview-output .panel:has([id*="Sitejet"]),
.dc-product-overview-output > .card:has([class*="sitejet"]),
.dc-product-overview-output > .panel:has([class*="sitejet"]),
.dc-product-overview-output .card:has([class*="sitejet"]),
.dc-product-overview-output .panel:has([class*="sitejet"]),
.dc-product-overview-output > .card:has([id*="sitejet"]),
.dc-product-overview-output > .panel:has([id*="sitejet"]),
.dc-product-overview-output .card:has([id*="sitejet"]),
.dc-product-overview-output .panel:has([id*="sitejet"]),
.dc-product-overview-output > .card:has(img[src*="sitejet"]),
.dc-product-overview-output > .panel:has(img[src*="sitejet"]),
.dc-product-overview-output .card:has(img[src*="sitejet"]),
.dc-product-overview-output .panel:has(img[src*="sitejet"]),
.dc-product-overview-output > .card:has(img[src*="Sitejet"]),
.dc-product-overview-output > .panel:has(img[src*="Sitejet"]),
.dc-product-overview-output .card:has(img[src*="Sitejet"]),
.dc-product-overview-output .panel:has(img[src*="Sitejet"]) {
    display: none !important;
}

.dc-product-overview-output > .card:has(.cpanel-feature-row),
.dc-product-overview-output > .panel:has(.cpanel-feature-row),
.dc-product-overview-output > .dc-hosting-tools-card {
    order: 1;
    grid-column: 1 / -1;
}

.dc-product-overview-output > .card:has(input[type="password"]),
.dc-product-overview-output > .panel:has(input[type="password"]),
.dc-product-overview-output > .dc-quick-email-card {
    order: 2;
    grid-column: 1 / -1;
}

.dc-product-overview-output > .dc-product-usage-grid {
    order: 3;
    grid-column: 1 / -1;
}

.dc-product-overview-output > .card:last-child,
.dc-product-overview-output > .panel:last-child,
.dc-template-clientareaproductdetails .module-client-area > .card:last-child,
.dc-template-clientareaproductdetails .module-client-area > .panel:last-child {
    margin-bottom: 0 !important;
}

.dc-product-overview-output .card-header,
.dc-product-overview-output .panel-heading,
.dc-template-clientareaproductdetails .module-client-area .card-header,
.dc-template-clientareaproductdetails .module-client-area .panel-heading {
    padding: 16px 20px !important;
    border-bottom: 1px solid #e4eaf1 !important;
    color: #0c1f44 !important;
    background: #ffffff !important;
    font-size: 1.08rem !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
}

.dc-product-overview-output .card-header h3,
.dc-product-overview-output .panel-heading h3,
.dc-template-clientareaproductdetails .module-client-area .card-header h3,
.dc-template-clientareaproductdetails .module-client-area .panel-heading h3 {
    margin: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.dc-product-overview-output .card-body,
.dc-product-overview-output .panel-body,
.dc-template-clientareaproductdetails .module-client-area .card-body,
.dc-template-clientareaproductdetails .module-client-area .panel-body {
    padding: 22px !important;
}

.dc-product-overview-output .cpanel-feature-row,
.dc-template-clientareaproductdetails .module-client-area .cpanel-feature-row {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 0 !important;
}

.dc-product-overview-output .cpanel-feature-row > [class*="col-"],
.dc-template-clientareaproductdetails .module-client-area .cpanel-feature-row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    flex: none !important;
}

.dc-product-overview-output .cpanel-feature-row a,
.dc-template-clientareaproductdetails .module-client-area .cpanel-feature-row a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 9px !important;
    min-height: 106px !important;
    padding: 13px 8px !important;
    border: 1px solid #d7e2f0 !important;
    border-radius: 8px !important;
    color: #14213d !important;
    background: #ffffff !important;
    font-size: 0.82rem !important;
    font-weight: 850 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.dc-product-overview-output .cpanel-feature-row a:hover,
.dc-template-clientareaproductdetails .module-client-area .cpanel-feature-row a:hover {
    color: #2160e8 !important;
    border-color: #bdddf6 !important;
    background: #f7fbff !important;
    transform: translateY(-1px);
}

.dc-product-overview-output .cpanel-feature-row img,
.dc-product-overview-output .cpanel-feature-row i,
.dc-template-clientareaproductdetails .module-client-area .cpanel-feature-row img,
.dc-template-clientareaproductdetails .module-client-area .cpanel-feature-row i {
    max-width: 46px !important;
    max-height: 46px !important;
    color: #2160e8 !important;
    font-size: 1.55rem !important;
}

.dc-product-overview-output #cPanelUsagePanel .cpanel-usage-stats > .row,
.dc-template-clientareaproductdetails .module-client-area #cPanelUsagePanel .cpanel-usage-stats > .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 0 !important;
}

.dc-product-overview-output #cPanelUsagePanel .cpanel-usage-stats > .row > [class*="col-"],
.dc-template-clientareaproductdetails .module-client-area #cPanelUsagePanel .cpanel-usage-stats > .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    flex: none !important;
}

.dc-product-overview-output #diskUsage,
.dc-product-overview-output #bandwidthUsage,
.dc-template-clientareaproductdetails .module-client-area #diskUsage,
.dc-template-clientareaproductdetails .module-client-area #bandwidthUsage {
    min-height: 150px !important;
    padding: 16px !important;
    border: 1px solid #d7e2f0 !important;
    border-radius: 8px !important;
    background: #f8fbff !important;
}

.dc-product-overview-output .form-control,
.dc-product-overview-output .input-group-text,
.dc-template-clientareaproductdetails .module-client-area .form-control,
.dc-template-clientareaproductdetails .module-client-area .input-group-text {
    min-height: 42px !important;
    border-color: #d7e2f0 !important;
    color: #14213d !important;
    font-size: 0.9rem !important;
    box-shadow: none !important;
}

.dc-product-overview-output .btn,
.dc-template-clientareaproductdetails .module-client-area .btn {
    min-height: 40px !important;
    border-radius: 8px !important;
    font-weight: 900 !important;
}

.dc-product-overview-output .btn-primary,
.dc-product-overview-output .btn-success,
.dc-template-clientareaproductdetails .module-client-area .btn-primary,
.dc-template-clientareaproductdetails .module-client-area .btn-success {
    border-color: transparent !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #2463ff, #1748df) !important;
}

/* Product page final module shaping: keep WHMCS output dynamic, make it look like the dashboard reference. */
.dc-product-overview-output > h2,
.dc-product-overview-output > h3,
.dc-product-overview-output > h4 {
    margin: 0 0 14px !important;
    color: #0c1f44 !important;
    font-size: 1.05rem !important;
    font-weight: 950 !important;
}

.dc-product-overview-output > .row,
.dc-product-overview-output .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.dc-product-overview-output > .row > [class*="col-"],
.dc-product-overview-output .row > [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.dc-product-overview-output .panel,
.dc-product-overview-output .card {
    border-radius: 8px !important;
}

.dc-product-overview-output .panel-heading,
.dc-product-overview-output .card-header {
    display: flex !important;
    align-items: center !important;
    min-height: 0 !important;
    padding: 18px 22px 0 !important;
    border-bottom: 0 !important;
    background: transparent !important;
}

.dc-product-overview-output .panel-heading h2,
.dc-product-overview-output .panel-heading h3,
.dc-product-overview-output .panel-heading h4,
.dc-product-overview-output .panel-title,
.dc-product-overview-output .card-header h2,
.dc-product-overview-output .card-header h3,
.dc-product-overview-output .card-header h4 {
    margin: 0 !important;
    color: #0c1f44 !important;
    font-size: 1.05rem !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
}

.dc-product-overview-output .panel-body,
.dc-product-overview-output .card-body {
    padding: 18px 22px 22px !important;
}

.dc-product-overview-output .panel:has(#cPanelUsagePanel),
.dc-product-overview-output .card:has(#cPanelUsagePanel) {
    display: none !important;
}

.dc-product-overview-output .panel:has(.dial-usage),
.dc-product-overview-output .card:has(.dial-usage),
.dc-product-overview-output .panel:has(#diskUsage):has(#bandwidthUsage),
.dc-product-overview-output .card:has(#diskUsage):has(#bandwidthUsage) {
    display: none !important;
}

.dc-product-overview-output .cpanel-package-details,
.dc-product-overview-output [class*="sitejet"],
.dc-product-overview-output [id*="sitejet"],
.dc-product-overview-output [class*="Sitejet"],
.dc-product-overview-output [id*="Sitejet"] {
    text-align: center !important;
}

.dc-product-overview-output .cpanel-package-details img,
.dc-product-overview-output img[src*="sitejet"],
.dc-product-overview-output img[src*="Sitejet"] {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
}

.dc-product-overview-output .cpanel-package-details h4,
.dc-product-overview-output .cpanel-package-details .h4 {
    margin: 12px 0 8px !important;
    color: #0c1f44 !important;
    font-size: 1.35rem !important;
    font-weight: 950 !important;
}

.dc-product-overview-output .cpanel-feature-row {
    align-items: stretch !important;
}

.dc-product-overview-output .cpanel-feature-row a {
    min-height: 96px !important;
}

.dc-product-overview-output .input-group {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
}

.dc-product-overview-output .input-group .form-control {
    min-width: 0 !important;
}

.dc-product-overview-output .input-group-addon,
.dc-product-overview-output .input-group-text {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 14px !important;
    border: 1px solid #d7e2f0 !important;
    background: #ffffff !important;
    color: #253858 !important;
    font-size: 0.82rem !important;
    font-weight: 900 !important;
    box-shadow: none !important;
}

.dc-quick-email-card .panel-body,
.dc-quick-email-card .card-body {
    padding: 20px 22px 24px !important;
}

.dc-quick-email-card form .row,
.dc-quick-email-card .form-row {
    display: grid !important;
    grid-template-columns: minmax(250px, 1.2fr) minmax(210px, 0.9fr) minmax(160px, auto) !important;
    gap: 12px !important;
    align-items: stretch !important;
    margin: 0 !important;
}

.dc-quick-email-card form .row > [class*="col-"],
.dc-quick-email-card .form-row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    flex: none !important;
}

.dc-quick-email-card .input-group {
    display: flex !important;
    align-items: stretch !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.dc-quick-email-card .input-group .form-control {
    border-right: 0 !important;
    border-radius: 8px 0 0 8px !important;
}

.dc-quick-email-card .input-group-addon,
.dc-quick-email-card .input-group-text {
    border-left: 0 !important;
    border-radius: 0 8px 8px 0 !important;
    background: #f8fbff !important;
}

.dc-quick-email-card .btn {
    width: 100% !important;
    min-height: 42px !important;
}

.dc-billing-overview-card {
    border-color: #d8e8ff !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.08), transparent 18rem),
        #ffffff !important;
}

.dc-billing-overview-card .panel-body,
.dc-billing-overview-card .card-body {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
    gap: 0 !important;
    padding: 0 !important;
}

.dc-billing-overview-card .panel-body > *,
.dc-billing-overview-card .card-body > * {
    min-width: 0;
}

.dc-billing-overview-card .row {
    display: contents !important;
}

.dc-billing-overview-card .row > [class*="col-"],
.dc-billing-overview-card .panel-body > div,
.dc-billing-overview-card .card-body > div {
    width: auto !important;
    max-width: none !important;
    padding: 20px !important;
    border-right: 1px solid #e4eaf1;
    color: #0c1f44;
    flex: none !important;
}

.dc-billing-overview-card .row > [class*="col-"]:last-child,
.dc-billing-overview-card .panel-body > div:last-child,
.dc-billing-overview-card .card-body > div:last-child {
    border-right: 0;
}

.dc-billing-overview-card strong,
.dc-billing-overview-card b {
    display: block;
    margin-top: 4px;
    color: #0c1f44 !important;
    font-size: 1rem;
    font-weight: 950;
}

.dc-billing-overview-card small,
.dc-billing-overview-card span {
    color: #667085;
    font-size: 0.78rem;
    font-weight: 850;
}

.dc-product-overview-output .btn-default,
.dc-product-overview-output .btn-secondary,
.dc-template-clientareaproductdetails .module-client-area .btn-default,
.dc-template-clientareaproductdetails .module-client-area .btn-secondary {
    border-color: #d7e2f0 !important;
    color: #253858 !important;
    background: #ffffff !important;
}

.dc-product-secondary-actions {
    box-shadow: none !important;
}

.dc-product-secondary-actions .dc-product-native-actions {
    display: block;
}

.dc-product-secondary-actions .dc-product-native-actions .list-group {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
}

.dc-product-secondary-actions .dc-product-native-actions .list-group-item:first-child {
    color: #253858;
    border-color: #d7e2f0;
    background: #ffffff;
    box-shadow: none;
}

.dc-product-secondary-actions .dc-product-native-actions .list-group-item:first-child:hover {
    color: #2160e8;
    background: #f7fbff;
}

@media (max-width: 1199.98px) {
    .dc-product-page {
        padding: 24px 16px 40px;
    }

    .dc-product-page-head {
        flex-direction: column;
    }

    .dc-product-actions-toggle {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .dc-product-overview-card {
        grid-template-columns: 1fr;
    }

    .dc-product-action-stack {
        padding-left: 0;
        border-left: 0;
    }

    .dc-product-billing-overview,
    .dc-product-usage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dc-product-billing-item:nth-child(2n) {
        border-right: 0;
    }

    .dc-template-clientareaproductdetails .cpanel-feature-row {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .dc-product-overview-output {
        grid-template-columns: 1fr !important;
    }

    .dc-product-overview-output > .card,
    .dc-product-overview-output > .panel,
    .dc-product-overview-output > .card:has(.cpanel-feature-row),
    .dc-product-overview-output > .panel:has(.cpanel-feature-row),
    .dc-product-overview-output > .card:has(input[type="password"]),
    .dc-product-overview-output > .panel:has(input[type="password"]),
    .dc-product-overview-output > .dc-hosting-tools-card,
    .dc-product-overview-output > .dc-quick-email-card,
    .dc-product-overview-output > .dc-product-usage-grid {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .dc-product-page {
        padding: 20px 12px 34px;
    }

    .dc-product-page-head h1 {
        font-size: 2rem;
    }

    .dc-product-overview-card,
    .dc-product-module-card,
    .dc-product-details-card {
        padding: 14px;
    }

    .dc-product-visual {
        min-height: 150px;
    }

    .dc-product-meta-grid,
    .dc-product-billing-overview,
    .dc-product-usage-grid {
        grid-template-columns: 1fr;
    }

    .dc-product-billing-item {
        min-height: 96px;
        border-right: 0;
        border-bottom: 1px solid #e4eaf1;
    }

    .dc-product-billing-item:last-child {
        border-bottom: 0;
    }

    .dc-template-clientareaproductdetails .cpanel-feature-row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .dc-quick-email-card form .row,
    .dc-quick-email-card .form-row {
        grid-template-columns: 1fr !important;
    }

    .dc-billing-overview-card .row > [class*="col-"],
    .dc-billing-overview-card .panel-body > div,
    .dc-billing-overview-card .card-body > div {
        border-right: 0;
        border-bottom: 1px solid #e4eaf1;
    }

    .dc-billing-overview-card .row > [class*="col-"]:last-child,
    .dc-billing-overview-card .panel-body > div:last-child,
    .dc-billing-overview-card .card-body > div:last-child {
        border-bottom: 0;
    }

    .dc-template-clientareaproductdetails #cPanelUsagePanel .cpanel-usage-stats > .row {
        grid-template-columns: 1fr !important;
    }

    .dc-template-clientareaproductdetails .responsive-tabs-sm {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .dc-template-clientareaproductdetails .responsive-tabs-sm .nav-link {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .dc-template-clientareaproductdetails .cpanel-feature-row {
        grid-template-columns: 1fr !important;
    }
}
/* ============================================================
   DC 2026 redesign: unified blue design system.
   Dashboard (clientareahome) + Homepage (index).
   Appended last in custom.css — overrides earlier passes.
   ============================================================ */

body.dc-template-clientareahome,
body.dc-template-homepage {
    --dcx-blue: #2160e8;
    --dcx-blue-deep: #1447b8;
    --dcx-blue-soft: #eef4ff;
    --dcx-blue-border: #d7e4fb;
    --dcx-navy: #0b1c3a;
    --dcx-ink: #101b2e;
    --dcx-muted: #5c6b84;
    --dcx-faint: #8b98ad;
    --dcx-border: #e4eaf3;
    --dcx-bg: #f5f8fc;
    --dcx-card: #ffffff;
    --dcx-radius: 14px;
    --dcx-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 10px 28px rgba(16, 24, 40, 0.06);
    --dcx-shadow-lift: 0 2px 4px rgba(16, 24, 40, 0.05), 0 16px 36px rgba(33, 96, 232, 0.12);
    font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
    color: var(--dcx-ink);
}

body.dc-template-clientareahome h1,
body.dc-template-clientareahome h2,
body.dc-template-clientareahome h3,
body.dc-template-homepage h1,
body.dc-template-homepage h2,
body.dc-template-homepage h3 {
    font-family: "Poppins", Inter, ui-sans-serif, system-ui, sans-serif;
}

/* ------------------------------------------------------------
   Shared primitives
   ------------------------------------------------------------ */

.dcx-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--dcx-blue);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dcx-eyebrow::before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: var(--dcx-blue);
}

.dcx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 0.93rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease, border-color 150ms ease;
}

.dcx-btn:hover,
.dcx-btn:focus {
    text-decoration: none;
    transform: translateY(-1px);
}

.dcx-btn-primary {
    color: #ffffff;
    background: var(--dcx-blue);
    box-shadow: 0 8px 18px rgba(33, 96, 232, 0.28);
}

.dcx-btn-primary:hover,
.dcx-btn-primary:focus {
    color: #ffffff;
    background: var(--dcx-blue-deep);
    box-shadow: 0 10px 22px rgba(33, 96, 232, 0.34);
}

.dcx-btn-ghost {
    color: var(--dcx-ink);
    background: var(--dcx-card);
    border-color: var(--dcx-border);
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.dcx-btn-ghost:hover,
.dcx-btn-ghost:focus {
    color: var(--dcx-blue);
    border-color: var(--dcx-blue-border);
    background: var(--dcx-blue-soft);
}

.dcx-btn-white {
    color: var(--dcx-navy);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(4, 16, 42, 0.25);
}

.dcx-btn-white:hover,
.dcx-btn-white:focus {
    color: var(--dcx-blue-deep);
    background: #ffffff;
}

.dcx-btn-outline-white {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.32);
}

.dcx-btn-outline-white:hover,
.dcx-btn-outline-white:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.5);
}

/* ------------------------------------------------------------
   Dashboard: page canvas
   ------------------------------------------------------------ */

body.dc-template-clientareahome {
    background: var(--dcx-bg) !important;
}

body.dc-template-clientareahome #main-body {
    background: var(--dcx-bg) !important;
}

@media (min-width: 1200px) {
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route {
        background: var(--dcx-bg, #f5f8fc) !important;
    }
}

.dcx-dash {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 34px 28px 48px;
}

/* Page head */
.dcx-dash-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}

.dcx-dash-head .dcx-eyebrow {
    margin-bottom: 10px;
}

.dcx-dash-head h1 {
    margin: 0;
    color: var(--dcx-ink);
    font-size: clamp(1.55rem, 2.6vw, 2.05rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.dcx-dash-head p {
    margin: 8px 0 0;
    color: var(--dcx-muted);
    font-size: 0.95rem;
}

.dcx-dash-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.dcx-dash .dc-home-flash:empty,
.dcx-flash:empty {
    display: none;
}

.dcx-flash {
    margin-bottom: 20px;
}

/* Stats row */
.dcx-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.dcx-stat {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 22px 22px 20px;
    border: 1px solid var(--dcx-border);
    border-radius: var(--dcx-radius);
    background: var(--dcx-card);
    box-shadow: var(--dcx-shadow);
    color: var(--dcx-ink);
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.dcx-stat:hover {
    color: var(--dcx-ink);
    text-decoration: none;
    transform: translateY(-3px);
    border-color: var(--dcx-blue-border);
    box-shadow: var(--dcx-shadow-lift);
}

.dcx-stat-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.dcx-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: var(--dcx-blue);
    background: var(--dcx-blue-soft);
    font-size: 1.05rem;
}

.dcx-stat-go {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: var(--dcx-faint);
    background: transparent;
    font-size: 0.72rem;
    transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.dcx-stat:hover .dcx-stat-go {
    color: #ffffff;
    background: var(--dcx-blue);
    transform: translateX(2px);
}

.dcx-stat strong {
    color: var(--dcx-ink);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.dcx-stat-label {
    margin-top: 7px;
    color: var(--dcx-muted);
    font-size: 0.88rem;
    font-weight: 500;
}

.dcx-stat-alert .dcx-stat-icon {
    color: #b54708;
    background: #fef4e6;
}

/* Highlight tiles (security / support) */
.dcx-tiles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 30px;
}

.dcx-tile {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px;
    border: 1px solid var(--dcx-border);
    border-radius: var(--dcx-radius);
    background: var(--dcx-card);
    box-shadow: var(--dcx-shadow);
}

.dcx-tile-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    color: var(--dcx-blue);
    background: var(--dcx-blue-soft);
    font-size: 1.3rem;
}

.dcx-tile h2 {
    margin: 2px 0 6px;
    color: var(--dcx-ink);
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.dcx-tile p {
    margin: 0 0 14px;
    color: var(--dcx-muted);
    font-size: 0.89rem;
    line-height: 1.55;
}

.dcx-tile-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--dcx-blue);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.dcx-tile-link i {
    font-size: 0.75rem;
    transition: transform 150ms ease;
}

.dcx-tile-link:hover {
    color: var(--dcx-blue-deep);
    text-decoration: none;
}

.dcx-tile-link:hover i {
    transform: translateX(3px);
}

/* Section headings inside dashboard */
.dcx-dash-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 16px;
}

.dcx-dash-section-head h2 {
    margin: 6px 0 0;
    color: var(--dcx-ink);
    font-size: 1.18rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

/* Workspace panels (WHMCS home panels) */
.dcx-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.dcx-panel-span {
    grid-column: 1 / -1;
}

.dcx-panel-span:empty {
    display: none;
}

.dcx-panel-col {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 18px;
}

body .primary-content .client-home-cards .card.dcx-panel,
.card.dcx-panel {
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid var(--dcx-border);
    border-radius: var(--dcx-radius);
    background: var(--dcx-card);
    box-shadow: var(--dcx-shadow);
}

.dcx-panel .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    background: var(--dcx-card);
    border-bottom: 1px solid var(--dcx-border);
}

.dcx-panel-heading {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

.dcx-panel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 10px;
    color: var(--dcx-blue);
    background: var(--dcx-blue-soft);
    font-size: 0.95rem;
}

.dcx-panel .card-title {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    margin: 0;
    color: var(--dcx-ink);
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.dcx-panel .badge {
    padding: 4px 9px;
    border-radius: 999px;
    color: var(--dcx-blue);
    background: var(--dcx-blue-soft);
    font-weight: 600;
}

.dcx-panel-action {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 13px !important;
    border-radius: 9px !important;
    border: 1px solid var(--dcx-border) !important;
    color: var(--dcx-muted) !important;
    background: #ffffff !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

.dcx-panel-action:hover {
    color: var(--dcx-blue) !important;
    border-color: var(--dcx-blue-border) !important;
    background: var(--dcx-blue-soft) !important;
}

.dcx-panel .card-body {
    padding: 18px 20px;
    color: var(--dcx-muted);
    font-size: 0.9rem;
}

.dcx-panel .list-group {
    border: 0;
}

.dcx-panel .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 20px;
    color: var(--dcx-ink);
    background: var(--dcx-card);
    border-color: #eef2f8;
    font-size: 0.9rem;
    font-weight: 500;
}

.dcx-panel .list-group-item span:first-child {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 10px;
}

.dcx-panel .list-group-item i {
    color: var(--dcx-faint);
}

.dcx-panel .list-group-item:hover,
.dcx-panel .list-group-item.active {
    color: var(--dcx-blue);
    background: #f8fbff;
    border-color: #eef2f8;
}

.dcx-panel .list-group-item:hover i {
    color: var(--dcx-blue);
}

.dcx-panel .card-footer {
    padding: 13px 20px;
    background: #fafcfe;
    border-top: 1px solid var(--dcx-border);
}

.dcx-dash-version {
    margin: 34px 0 0;
    color: var(--dcx-faint);
    font-size: 0.78rem;
    text-align: center;
}

/* ------------------------------------------------------------
   Client-area sidebar recolor: calm navy + pure blue accent
   (matches the specificity of the earlier sidebar pass)
   ------------------------------------------------------------ */

@media (min-width: 1200px) {
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header {
        border-right: 1px solid rgba(255, 255, 255, 0.06) !important;
        background: #0e1d3c !important;
        box-shadow: none !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill {
        min-height: 44px !important;
        border: 0 !important;
        border-radius: 10px !important;
        color: #a7b6d4 !important;
        font-weight: 500 !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill i:first-child {
        color: #6e82ab !important;
        transition: color 150ms ease;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill:hover {
        color: #ffffff !important;
        border: 0 !important;
        background: rgba(255, 255, 255, 0.06) !important;
        box-shadow: none !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill.active,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-group.active > .dc-nav-pill {
        color: #ffffff !important;
        border: 0 !important;
        background: linear-gradient(135deg, #2f6bff, #1d55d6) !important;
        box-shadow: 0 8px 20px rgba(24, 74, 205, 0.35) !important;
        font-weight: 600 !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill:hover i:first-child,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-pill.active i:first-child,
    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-group.active > .dc-nav-pill i:first-child {
        color: #ffffff !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-brand {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .dc-nav-submenu {
        border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .topbar .btn {
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        background: rgba(255, 255, 255, 0.05) !important;
        color: #c6d2e8 !important;
    }

    body.dc-logged-in.dc-app-route.dc-app-route.dc-app-route header.header .topbar .btn-active-client {
        border-color: rgba(255, 255, 255, 0.12) !important;
        background: rgba(255, 255, 255, 0.06) !important;
        box-shadow: none !important;
    }
}

/* Sidebar user profile card (all client-area pages) */
.dc-sidebar-user-avatar {
    background: linear-gradient(135deg, #2f6bff, #1d55d6) !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 8px 20px rgba(24, 74, 205, 0.4) !important;
}

/* Brand mark: pure blue (kill the old cyan gradient) */
.dc-brand-mark,
.dc-home-brand-mark {
    background: linear-gradient(135deg, #2f6bff, #1d55d6) !important;
    box-shadow: 0 6px 16px rgba(24, 74, 205, 0.35) !important;
}

/* ------------------------------------------------------------
   Homepage: canvas + hero (domain finder)
   ------------------------------------------------------------ */

body.dc-template-homepage {
    background: #ffffff !important;
}

body.dc-template-homepage #main-body {
    background: #ffffff !important;
    padding-bottom: 0 !important;
}

body.dc-template-homepage .dc-domain-finder,
body.dc-template-homepage .home-domain-search {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.dc-template-homepage .dcx-hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 108px !important;
    background:
        radial-gradient(60rem 30rem at 85% -20%, rgba(64, 118, 255, 0.35), transparent 70%),
        radial-gradient(46rem 26rem at -10% 110%, rgba(33, 96, 232, 0.28), transparent 70%),
        linear-gradient(160deg, #081231 0%, #0d2050 55%, #123069 100%) !important;
}

body.dc-template-homepage .dcx-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(52rem 30rem at 50% 0%, rgba(0, 0, 0, 0.9), transparent 78%);
    -webkit-mask-image: radial-gradient(52rem 30rem at 50% 0%, rgba(0, 0, 0, 0.9), transparent 78%);
    pointer-events: none;
}

.dcx-hero > .container {
    position: relative;
    z-index: 1;
    max-width: 880px;
}

.dcx-hero-heading {
    text-align: center;
    margin-bottom: 34px;
}

.dcx-hero-heading .dcx-eyebrow {
    color: #9dbcff;
    justify-content: center;
}

.dcx-hero-heading .dcx-eyebrow::before,
.dcx-hero-heading .dcx-eyebrow::after {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: rgba(157, 188, 255, 0.55);
}

.dcx-hero-heading h1,
.dcx-hero-heading h2 {
    margin: 14px 0 12px;
    color: #ffffff;
    font-size: clamp(2.1rem, 4.6vw, 3.3rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.12;
}

.dcx-hero-heading h1 em,
.dcx-hero-heading h2 em {
    font-style: normal;
    background: linear-gradient(100deg, #8db4ff, #5e8eff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dcx-hero-heading p {
    max-width: 620px;
    margin: 0 auto;
    color: #b9c8e6;
    font-size: 1.02rem;
    line-height: 1.65;
}

/* Search bar */
.dcx-hero-search {
    max-width: 720px;
    margin: 0 auto;
}

.dcx-hero-search .input-group {
    display: flex;
    align-items: stretch;
    padding: 7px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 22px 50px rgba(3, 10, 30, 0.45);
}

.dcx-hero-search .form-control {
    flex: 1 1 auto;
    min-width: 0;
    height: 54px;
    padding: 0 18px;
    border: 0 !important;
    border-radius: 11px !important;
    color: var(--dcx-ink);
    background: #ffffff !important;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: none !important;
    outline: none !important;
}

.dcx-hero-search .form-control::placeholder {
    color: #9aa7bd;
    font-weight: 400;
}

.dcx-hero-search .input-group-append {
    display: flex;
    gap: 7px;
}

.dcx-hero-search .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 0 26px;
    border: 0;
    border-radius: 11px !important;
    font-size: 0.95rem;
    font-weight: 600;
    transition: background 150ms ease, transform 150ms ease;
}

.dcx-hero-search .btn-primary {
    color: #ffffff !important;
    background: var(--dcx-blue) !important;
    box-shadow: 0 10px 22px rgba(33, 96, 232, 0.35) !important;
}

.dcx-hero-search .btn-primary:hover {
    background: var(--dcx-blue-deep) !important;
}

.dcx-hero-search .btn-success {
    color: var(--dcx-blue-deep) !important;
    background: var(--dcx-blue-soft) !important;
    box-shadow: none !important;
}

.dcx-hero-search .btn-success:hover {
    background: #dce9ff !important;
}

.dcx-hero-mobile-actions {
    max-width: 720px;
    margin: 12px auto 0;
}

.dcx-hero-mobile-actions .btn {
    border-radius: 10px !important;
    min-height: 46px;
    font-weight: 600;
}

/* TLD strip */
.dcx-hero .tld-logos,
.dcx-tld-strip {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 720px;
    margin: 22px auto 0 !important;
    padding: 0 !important;
    list-style: none;
    border: 0 !important;
    background: transparent !important;
}

.dcx-tld-strip li {
    display: inline-flex !important;
    align-items: center;
    gap: 9px;
    margin: 0 !important;
    padding: 9px 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 999px;
    color: #d4dff5 !important;
    background: rgba(255, 255, 255, 0.07) !important;
    backdrop-filter: blur(6px);
    font-size: 0.85rem !important;
    font-weight: 500;
    float: none !important;
    width: auto !important;
}

.dcx-tld-strip li img {
    display: none !important;
}

.dcx-tld-strip li strong {
    color: #ffffff;
    font-weight: 600;
}

.dcx-hero .dc-domain-pricing-link,
.dcx-hero-pricing-link {
    display: block;
    width: max-content;
    margin: 18px auto 0;
    color: #9dbcff !important;
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
}

.dcx-hero .dc-domain-pricing-link:hover,
.dcx-hero-pricing-link:hover {
    color: #ffffff !important;
    text-decoration: none;
}

/* Hero trust chips */
.dcx-hero-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}

.dcx-hero-trust li {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #b9c8e6;
    font-size: 0.87rem;
    font-weight: 500;
}

.dcx-hero-trust li i {
    color: #6f9bff;
    font-size: 0.95rem;
}

/* ------------------------------------------------------------
   Homepage: sections
   ------------------------------------------------------------ */

body.dc-template-homepage #main-body .container,
body.dc-template-homepage #main-body .dcx-full {
    max-width: 1200px;
}

.dcx-section {
    padding: 40px 0 8px;
}

.dcx-section-head {
    max-width: 640px;
    margin: 0 auto 38px;
    text-align: center;
}

.dcx-section-head h2 {
    margin: 12px 0 10px;
    color: var(--dcx-ink);
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.18;
}

.dcx-section-head p {
    margin: 0;
    color: var(--dcx-muted);
    font-size: 0.98rem;
    line-height: 1.65;
}

.dcx-section-head .dcx-eyebrow::after {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: var(--dcx-blue);
}

/* Product cards */
.dcx-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.dcx-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 26px 26px;
    border: 1px solid var(--dcx-border);
    border-radius: 16px;
    background: var(--dcx-card);
    box-shadow: var(--dcx-shadow);
    transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.dcx-product-card:hover {
    transform: translateY(-4px);
    border-color: var(--dcx-blue-border);
    box-shadow: var(--dcx-shadow-lift);
}

.dcx-product-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 14px;
    color: var(--dcx-blue);
    background: var(--dcx-blue-soft);
    font-size: 1.25rem;
}

.dcx-product-card h3 {
    margin: 0 0 8px;
    color: var(--dcx-ink);
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.dcx-product-card p {
    margin: 0 0 20px;
    color: var(--dcx-muted);
    font-size: 0.89rem;
    line-height: 1.6;
}

.dcx-product-card .dcx-btn {
    width: 100%;
    margin-top: auto;
    min-height: 42px;
    color: var(--dcx-blue);
    background: var(--dcx-blue-soft);
    border: 1px solid transparent;
    font-size: 0.89rem;
}

.dcx-product-card .dcx-btn:hover {
    color: #ffffff;
    background: var(--dcx-blue);
    box-shadow: 0 8px 18px rgba(33, 96, 232, 0.28);
}

/* Feature strip */
.dcx-feature-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin: 26px 0 8px;
    padding: 26px;
    border: 1px solid var(--dcx-border);
    border-radius: 18px;
    background: linear-gradient(180deg, #fafcff, #f3f7fd);
}

.dcx-feature {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dcx-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    color: var(--dcx-blue);
    background: #ffffff;
    border: 1px solid var(--dcx-blue-border);
    font-size: 1.05rem;
}

.dcx-feature strong {
    display: block;
    color: var(--dcx-ink);
    font-size: 0.93rem;
    font-weight: 600;
}

.dcx-feature small {
    display: block;
    margin-top: 2px;
    color: var(--dcx-muted);
    font-size: 0.8rem;
}

/* Help tiles */
.dcx-help-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.dcx-help-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    padding: 26px 14px 22px;
    border: 1px solid var(--dcx-border);
    border-radius: 14px;
    background: var(--dcx-card);
    box-shadow: var(--dcx-shadow);
    color: var(--dcx-ink);
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, color 160ms ease;
}

.dcx-help-tile i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 13px;
    color: var(--dcx-blue);
    background: var(--dcx-blue-soft);
    font-size: 1.2rem;
    transition: background 160ms ease, color 160ms ease;
}

.dcx-help-tile:hover {
    color: var(--dcx-blue);
    text-decoration: none;
    transform: translateY(-3px);
    border-color: var(--dcx-blue-border);
    box-shadow: var(--dcx-shadow-lift);
}

.dcx-help-tile:hover i {
    color: #ffffff;
    background: var(--dcx-blue);
}

/* Account CTA band */
.dcx-cta {
    position: relative;
    overflow: hidden;
    margin: 56px 0 64px;
    padding: 52px 48px;
    border-radius: 22px;
    background:
        radial-gradient(40rem 22rem at 92% -30%, rgba(84, 134, 255, 0.4), transparent 70%),
        linear-gradient(150deg, #0a1736 0%, #102452 60%, #16336e 100%);
    color: #ffffff;
}

.dcx-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.dcx-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.dcx-cta h2 {
    margin: 12px 0 10px;
    color: #ffffff;
    font-size: clamp(1.45rem, 2.8vw, 1.95rem);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.dcx-cta p {
    max-width: 480px;
    margin: 0;
    color: #b9c8e6;
    font-size: 0.95rem;
    line-height: 1.6;
}

.dcx-cta .dcx-eyebrow {
    color: #9dbcff;
}

.dcx-cta .dcx-eyebrow::before {
    background: rgba(157, 188, 255, 0.55);
}

.dcx-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

/* ------------------------------------------------------------
   Responsive
   ------------------------------------------------------------ */

@media (max-width: 1199.98px) {
    .dcx-dash {
        padding: 26px 20px 40px;
    }
}

@media (max-width: 991.98px) {
    .dcx-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .dcx-tiles {
        grid-template-columns: 1fr;
    }

    .dcx-panel-grid {
        grid-template-columns: 1fr;
    }

    .dcx-panel-span {
        grid-column: auto;
    }

    .dcx-feature-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dcx-help-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dcx-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .dcx-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .dcx-dash-head {
        flex-direction: column;
        align-items: stretch;
    }

    .dcx-dash-actions {
        justify-content: flex-start;
    }

    body.dc-template-homepage .dcx-hero {
        padding: 56px 0 72px;
    }

    .dcx-hero-search .input-group {
        flex-wrap: wrap;
    }

    .dcx-hero-search .input-group .form-control {
        flex: 1 1 100%;
    }

    .dcx-help-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dcx-cta {
        margin: 40px 0 48px;
        padding: 36px 24px;
    }
}

@media (max-width: 575.98px) {
    .dcx-stats {
        grid-template-columns: 1fr;
    }

    .dcx-feature-strip {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .dcx-help-grid {
        grid-template-columns: 1fr;
    }

    .dcx-hero-trust {
        gap: 14px 22px;
    }
}
/* ============================================================
   DCX pass 2: public navbar, store (products) page,
   domain register page, dashboard sitejet/addon card.
   ============================================================ */

/* ------------------------------------------------------------
   Public navbar 2.0 (non-logged-in pages; logged-in keeps its
   sidebar transformation untouched)
   ------------------------------------------------------------ */

body:not(.dc-logged-in) header.header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1030 !important;
    background: rgba(255, 255, 255, 0.86) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid #e7edf6 !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03) !important;
}

body:not(.dc-logged-in) header.header .dc-main-navbar {
    min-height: 72px !important;
    background: transparent !important;
}

body:not(.dc-logged-in) header.header .dc-brand {
    gap: 11px !important;
}

body:not(.dc-logged-in) header.header .dc-brand-text {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
    color: #101b2e !important;
}

body:not(.dc-logged-in) header.header .dc-public-nav {
    margin: 0 auto !important;
    gap: 6px !important;
}

body:not(.dc-logged-in) header.header .dc-public-nav .dc-nav-pill {
    min-height: 40px !important;
    padding: 0 16px !important;
    border-radius: 10px !important;
    color: #45536b !important;
    font-size: 0.93rem !important;
    font-weight: 500 !important;
    transition: color 140ms ease, background 140ms ease !important;
}

body:not(.dc-logged-in) header.header .dc-public-nav .dc-nav-pill:hover,
body:not(.dc-logged-in) header.header .dc-public-nav .dc-nav-pill.active {
    color: #2160e8 !important;
    background: #eef4ff !important;
}

body:not(.dc-logged-in) header.header .dc-dashboard-cta {
    min-height: 42px !important;
    padding: 0 18px !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    background: #2160e8 !important;
    border: 1px solid #2160e8 !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    box-shadow: 0 8px 18px rgba(33, 96, 232, 0.24) !important;
    transition: background 150ms ease, transform 150ms ease, box-shadow 150ms ease !important;
}

body:not(.dc-logged-in) header.header .dc-dashboard-cta:hover,
body:not(.dc-logged-in) header.header .dc-dashboard-cta:focus {
    color: #ffffff !important;
    background: #1447b8 !important;
    border-color: #1447b8 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 22px rgba(33, 96, 232, 0.3) !important;
}

body:not(.dc-logged-in) header.header .dc-cart-btn,
body:not(.dc-logged-in) header.header .dc-menu-toggle {
    width: 42px !important;
    height: 42px !important;
    border-radius: 10px !important;
    color: #45536b !important;
    border: 1px solid #e4eaf3 !important;
    background: #ffffff !important;
}

body:not(.dc-logged-in) header.header .dc-cart-btn:hover,
body:not(.dc-logged-in) header.header .dc-menu-toggle:hover {
    color: #2160e8 !important;
    border-color: #d7e4fb !important;
    background: #eef4ff !important;
}

body:not(.dc-logged-in) header.header .dc-cart-btn .badge {
    background: #2160e8 !important;
    color: #ffffff !important;
}

body:not(.dc-logged-in) header.header .dc-secondary-navbar {
    background: transparent !important;
}

/* ------------------------------------------------------------
   Store pages: shared shell for products + domain register
   ------------------------------------------------------------ */

body.dc-template-products,
body.dc-template-domainregister {
    --dcx-blue: #2160e8;
    --dcx-blue-deep: #1447b8;
    --dcx-blue-soft: #eef4ff;
    --dcx-blue-border: #d7e4fb;
    --dcx-ink: #101b2e;
    --dcx-muted: #5c6b84;
    --dcx-border: #e4eaf3;
    font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
    background: #f5f8fc !important;
}

body.dc-template-products #main-body,
body.dc-template-domainregister #main-body {
    padding: 30px 0 56px !important;
    background: transparent !important;
}

body.dc-template-domainregister .master-breadcrumb,
body.dc-template-domainregister .primary-content > .header-lined {
    display: none !important;
}

body.dc-template-products #main-body > .container,
body.dc-template-domainregister #main-body > .container {
    max-width: 1240px !important;
}

/* Layout: single clean left rail + content */
body.dc-template-products #order-standard_cart > .row,
body.dc-template-domainregister #order-standard_cart > .row {
    display: grid !important;
    grid-template-columns: 264px minmax(0, 1fr) !important;
    gap: 22px !important;
    align-items: start !important;
    margin: 0 !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar,
body.dc-template-domainregister #order-standard_cart .cart-sidebar {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar,
body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Actions"],
body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Choose Currency"],
body.dc-template-products #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Categories"],
body.dc-template-domainregister #order-standard_cart .cart-sidebar .card-sidebar {
    grid-column: auto !important;
    grid-row: auto !important;
    overflow: hidden !important;
    margin: 0 !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 10px 28px rgba(16, 24, 40, 0.05) !important;
}

body.dc-template-products #order-standard_cart .cart-body,
body.dc-template-domainregister #order-standard_cart .cart-body {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
}

/* Sidebar cards */
body.dc-template-products #order-standard_cart .cart-sidebar .card-header,
body.dc-template-domainregister #order-standard_cart .cart-sidebar .card-header {
    padding: 14px 16px !important;
    border-bottom: 1px solid var(--dcx-border) !important;
    background: #ffffff !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .panel-title,
body.dc-template-products #order-standard_cart .cart-sidebar .card-title,
body.dc-template-domainregister #order-standard_cart .cart-sidebar .panel-title,
body.dc-template-domainregister #order-standard_cart .cart-sidebar .card-title {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    color: var(--dcx-ink) !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .panel-title > i:first-child,
body.dc-template-products #order-standard_cart .cart-sidebar .card-title > i:first-child,
body.dc-template-domainregister #order-standard_cart .cart-sidebar .panel-title > i:first-child,
body.dc-template-domainregister #order-standard_cart .cart-sidebar .card-title > i:first-child {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    border-radius: 9px !important;
    color: var(--dcx-blue) !important;
    background: var(--dcx-blue-soft) !important;
    font-size: 0.8rem !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-minimise,
body.dc-template-domainregister #order-standard_cart .cart-sidebar .card-minimise {
    display: none !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group,
body.dc-template-domainregister #order-standard_cart .cart-sidebar .list-group {
    padding: 8px !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item,
body.dc-template-domainregister #order-standard_cart .cart-sidebar .list-group-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 42px !important;
    margin: 0 0 4px !important;
    padding: 9px 11px !important;
    color: #45536b !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    font-size: 0.89rem !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    transition: color 140ms ease, background 140ms ease !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item:last-child,
body.dc-template-domainregister #order-standard_cart .cart-sidebar .list-group-item:last-child {
    margin-bottom: 0 !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item i,
body.dc-template-domainregister #order-standard_cart .cart-sidebar .list-group-item i {
    width: 18px !important;
    color: #8b98ad !important;
    text-align: center !important;
    transition: color 140ms ease !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item:hover,
body.dc-template-domainregister #order-standard_cart .cart-sidebar .list-group-item:hover {
    color: var(--dcx-blue) !important;
    background: #f6f9ff !important;
    text-decoration: none !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item.active,
body.dc-template-domainregister #order-standard_cart .cart-sidebar .list-group-item.active {
    color: var(--dcx-blue) !important;
    background: var(--dcx-blue-soft) !important;
    font-weight: 600 !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item:hover i,
body.dc-template-products #order-standard_cart .cart-sidebar .list-group-item.active i,
body.dc-template-domainregister #order-standard_cart .cart-sidebar .list-group-item:hover i,
body.dc-template-domainregister #order-standard_cart .cart-sidebar .list-group-item.active i {
    color: var(--dcx-blue) !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar .card-body,
body.dc-template-domainregister #order-standard_cart .cart-sidebar .card-body {
    padding: 12px !important;
}

body.dc-template-products #order-standard_cart .cart-sidebar select.form-control,
body.dc-template-domainregister #order-standard_cart .cart-sidebar select.form-control {
    min-height: 42px !important;
    color: var(--dcx-ink) !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

/* ------------------------------------------------------------
   Store: page hero band
   ------------------------------------------------------------ */

body.dc-template-products #order-standard_cart .cart-body .header-lined {
    position: relative !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 0 22px !important;
    padding: 34px 34px 38px !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 18px !important;
    background:
        radial-gradient(38rem 20rem at 88% -30%, rgba(84, 134, 255, 0.4), transparent 70%),
        linear-gradient(150deg, #0a1736 0%, #102452 60%, #16336e 100%) !important;
    box-shadow: 0 18px 40px rgba(10, 23, 54, 0.18) !important;
}

body.dc-template-products #order-standard_cart .cart-body .header-lined::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    border: 0 !important;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) !important;
    background-size: 40px 40px !important;
    pointer-events: none !important;
}

body.dc-template-products #order-standard_cart .cart-body .header-lined h1 {
    position: relative !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(1.6rem, 3vw, 2.15rem) !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.12 !important;
}

body.dc-template-products #order-standard_cart .cart-body .header-lined h1::after {
    content: "Pick the plan that fits — you can upgrade at any time." !important;
    display: block !important;
    margin-top: 9px !important;
    color: #b9c8e6 !important;
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.5 !important;
    background: none !important;
}

body.dc-template-products #order-standard_cart .sidebar-collapsed {
    display: none !important;
}

/* ------------------------------------------------------------
   Store: product cards
   ------------------------------------------------------------ */

body.dc-template-products #order-standard_cart .products .row {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)) !important;
    gap: 20px !important;
    margin: 0 !important;
}

body.dc-template-products #order-standard_cart .products .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    flex: none !important;
}

body.dc-template-products #order-standard_cart .products .product {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(200px, 230px) !important;
    gap: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 12px 30px rgba(16, 24, 40, 0.06) !important;
    transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease !important;
}

body.dc-template-products #order-standard_cart .products .product:hover {
    transform: translateY(-3px) !important;
    border-color: var(--dcx-blue-border) !important;
    box-shadow: 0 2px 4px rgba(16, 24, 40, 0.05), 0 18px 40px rgba(33, 96, 232, 0.12) !important;
}

body.dc-template-products #order-standard_cart .products .product::before {
    display: none !important;
}

body.dc-template-products #order-standard_cart .products .product header {
    grid-column: 1 / -1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 0 !important;
    padding: 24px 26px 14px !important;
    border: 0 !important;
    background: #ffffff !important;
}

body.dc-template-products #order-standard_cart .products .product header span[id$="-name"] {
    display: block !important;
    color: var(--dcx-ink) !important;
    font-size: 1.22rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.2 !important;
}

body.dc-template-products #order-standard_cart .products .product header span[id$="-name"]::after {
    display: none !important;
}

body.dc-template-products #order-standard_cart .products .product .product-desc {
    grid-column: 1 !important;
    width: auto !important;
    padding: 0 26px 24px !important;
    color: var(--dcx-muted) !important;
    font-size: 0.9rem !important;
}

body.dc-template-products #order-standard_cart .products .product .product-desc p {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    color: var(--dcx-muted) !important;
    line-height: 1.7 !important;
}

body.dc-template-products #order-standard_cart .products .product .product-desc p::before {
    display: none !important;
}

body.dc-template-products #order-standard_cart .products .product .product-desc ul {
    margin: 12px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.dc-template-products #order-standard_cart .products .product .product-desc ul li {
    position: relative !important;
    margin: 0 0 8px !important;
    padding-left: 26px !important;
    color: #3c4c66 !important;
    line-height: 1.5 !important;
}

body.dc-template-products #order-standard_cart .products .product .product-desc ul li::before {
    content: "\f00c" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.18em !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 17px !important;
    height: 17px !important;
    border-radius: 50% !important;
    color: var(--dcx-blue) !important;
    background: var(--dcx-blue-soft) !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro" !important;
    font-weight: 900 !important;
    font-size: 0.58rem !important;
}

body.dc-template-products #order-standard_cart .products .product footer {
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    gap: 16px !important;
    width: auto !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 20px 22px 24px !important;
    border-left: 1px solid var(--dcx-border) !important;
    background: #fafcff !important;
    text-align: left !important;
}

body.dc-template-products #order-standard_cart .products .product .product-pricing {
    margin: 0 !important;
    color: var(--dcx-muted) !important;
    font-size: 0.84rem !important;
    font-weight: 500 !important;
}

body.dc-template-products #order-standard_cart .products .product .product-pricing .price {
    display: block !important;
    margin-bottom: 4px !important;
    color: var(--dcx-ink) !important;
    font-size: 1.85rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.05 !important;
    overflow-wrap: anywhere !important;
}

body.dc-template-products #order-standard_cart .products .product .btn-order-now {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-height: 46px !important;
    padding: 0 16px !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: var(--dcx-blue) !important;
    box-shadow: 0 8px 18px rgba(33, 96, 232, 0.26) !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    transition: background 150ms ease, transform 150ms ease, box-shadow 150ms ease !important;
}

body.dc-template-products #order-standard_cart .products .product .btn-order-now:hover,
body.dc-template-products #order-standard_cart .products .product .btn-order-now:focus {
    color: #ffffff !important;
    background: var(--dcx-blue-deep) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 22px rgba(33, 96, 232, 0.32) !important;
    text-decoration: none !important;
}

/* ------------------------------------------------------------
   Domain register: theme the WHMCS domain app (Shadow DOM)
   via its --vl-* custom properties on the host element.
   ------------------------------------------------------------ */

body.dc-template-domainregister #nexus-root {
    display: block !important;
    min-width: 0 !important;

    --vl-primary: #2160e8;
    --vl-primary-lifted: #1a53cf;
    --vl-primary-accented: #eef4ff;

    --vl-secondary: #0e1d3c;
    --vl-secondary-lifted: #16294f;
    --vl-secondary-accented: #e7edf9;

    --vl-success: #12b76a;
    --vl-success-lifted: #0e9c5a;
    --vl-success-accented: #e9f9f1;

    --vl-info: #2160e8;
    --vl-info-lifted: #1a53cf;
    --vl-info-accented: #eef4ff;

    --vl-notice: #b54708;
    --vl-notice-lifted: #9a3c06;
    --vl-notice-accented: #fef4e6;

    --vl-warning: #b54708;
    --vl-warning-lifted: #9a3c06;
    --vl-warning-accented: #fef4e6;

    --vl-error: #d92d20;
    --vl-error-lifted: #b42318;
    --vl-error-accented: #fdecea;

    --vl-text: #101b2e;
    --vl-text-accented: #0b1c3a;
    --vl-text-lifted: #3c4c66;
    --vl-text-muted: #5c6b84;
    --vl-text-inverted: #ffffff;

    --vl-border-muted: #eef2f8;
    --vl-border: #e4eaf3;
    --vl-border-lifted: #d7e4fb;
    --vl-border-accented: #c6d8f7;

    --vl-bg: #ffffff;
    --vl-bg-muted: #f5f8fc;
    --vl-bg-lifted: #fafcff;
    --vl-bg-accented: #eef4ff;
    --vl-bg-inverted: #0e1d3c;

    --vl-rounding-sm: 8px;
    --vl-rounding-md: 12px;
    --vl-rounding-lg: 16px;
}

/* ------------------------------------------------------------
   Dashboard: sitejet / addon card
   ------------------------------------------------------------ */

.dcx-addons {
    margin-top: 30px !important;
}

.dcx-addon-card {
    overflow: hidden !important;
    margin: 0 0 18px !important;
    padding: 22px 20px !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 10px 28px rgba(16, 24, 40, 0.06) !important;
}

.dcx-addon-card:last-child {
    margin-bottom: 0 !important;
}

.dcx-addon-card > .container {
    max-width: none !important;
    padding: 0 !important;
}

.dcx-addon-card .row {
    align-items: center !important;
    margin: 0 !important;
}

.dcx-addon-card img#sitejetPromoImage {
    border: 1px solid #e4eaf3 !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08) !important;
}

.dcx-addon-card select.form-control {
    min-height: 44px !important;
    color: #101b2e !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

.dcx-addon-card select.form-control:focus {
    border-color: #d7e4fb !important;
    box-shadow: 0 0 0 3px rgba(33, 96, 232, 0.12) !important;
}

.dcx-addon-card .btn-primary,
.dcx-addon-card #sitejetSsoButton {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #2160e8 !important;
    box-shadow: 0 8px 18px rgba(33, 96, 232, 0.24) !important;
    font-weight: 600 !important;
    transition: background 150ms ease, transform 150ms ease !important;
}

.dcx-addon-card .btn-primary:hover,
.dcx-addon-card #sitejetSsoButton:hover {
    color: #ffffff !important;
    background: #1447b8 !important;
    transform: translateY(-1px) !important;
}

/* ------------------------------------------------------------
   Responsive: store + domain register
   ------------------------------------------------------------ */

@media (max-width: 991.98px) {
    body.dc-template-products #order-standard_cart > .row,
    body.dc-template-domainregister #order-standard_cart > .row {
        display: block !important;
    }

    body.dc-template-products #order-standard_cart .cart-sidebar,
    body.dc-template-domainregister #order-standard_cart .cart-sidebar {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
        gap: 14px !important;
        margin-bottom: 18px !important;
    }
}

@media (max-width: 767.98px) {
    body.dc-template-products #main-body,
    body.dc-template-domainregister #main-body {
        padding-top: 18px !important;
    }

    body.dc-template-products #order-standard_cart .cart-sidebar,
    body.dc-template-domainregister #order-standard_cart .cart-sidebar {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-products #order-standard_cart .cart-body .header-lined {
        padding: 24px 22px 28px !important;
        border-radius: 14px !important;
    }

    body.dc-template-products #order-standard_cart .products .product {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-products #order-standard_cart .products .product .product-desc,
    body.dc-template-products #order-standard_cart .products .product footer {
        grid-column: 1 !important;
        grid-row: auto !important;
        border-left: 0 !important;
        border-top: 1px solid #e4eaf3 !important;
    }
}

/* Navbar: true-center the public nav links on wide screens */
@media (min-width: 1350px) {
    body:not(.dc-logged-in) header.header .dc-main-navbar > .container {
        position: relative !important;
    }

    body:not(.dc-logged-in) header.header .dc-public-nav {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
    }
}
/* ============================================================
   DCX pass 3: single navbar, homepage hero polish + plans,
   store pricing-card layout + green spec ticks, login page.
   ============================================================ */

/* One navbar only: hide the WHMCS secondary nav row on desktop
   for visitors (mobile keeps it as the collapse menu). */
@media (min-width: 1200px) {
    body:not(.dc-logged-in) header.header .dc-secondary-navbar {
        display: none !important;
    }
}

/* No "Portal Home" breadcrumb on marketing/auth pages */
body.dc-template-homepage .master-breadcrumb,
body.dc-template-login .master-breadcrumb {
    display: none !important;
}

/* ------------------------------------------------------------
   Homepage hero polish
   ------------------------------------------------------------ */

body.dc-template-homepage .dcx-hero {
    padding: 100px 0 118px !important;
}

.dcx-hero-orbs span {
    position: absolute !important;
    z-index: 0 !important;
    display: block !important;
    border-radius: 50% !important;
    filter: blur(80px) !important;
    pointer-events: none !important;
}

.dcx-hero-orbs span:first-child {
    top: -110px !important;
    left: 6% !important;
    width: 360px !important;
    height: 360px !important;
    background: rgba(64, 118, 255, 0.4) !important;
    animation: dcxFloat 9s ease-in-out infinite alternate !important;
}

.dcx-hero-orbs span:last-child {
    right: 4% !important;
    bottom: -130px !important;
    width: 320px !important;
    height: 320px !important;
    background: rgba(33, 96, 232, 0.32) !important;
    animation: dcxFloat 11s ease-in-out infinite alternate-reverse !important;
}

@keyframes dcxFloat {
    from { transform: translateY(-18px); }
    to   { transform: translateY(22px); }
}

.dcx-hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 9px 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 999px !important;
    color: #cfe0ff !important;
    background: rgba(255, 255, 255, 0.07) !important;
    backdrop-filter: blur(8px) !important;
    font-size: 0.84rem !important;
    font-weight: 500 !important;
}

.dcx-hero-badge i {
    color: #6f9bff !important;
    font-size: 0.8rem !important;
}

body.dc-template-homepage .dcx-hero-heading h2 {
    margin: 20px 0 14px !important;
    font-size: clamp(2.3rem, 5vw, 3.55rem) !important;
}

body.dc-template-homepage .dcx-hero-heading p {
    font-size: 1.06rem !important;
}

body.dc-template-homepage .dcx-hero-search .input-group {
    transition: box-shadow 180ms ease !important;
}

body.dc-template-homepage .dcx-hero-search .input-group:focus-within {
    box-shadow: 0 22px 50px rgba(3, 10, 30, 0.45), 0 0 0 4px rgba(95, 143, 255, 0.35) !important;
}

/* ------------------------------------------------------------
   Homepage: popular plans
   ------------------------------------------------------------ */

.dcx-plans-section {
    padding-top: 56px !important;
}

.dcx-plan-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 20px !important;
    align-items: stretch !important;
}

.dcx-plan {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 30px 28px 28px !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 12px 30px rgba(16, 24, 40, 0.06) !important;
    transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease !important;
}

.dcx-plan:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 2px 4px rgba(16, 24, 40, 0.05), 0 18px 42px rgba(33, 96, 232, 0.13) !important;
}

.dcx-plan-featured {
    border: 2px solid #2160e8 !important;
    box-shadow: 0 2px 4px rgba(16, 24, 40, 0.05), 0 20px 46px rgba(33, 96, 232, 0.16) !important;
}

.dcx-plan-badge {
    position: absolute !important;
    top: -14px !important;
    left: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 5px 14px !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: #2160e8 !important;
    box-shadow: 0 8px 18px rgba(33, 96, 232, 0.3) !important;
    font-size: 0.74rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
}

.dcx-plan h3 {
    margin: 0 0 6px !important;
    color: #101b2e !important;
    font-size: 1.14rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
}

.dcx-plan-tag {
    margin: 0 0 18px !important;
    color: #5c6b84 !important;
    font-size: 0.88rem !important;
    line-height: 1.55 !important;
}

.dcx-plan-price {
    display: flex !important;
    align-items: baseline !important;
    gap: 6px !important;
    margin: 0 0 20px !important;
    padding: 0 0 20px !important;
    border-bottom: 1px solid #eef2f8 !important;
}

.dcx-plan-price small {
    color: #8b98ad !important;
    font-size: 0.82rem !important;
    font-weight: 500 !important;
}

.dcx-plan-price strong {
    color: #101b2e !important;
    font-size: 2.05rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1 !important;
}

.dcx-plan-price span {
    color: #5c6b84 !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
}

.dcx-plan-features {
    margin: 0 0 24px !important;
    padding: 0 !important;
    list-style: none !important;
    display: grid !important;
    gap: 11px !important;
}

.dcx-plan-features li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    color: #3c4c66 !important;
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
}

.dcx-plan-features li i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin-top: 2px !important;
    border-radius: 50% !important;
    color: #12b76a !important;
    background: #e9f9f1 !important;
    font-size: 0.58rem !important;
}

.dcx-plan .dcx-btn {
    width: 100% !important;
    margin-top: auto !important;
    min-height: 44px !important;
}

.dcx-plan .dcx-btn:not(.dcx-btn-primary) {
    color: #2160e8 !important;
    background: #eef4ff !important;
    border: 1px solid transparent !important;
}

.dcx-plan .dcx-btn:not(.dcx-btn-primary):hover {
    color: #ffffff !important;
    background: #2160e8 !important;
    box-shadow: 0 8px 18px rgba(33, 96, 232, 0.28) !important;
}

/* ------------------------------------------------------------
   Store: vertical pricing-card layout (works for 1..n products)
   ------------------------------------------------------------ */

body.dc-template-products #order-standard_cart .products .row {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 400px)) !important;
    justify-content: center !important;
    gap: 20px !important;
}

body.dc-template-products #order-standard_cart .products .product {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
}

body.dc-template-products #order-standard_cart .products .product header {
    display: block !important;
    padding: 28px 28px 6px !important;
}

body.dc-template-products #order-standard_cart .products .product header span[id$="-name"] {
    font-size: 1.3rem !important;
}

body.dc-template-products #order-standard_cart .products .product .product-desc {
    padding: 4px 28px 22px !important;
}

body.dc-template-products #order-standard_cart .products .product footer {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    margin-top: auto !important;
    padding: 20px 28px 26px !important;
    border-left: 0 !important;
    border-top: 1px solid #e4eaf3 !important;
    background: #fafcff !important;
}

body.dc-template-products #order-standard_cart .products .product .product-pricing {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 7px !important;
    color: #5c6b84 !important;
    font-size: 0.86rem !important;
    font-weight: 500 !important;
}

body.dc-template-products #order-standard_cart .products .product .product-pricing .price {
    display: inline-block !important;
    margin: 0 !important;
    color: #101b2e !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.05 !important;
}

/* Green tick spec rows (built by the footer script from <br> lists) */
.dcx-specs {
    display: grid !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
}

.dcx-spec {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    color: #3c4c66 !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
}

.dcx-spec > i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin-top: 2px !important;
    border-radius: 50% !important;
    color: #12b76a !important;
    background: #e9f9f1 !important;
    font-size: 0.58rem !important;
}

.dcx-spec-head {
    display: block !important;
    margin: 10px 0 -1px !important;
    color: #8b98ad !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase !important;
}

.dcx-specs .dcx-spec-head:first-child {
    margin-top: 2px !important;
}

/* ------------------------------------------------------------
   Login page
   ------------------------------------------------------------ */

body.dc-template-login {
    font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
    background:
        radial-gradient(44rem 26rem at 110% -10%, rgba(33, 96, 232, 0.08), transparent 70%),
        radial-gradient(40rem 24rem at -10% 110%, rgba(33, 96, 232, 0.07), transparent 70%),
        #f5f8fc !important;
}

body.dc-template-login #main-body {
    padding: 48px 0 90px !important;
    background: transparent !important;
}

.dcx-auth-wrap {
    width: 100% !important;
    max-width: 448px !important;
    margin: 0 auto !important;
}

.dcx-auth-form {
    margin: 0 !important;
}

body .dcx-auth-card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 18px !important;
    overflow: hidden !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 4px rgba(16, 24, 40, 0.04), 0 24px 60px rgba(16, 24, 40, 0.1) !important;
}

.dcx-auth-card .card-body {
    padding: 38px 36px 32px !important;
}

.dcx-auth-head {
    margin-bottom: 26px !important;
    text-align: center !important;
}

.dcx-auth-mark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 56px !important;
    height: 56px !important;
    margin-bottom: 16px !important;
    border-radius: 16px !important;
    color: #2160e8 !important;
    background: #eef4ff !important;
    font-size: 1.35rem !important;
}

.dcx-auth-head h1 {
    margin: 0 0 6px !important;
    color: #101b2e !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
}

.dcx-auth-head p {
    margin: 0 !important;
    color: #5c6b84 !important;
    font-size: 0.92rem !important;
}

.dcx-auth-group {
    margin-bottom: 18px !important;
}

.dcx-auth-group .form-control-label {
    margin-bottom: 7px !important;
    color: #101b2e !important;
    font-size: 0.86rem !important;
    font-weight: 600 !important;
}

.dcx-auth-forgot {
    color: #2160e8 !important;
    font-size: 0.82rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.dcx-auth-forgot:hover {
    color: #1447b8 !important;
    text-decoration: none !important;
}

.dcx-auth-input .input-group-text {
    min-width: 46px !important;
    justify-content: center !important;
    color: #8b98ad !important;
    border: 1px solid #e4eaf3 !important;
    border-right: 0 !important;
    border-radius: 11px 0 0 11px !important;
    background: #fafcff !important;
}

.dcx-auth-input .form-control {
    min-height: 48px !important;
    color: #101b2e !important;
    border: 1px solid #e4eaf3 !important;
    border-left: 0 !important;
    border-radius: 0 11px 11px 0 !important;
    background: #ffffff !important;
    font-size: 0.95rem !important;
    box-shadow: none !important;
}

.dcx-auth-input .form-control::placeholder {
    color: #9aa7bd !important;
}

.dcx-auth-input:focus-within .input-group-text,
.dcx-auth-input:focus-within .form-control,
.dcx-auth-input:focus-within .btn-reveal-pw {
    border-color: #9db9f5 !important;
}

.dcx-auth-input .form-control:focus {
    box-shadow: none !important;
}

.dcx-auth-input .btn-reveal-pw {
    border: 1px solid #e4eaf3 !important;
    border-left: 0 !important;
    border-radius: 0 11px 11px 0 !important;
    color: #8b98ad !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.dcx-auth-input .pw-input {
    border-radius: 0 !important;
}

.dcx-auth-remember {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    margin: 4px 0 20px !important;
    color: #5c6b84 !important;
    font-size: 0.88rem !important;
    font-weight: 400 !important;
    cursor: pointer !important;
}

.dcx-auth-remember .form-check-input {
    position: static !important;
    margin: 0 !important;
}

.dcx-auth-submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    width: 100% !important;
    min-height: 48px !important;
    border: 0 !important;
    border-radius: 11px !important;
    color: #ffffff !important;
    background: #2160e8 !important;
    box-shadow: 0 10px 22px rgba(33, 96, 232, 0.26) !important;
    font-size: 0.96rem !important;
    font-weight: 600 !important;
    transition: background 150ms ease, transform 150ms ease !important;
}

.dcx-auth-submit:hover,
.dcx-auth-submit:focus {
    color: #ffffff !important;
    background: #1447b8 !important;
    transform: translateY(-1px) !important;
}

.dcx-auth-submit i {
    font-size: 0.8rem !important;
    transition: transform 150ms ease !important;
}

.dcx-auth-submit:hover i {
    transform: translateX(3px) !important;
}

.dcx-auth-footer {
    padding: 15px 36px !important;
    border-top: 1px solid #eef2f8 !important;
    background: #fafcff !important;
    text-align: center !important;
}

.dcx-auth-footer small {
    color: #5c6b84 !important;
}

.dcx-auth-footer a {
    color: #2160e8 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.dcx-auth-footer a:hover {
    color: #1447b8 !important;
}

@media (max-width: 575.98px) {
    .dcx-auth-card .card-body {
        padding: 28px 22px 26px !important;
    }

    .dcx-auth-footer {
        padding: 14px 22px !important;
    }

    body.dc-template-login #main-body {
        padding: 24px 0 60px !important;
    }
}

/* ============================================================
   DCX pass 4: store card order fix, logged-in public navbar,
   legacy-variable re-theme (cart, configure, domain pages).
   ============================================================ */

/* Store product cards: enforce header -> specs -> price/footer order
   (an older pass set .product-desc { order: 3 } which pushed the specs
   out of the card and stretched the footer to full height). */
body.dc-template-products #order-standard_cart .products .product header {
    order: 0 !important;
}

body.dc-template-products #order-standard_cart .products .product .product-desc {
    order: 1 !important;
    width: 100% !important;
}

body.dc-template-products #order-standard_cart .products .product footer {
    order: 2 !important;
    min-height: 0 !important;
    width: 100% !important;
}

body.dc-template-products #order-standard_cart .products .product .product-desc ul:empty {
    display: none !important;
}

/* Logged-in visitors on marketing/store/cart pages keep the public navbar */
body.dc-logged-in:not(.dc-app-route) header.header .dc-public-nav {
    display: flex !important;
}

body.dc-logged-in:not(.dc-app-route) header.header .dc-mobile-public-nav {
    display: grid !important;
}

@media (min-width: 1200px) {
    body.dc-logged-in:not(.dc-app-route) header.header .dc-secondary-navbar {
        display: none !important;
    }

    body.dc-logged-in:not(.dc-app-route) header.header {
        position: sticky !important;
        top: 0 !important;
        z-index: 1030 !important;
        background: rgba(255, 255, 255, 0.86) !important;
        backdrop-filter: blur(16px) !important;
        -webkit-backdrop-filter: blur(16px) !important;
        border-bottom: 1px solid #e7edf6 !important;
        box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03) !important;
    }

    body.dc-logged-in:not(.dc-app-route) #main-body,
    body.dc-logged-in:not(.dc-app-route) .master-breadcrumb,
    body.dc-logged-in:not(.dc-app-route) footer.footer {
        margin-left: 0 !important;
    }
}

body.dc-logged-in:not(.dc-app-route) header.header .dc-public-nav .dc-nav-pill {
    min-height: 40px !important;
    padding: 0 16px !important;
    border-radius: 10px !important;
    color: #45536b !important;
    font-size: 0.93rem !important;
    font-weight: 500 !important;
}

body.dc-logged-in:not(.dc-app-route) header.header .dc-public-nav .dc-nav-pill:hover,
body.dc-logged-in:not(.dc-app-route) header.header .dc-public-nav .dc-nav-pill.active {
    color: #2160e8 !important;
    background: #eef4ff !important;
}

/* Re-theme the legacy design tokens so every earlier pass
   (view cart, configure product, domain steps, product detail)
   inherits the unified blue system. */
:root {
    --dc-primary: #2160e8;
    --dc-primary-dark: #1447b8;
    --dc-navy: #0b1c3a;
    --dc-cyan: #4a8cff;
    --dc-mint: #3f7bff;
    --dc-text: #101b2e;
    --dc-muted: #5c6b84;
    --dc-border: #e4eaf3;
    --dc-bg: #f5f8fc;
    --dc-bg-alt: #f5f8fc;
    --dc-radius: 12px;
}

/* Cart + configure pages: typography + calm canvas to match the system */
body.dc-template-viewcart,
body.dc-template-configureproduct,
body.dc-template-configureproductdomain,
body.dc-template-domainchecker {
    font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
}

/* Store card footer: price above the order button */
body.dc-template-products #order-standard_cart .products .product footer .product-pricing {
    order: 0 !important;
}

body.dc-template-products #order-standard_cart .products .product footer .btn-order-now {
    order: 1 !important;
}

/* ============================================================
   DCX pass 5: store product cards rebuilt as clean pricing
   cards (matches the homepage .dcx-plan cards), green ticks
   on every feature line, and tidy price formatting.
   ============================================================ */

/* Product grid: centered, up to 3 across, equal-height cards */
body.dc-template-products #order-standard_cart .products .row {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(290px, 380px)) !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 24px !important;
    margin: 0 !important;
}

body.dc-template-products #order-standard_cart .products .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: none !important;
    display: flex !important;
}

/* The card */
body.dc-template-products #order-standard_cart .products .product {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 30px 28px 28px !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 12px 30px rgba(16, 24, 40, 0.06) !important;
    transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease !important;
}

body.dc-template-products #order-standard_cart .products .product:hover {
    transform: translateY(-4px) !important;
    border-color: #d7e4fb !important;
    box-shadow: 0 2px 4px rgba(16, 24, 40, 0.05), 0 18px 42px rgba(33, 96, 232, 0.13) !important;
}

body.dc-template-products #order-standard_cart .products .product::before {
    display: none !important;
}

/* Highlight the first card in each row like the "Most Popular" plan */
body.dc-template-products #order-standard_cart .products .row > [class*="col-"]:first-child .product {
    border: 2px solid #2160e8 !important;
    box-shadow: 0 2px 4px rgba(16, 24, 40, 0.05), 0 20px 46px rgba(33, 96, 232, 0.16) !important;
}

/* Plan name */
body.dc-template-products #order-standard_cart .products .product header {
    display: block !important;
    order: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: none !important;
}

body.dc-template-products #order-standard_cart .products .product header span[id$="-name"] {
    display: block !important;
    color: #101b2e !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.25 !important;
}

body.dc-template-products #order-standard_cart .products .product header span[id$="-name"]::after {
    display: none !important;
}

/* Price block (built by JS, inserted right after the name) */
.dcx-store-price {
    order: 1 !important;
    margin: 14px 0 20px !important;
    padding: 0 0 20px !important;
    border-bottom: 1px solid #eef2f8 !important;
}

.dcx-store-price-note {
    display: block !important;
    margin-bottom: 2px !important;
    color: #8b98ad !important;
    font-size: 0.78rem !important;
    font-weight: 500 !important;
}

.dcx-store-price-main {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
}

.dcx-store-price-cur {
    color: #5c6b84 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
}

.dcx-store-price-main strong {
    color: #101b2e !important;
    font-size: 2.1rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1 !important;
}

.dcx-store-price-cycle {
    color: #5c6b84 !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
}

/* Feature list */
body.dc-template-products #order-standard_cart .products .product .product-desc {
    order: 2 !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 24px !important;
    background: none !important;
    color: #3c4c66 !important;
}

.dcx-store-specs {
    display: grid !important;
    gap: 11px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.dcx-store-specs .dcx-store-spec {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #3c4c66 !important;
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
}

.dcx-store-specs .dcx-store-spec > i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin-top: 2px !important;
    border-radius: 50% !important;
    color: #12b76a !important;
    background: #e9f9f1 !important;
    font-size: 0.58rem !important;
}

.dcx-store-specs .dcx-store-spec-head {
    margin: 12px 0 1px !important;
    padding: 0 !important;
    color: #8b98ad !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase !important;
    list-style: none !important;
}

.dcx-store-specs .dcx-store-spec-head:first-child {
    margin-top: 0 !important;
}

/* Hide the now-empty native footer */
body.dc-template-products #order-standard_cart .products .product footer,
body.dc-template-products #order-standard_cart .products .product .dc-store-empty-footer {
    display: none !important;
}

/* Order button pinned to the bottom */
.dcx-store-actions {
    order: 3 !important;
    margin-top: auto !important;
}

body.dc-template-products #order-standard_cart .products .product .dcx-store-actions .btn-order-now {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-height: 46px !important;
    padding: 0 18px !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 11px !important;
    background: #2160e8 !important;
    box-shadow: 0 8px 18px rgba(33, 96, 232, 0.26) !important;
    font-size: 0.93rem !important;
    font-weight: 600 !important;
    transition: background 150ms ease, transform 150ms ease, box-shadow 150ms ease !important;
}

body.dc-template-products #order-standard_cart .products .product .dcx-store-actions .btn-order-now:hover,
body.dc-template-products #order-standard_cart .products .product .dcx-store-actions .btn-order-now:focus {
    color: #ffffff !important;
    background: #1447b8 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 22px rgba(33, 96, 232, 0.32) !important;
    text-decoration: none !important;
}

/* Fallback: before JS runs, keep the raw price readable, not glued */
body.dc-template-products #order-standard_cart .products .product:not(.dc-store-enhanced) footer .price {
    color: #101b2e !important;
    font-weight: 700 !important;
}

@media (max-width: 575.98px) {
    body.dc-template-products #order-standard_cart .products .row {
        grid-template-columns: 1fr !important;
    }

    body.dc-template-products #order-standard_cart .products .product {
        padding: 26px 22px 24px !important;
    }
}

/* ============================================================
   DCX pass 6: support ticket pages (submitticket.php) styled
   as a clean dashboard workspace.
   ============================================================ */

body.dc-template-supportticketsubmit-stepone,
body.dc-template-supportticketsubmit-steptwo {
    --dcx-blue: #2160e8;
    --dcx-blue-deep: #1447b8;
    --dcx-blue-soft: #eef4ff;
    --dcx-ink: #101b2e;
    --dcx-muted: #5c6b84;
    --dcx-border: #e4eaf3;
    font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
    background: #f5f8fc !important;
}

/* Clean shell: drop breadcrumb + the WHMCS side column, go full width */
body.dc-template-supportticketsubmit-stepone .master-breadcrumb,
body.dc-template-supportticketsubmit-steptwo .master-breadcrumb {
    display: none !important;
}

body.dc-template-supportticketsubmit-stepone #main-body > .container > .row > [class*="col-lg-4"],
body.dc-template-supportticketsubmit-stepone #main-body > .container > .row > [class*="col-xl-3"],
body.dc-template-supportticketsubmit-steptwo #main-body > .container > .row > [class*="col-lg-4"],
body.dc-template-supportticketsubmit-steptwo #main-body > .container > .row > [class*="col-xl-3"] {
    display: none !important;
}

body.dc-template-supportticketsubmit-stepone #main-body .primary-content,
body.dc-template-supportticketsubmit-steptwo #main-body .primary-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

body.dc-template-supportticketsubmit-stepone #main-body,
body.dc-template-supportticketsubmit-steptwo #main-body {
    padding: 30px 0 56px !important;
    background: transparent !important;
}

body.dc-template-supportticketsubmit-stepone #main-body > .container,
body.dc-template-supportticketsubmit-steptwo #main-body > .container {
    max-width: 980px !important;
}

/* ---- Step one: department picker ---- */
.dcx-ticket {
    width: 100%;
}

.dcx-ticket-head {
    margin-bottom: 26px;
}

.dcx-ticket-head .dcx-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--dcx-blue);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dcx-ticket-head .dcx-eyebrow::before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: var(--dcx-blue);
}

.dcx-ticket-head h1 {
    margin: 12px 0 8px;
    color: var(--dcx-ink);
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.dcx-ticket-head p {
    margin: 0;
    color: var(--dcx-muted);
    font-size: 0.96rem;
    line-height: 1.6;
}

.dcx-ticket-depts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 16px;
}

.dcx-ticket-dept {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    border: 1px solid var(--dcx-border);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 10px 28px rgba(16, 24, 40, 0.05);
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.dcx-ticket-dept:hover {
    transform: translateY(-3px);
    border-color: #d7e4fb;
    box-shadow: 0 2px 4px rgba(16, 24, 40, 0.05), 0 18px 40px rgba(33, 96, 232, 0.13);
    text-decoration: none;
}

.dcx-ticket-dept-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 13px;
    color: var(--dcx-blue);
    background: var(--dcx-blue-soft);
    font-size: 1.2rem;
}

.dcx-ticket-dept-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    flex: 1 1 auto;
}

.dcx-ticket-dept-body strong {
    color: var(--dcx-ink);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.dcx-ticket-dept-body small {
    color: var(--dcx-muted);
    font-size: 0.85rem;
    line-height: 1.5;
}

.dcx-ticket-dept-go {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #8b98ad;
    background: #f5f8fc;
    font-size: 0.78rem;
    transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.dcx-ticket-dept:hover .dcx-ticket-dept-go {
    color: #ffffff;
    background: var(--dcx-blue);
    transform: translateX(2px);
}

.dcx-ticket-hint {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 22px;
    padding: 15px 18px;
    border: 1px solid #dbe9fb;
    border-radius: 12px;
    background: #f4f8ff;
    color: #3f5678;
    font-size: 0.88rem;
    line-height: 1.5;
}

.dcx-ticket-hint i {
    color: var(--dcx-blue);
    font-size: 1rem;
}

/* ---- Step two: make the native ticket form tidy inside the shell ---- */
body.dc-template-supportticketsubmit-steptwo .primary-content > .card,
body.dc-template-supportticketsubmit-stepone .primary-content > .card {
    border: 1px solid var(--dcx-border) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 12px 30px rgba(16, 24, 40, 0.06) !important;
}

body.dc-template-supportticketsubmit-steptwo .card-title {
    color: var(--dcx-ink) !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
}

body.dc-template-supportticketsubmit-steptwo .form-control,
body.dc-template-supportticketsubmit-steptwo .custom-select {
    min-height: 44px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

body.dc-template-supportticketsubmit-steptwo .form-control:focus,
body.dc-template-supportticketsubmit-steptwo .custom-select:focus {
    border-color: #9db9f5 !important;
    box-shadow: 0 0 0 3px rgba(33, 96, 232, 0.12) !important;
}

body.dc-template-supportticketsubmit-steptwo .btn-primary {
    min-height: 44px !important;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: var(--dcx-blue) !important;
    box-shadow: 0 8px 18px rgba(33, 96, 232, 0.24) !important;
    font-weight: 600 !important;
}

body.dc-template-supportticketsubmit-steptwo .btn-primary:hover {
    background: var(--dcx-blue-deep) !important;
}

@media (max-width: 575.98px) {
    .dcx-ticket-depts {
        grid-template-columns: 1fr;
    }
}
/* ============================================================
   DCX pass 7: store card fixes — kill the stray pre-tick glyph,
   tighten feature spacing, add "View Full Details" collapse,
   and a mobile category / actions dropdown.
   ============================================================ */

/* Reset the leftover pass-2 list styling on the new spec lists
   (an old ::before check-circle was doubling up with our tick,
   and a 26px padding-left was adding extra indent). */
body.dc-template-products #order-standard_cart .products .product .product-desc .dcx-store-specs,
body.dc-template-products #order-standard_cart .products .product .product-desc .dcx-store-specs li {
    padding-left: 0 !important;
    margin-left: 0 !important;
    list-style: none !important;
}

body.dc-template-products #order-standard_cart .products .product .product-desc .dcx-store-specs li::before,
body.dc-template-products #order-standard_cart .products .product .product-desc .dcx-store-specs li::marker {
    content: none !important;
    display: none !important;
}

/* Tighter, cleaner feature rows */
body.dc-template-products #order-standard_cart .products .product .product-desc .dcx-store-specs {
    display: grid !important;
    gap: 9px !important;
    margin: 0 !important;
}

body.dc-template-products #order-standard_cart .products .product .product-desc .dcx-store-specs .dcx-store-spec {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #3c4c66 !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
}

body.dc-template-products #order-standard_cart .products .product .product-desc .dcx-store-specs .dcx-store-spec > i {
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    color: #12b76a !important;
    background: #e9f9f1 !important;
    font-size: 0.56rem !important;
}

body.dc-template-products #order-standard_cart .products .product .product-desc .dcx-store-specs .dcx-store-spec-head {
    margin: 12px 0 2px !important;
    padding: 0 !important;
    color: #8b98ad !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase !important;
    list-style: none !important;
}

body.dc-template-products #order-standard_cart .products .product .product-desc .dcx-store-specs .dcx-store-spec-head::before {
    content: none !important;
    display: none !important;
}

/* --- Collapse: summary (5) shown, full list behind the toggle.
       Extra class specificity so these beat the .dcx-store-specs grid rule. --- */
body.dc-template-products #order-standard_cart .products .product .product-desc .dcx-store-specs.dcx-store-full {
    display: none !important;
}

body.dc-template-products #order-standard_cart .products .product.dcx-store-open .product-desc .dcx-store-specs.dcx-store-summary {
    display: none !important;
}

body.dc-template-products #order-standard_cart .products .product.dcx-store-open .product-desc .dcx-store-specs.dcx-store-full {
    display: grid !important;
}

/* View Full Details toggle */
.dcx-store-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-height: 40px !important;
    margin-top: 16px !important;
    padding: 0 14px !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #45536b !important;
    font-family: inherit !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background 150ms ease, border-color 150ms ease, color 150ms ease !important;
}

.dcx-store-toggle:hover {
    color: #2160e8 !important;
    border-color: #d7e4fb !important;
    background: #f6f9ff !important;
}

.dcx-store-toggle i {
    font-size: 0.72rem !important;
    transition: transform 180ms ease !important;
}

.dcx-store-open .dcx-store-toggle i {
    transform: rotate(180deg) !important;
}

/* The description block holds summary/full + toggle; it should not
   stretch, so the Order button still pins to the card bottom. */
body.dc-template-products #order-standard_cart .products .product .product-desc {
    margin: 0 0 20px !important;
}

/* ------------------------------------------------------------
   Mobile: category / action dropdowns replace the side rail
   ------------------------------------------------------------ */
.dcx-store-mobilebar {
    display: none;
}

.dcx-store-mobilesel {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
}

.dcx-store-mobilesel > span {
    color: #5c6b84;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dcx-store-mobilesel select.form-control {
    min-height: 46px;
    border: 1px solid #e4eaf3;
    border-radius: 12px;
    background-color: #ffffff;
    color: #101b2e;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

@media (max-width: 991.98px) {
    body.dc-template-products #order-standard_cart .cart-sidebar {
        display: none !important;
    }

    body.dc-template-products #order-standard_cart > .row {
        display: block !important;
    }

    body.dc-template-products #order-standard_cart .cart-body {
        grid-column: auto !important;
    }

    .dcx-store-mobilebar {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 12px;
        margin-bottom: 18px;
    }
}

/* ============================================================
   DCX pass 8: configure-product + view-cart typography polish.
   Scoped tightly to those two routes so nothing else shifts.
   Softens the very heavy 900-950 weights to a clean 600-700
   and unifies the font with the rest of the site (Poppins).
   ============================================================ */

body.dc-template-configureproduct,
body.dc-confproduct-route,
body.dc-template-configureproductdomain,
body.dc-template-domainregister {
    font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
}

/* Titles / headings: cap the boldness for a cleaner, modern read */
body.dc-template-configureproduct #order-standard_cart h1,
body.dc-template-configureproduct #order-standard_cart h2,
body.dc-template-configureproduct #order-standard_cart h3,
body.dc-template-configureproduct #order-standard_cart h4,
body.dc-template-configureproduct #order-standard_cart .card-title,
body.dc-template-configureproduct #order-standard_cart .panel-title,
body.dc-template-configureproduct #order-standard_cart [class*="-title"],
body.dc-template-configureproduct #order-standard_cart [class*="-heading"] {
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
}

/* Body copy / labels / list rows: normal-medium, not black */
body.dc-template-configureproduct #order-standard_cart p,
body.dc-template-configureproduct #order-standard_cart label,
body.dc-template-configureproduct #order-standard_cart li,
body.dc-template-configureproduct #order-standard_cart span,
body.dc-template-configureproduct #order-standard_cart small,
body.dc-template-configureproduct #order-standard_cart .form-control {
    font-weight: 500 !important;
}

/* Prices / totals stay a touch stronger but not heavy */
body.dc-template-configureproduct #order-standard_cart [class*="price"],
body.dc-template-configureproduct #order-standard_cart [class*="total"],
body.dc-template-configureproduct #order-standard_cart [class*="amount"] {
    font-weight: 700 !important;
}

/* Buttons: consistent weight + rounding with the rest of the system */
body.dc-template-configureproduct #order-standard_cart .btn,
body.dc-template-configureproductdomain #order-standard_cart .btn {
    font-weight: 600 !important;
    border-radius: 12px !important;
}

/* ============================================================
   DCX pass 9: clean, on-brand full-page loading overlay
   (shown by WHMCS while navigating, e.g. cart -> checkout).
   ============================================================ */
#fullpage-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 20000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(245, 248, 252, 0.82) !important;
    backdrop-filter: blur(7px) !important;
    -webkit-backdrop-filter: blur(7px) !important;
}

#fullpage-overlay.w-hidden {
    display: none !important;
}

#fullpage-overlay .outer-wrapper,
#fullpage-overlay .inner-wrapper {
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    text-align: center !important;
}

#fullpage-overlay .inner-wrapper img {
    display: none !important;
}

#fullpage-overlay .inner-wrapper br {
    display: none !important;
}

#fullpage-overlay .inner-wrapper::before {
    content: "" !important;
    display: block !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 auto 16px !important;
    border-radius: 50% !important;
    border: 3px solid #d7e2f2 !important;
    border-top-color: #2160e8 !important;
    animation: dcxSpin 0.7s linear infinite !important;
}

#fullpage-overlay .msg {
    display: block !important;
    color: #45536b !important;
    font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

@keyframes dcxSpin {
    to { transform: rotate(360deg); }
}

/* ============================================================
   DCX pass 10: checkout / cart mobile safety net.
   Additive, universally-safe rules only (no layout fights).
   ============================================================ */
@media (max-width: 991.98px) {
    body.dc-cart-checkout-page,
    body.dc-template-viewcart {
        overflow-x: hidden !important;
    }

    /* Step bar: wrap instead of overflowing on narrow screens */
    body.dc-cart-checkout-page .dc-viewcart-assurance,
    body.dc-template-viewcart .dc-viewcart-assurance {
        flex-wrap: wrap !important;
        gap: 10px 16px !important;
    }
}

@media (max-width: 767.98px) {
    body.dc-cart-checkout-page .dc-viewcart-hero h1,
    body.dc-template-viewcart .dc-viewcart-hero h1 {
        font-size: 1.7rem !important;
        line-height: 1.15 !important;
    }

    /* Account + payment option cards go comfortably full-width */
    body.dc-cart-checkout-page #order-standard_cart .dc-checkout-account-card,
    body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-option {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* ============================================================
   DCX pass 11: checkout rich 3-step progress bar, hero
   subtitle, and trust-badges footer (matches target design).
   ============================================================ */

/* Hero subtitle */
.dcx-checkout-hero .dcx-checkout-sub {
    margin: 8px 0 0 !important;
    color: #5c6b84 !important;
    font-size: 0.98rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

/* ---- 3-step progress bar ---- */
.dcx-checkout-steps {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 0 22px !important;
    padding: 16px 24px !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 10px 28px rgba(16, 24, 40, 0.05) !important;
}

.dcx-checkout-steps .dcx-cstep {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
}

.dcx-checkout-steps .dcx-cstep-num {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: #eef4ff !important;
    color: #8b98ad !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
}

.dcx-checkout-steps .dcx-cstep.is-active .dcx-cstep-num {
    background: #2160e8 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 14px rgba(33, 96, 232, 0.35) !important;
}

.dcx-checkout-steps .dcx-cstep-text {
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.2 !important;
    min-width: 0 !important;
}

.dcx-checkout-steps .dcx-cstep-text strong {
    color: #5c6b84 !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    white-space: nowrap !important;
}

.dcx-checkout-steps .dcx-cstep.is-active .dcx-cstep-text strong {
    color: #101b2e !important;
}

.dcx-checkout-steps .dcx-cstep-text small {
    color: #8b98ad !important;
    font-size: 0.78rem !important;
    white-space: nowrap !important;
}

.dcx-checkout-steps .dcx-cstep-sep {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 1 auto !important;
    min-width: 28px !important;
    color: #c6d2e6 !important;
}

.dcx-checkout-steps .dcx-cstep-sep::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 50% !important;
    height: 2px !important;
    background: #eef2f8 !important;
}

.dcx-checkout-steps .dcx-cstep-sep i {
    position: relative !important;
    z-index: 1 !important;
    padding: 0 8px !important;
    background: #ffffff !important;
    font-size: 0.8rem !important;
}

/* ---- Trust badges footer ---- */
.dcx-checkout-trust {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
    margin: 22px 0 0 !important;
    padding: 22px 26px !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 10px 28px rgba(16, 24, 40, 0.05) !important;
}

.dcx-checkout-trust .dcx-ctrust {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
}

.dcx-checkout-trust .dcx-ctrust-ic {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    background: #eef4ff !important;
    color: #2160e8 !important;
    font-size: 1.1rem !important;
}

.dcx-checkout-trust .dcx-ctrust-t {
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.3 !important;
}

.dcx-checkout-trust .dcx-ctrust-t strong {
    color: #101b2e !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
}

.dcx-checkout-trust .dcx-ctrust-t small {
    color: #5c6b84 !important;
    font-size: 0.8rem !important;
}

/* ---- Mobile ---- */
@media (max-width: 767.98px) {
    .dcx-checkout-steps {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 14px !important;
        padding: 16px !important;
    }

    .dcx-checkout-steps .dcx-cstep-sep {
        display: none !important;
    }

    .dcx-checkout-trust {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .dcx-checkout-trust .dcx-ctrust {
        justify-content: flex-start !important;
    }
}

/* ============================================================
   DCX pass 12: premium checkout — section cards with icon
   headers, input icons, payment cards, iOS toggle, gradient
   CTA. Stripe/Vercel-grade finish, fully responsive.
   ============================================================ */

/* Section cards */
body.dc-cart-checkout-page .dcx-co-card {
    margin: 0 0 20px !important;
    padding: 26px 26px 24px !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 12px 30px rgba(16, 24, 40, 0.05) !important;
}

/* Card headers (built from WHMCS .sub-heading) */
body.dc-cart-checkout-page #order-standard_cart .dcx-co-cardhead,
body.dc-cart-checkout-page .dcx-co-cardhead {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 13px !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    font-size: 1.02rem !important;
}

body.dc-cart-checkout-page #order-standard_cart .dcx-co-cardhead::before,
body.dc-cart-checkout-page #order-standard_cart .dcx-co-cardhead::after,
body.dc-cart-checkout-page .dcx-co-cardhead::before,
body.dc-cart-checkout-page .dcx-co-cardhead::after {
    content: none !important;
    display: none !important;
}

body.dc-cart-checkout-page #order-standard_cart .dcx-co-cardhead span,
body.dc-cart-checkout-page .dcx-co-cardhead span {
    padding: 0 !important;
    background: transparent !important;
    color: #101b2e !important;
    font-size: 1.02rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
}

body.dc-cart-checkout-page .dcx-co-cardicon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 38px !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 11px !important;
    background: #eef4ff !important;
    color: #2160e8 !important;
    font-size: 0.95rem !important;
}

/* Inputs inside section cards */
body.dc-cart-checkout-page .dcx-co-card .form-control,
body.dc-cart-checkout-page .dcx-co-card select,
body.dc-cart-checkout-page .dcx-co-card input[type="text"],
body.dc-cart-checkout-page .dcx-co-card input[type="email"],
body.dc-cart-checkout-page .dcx-co-card input[type="tel"],
body.dc-cart-checkout-page .dcx-co-card input[type="password"] {
    min-height: 48px !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 12px !important;
    background-color: #ffffff !important;
    color: #101b2e !important;
    font-size: 0.93rem !important;
    box-shadow: none !important;
    transition: border-color .16s ease, box-shadow .16s ease !important;
}

body.dc-cart-checkout-page .dcx-co-card .form-control:focus,
body.dc-cart-checkout-page .dcx-co-card select:focus,
body.dc-cart-checkout-page .dcx-co-card input:focus,
body.dc-cart-checkout-page .dcx-co-card textarea:focus {
    border-color: #2160e8 !important;
    box-shadow: 0 0 0 3px rgba(33, 96, 232, 0.13) !important;
    outline: none !important;
}

body.dc-cart-checkout-page .dcx-co-card label {
    margin-bottom: 7px !important;
    color: #101b2e !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
}

body.dc-cart-checkout-page .dcx-co-card textarea {
    min-height: 120px !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 14px !important;
    padding: 14px 16px !important;
}

/* Input icons */
body.dc-cart-checkout-page .dcx-co-field,
body.dc-cart-checkout-page .dcx-co-igroup {
    position: relative !important;
}

body.dc-cart-checkout-page .dcx-co-inputicon {
    position: absolute !important;
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 4 !important;
    display: inline-flex !important;
    align-items: center !important;
    color: #9aa7bd !important;
    font-size: 0.85rem !important;
    pointer-events: none !important;
}

body.dc-cart-checkout-page .dcx-co-input-iconized {
    padding-left: 42px !important;
}

/* Payment method cards */
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-options {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
    gap: 14px !important;
    margin: 6px 0 4px !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-option {
    display: flex !important;
    align-items: center !important;
    gap: 13px !important;
    min-height: 62px !important;
    margin: 0 !important;
    padding: 15px 18px !important;
    border: 1.5px solid #e4eaf3 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #101b2e !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-option:hover {
    border-color: #c6d8f7 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 8px 20px rgba(33, 96, 232, 0.08) !important;
}

body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-option:has(input:checked),
body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-option:has(.checked) {
    border-color: #2160e8 !important;
    background: #f6f9ff !important;
    box-shadow: 0 8px 22px rgba(33, 96, 232, 0.14) !important;
}

/* iOS-style newsletter toggle (bootstrap-switch) */
body.dc-cart-checkout-page .dc-checkout-marketing-switch,
body.dc-cart-checkout-page .dc-checkout-marketing-switch .bootstrap-switch-container,
body.dc-cart-checkout-page .dc-checkout-marketing-switch .bootstrap-switch-handle-on,
body.dc-cart-checkout-page .dc-checkout-marketing-switch .bootstrap-switch-handle-off,
body.dc-cart-checkout-page .dc-checkout-marketing-switch .bootstrap-switch-label {
    border-radius: 999px !important;
}

body.dc-cart-checkout-page .dc-checkout-marketing-switch {
    border: 1px solid #e4eaf3 !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

body.dc-cart-checkout-page .dc-checkout-marketing-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
body.dc-cart-checkout-page .dc-checkout-marketing-switch .bootstrap-switch-handle-on {
    background: #2160e8 !important;
    color: #ffffff !important;
}

/* Gradient CTA */
body.dc-cart-checkout-page .dcx-co-cta,
body.dc-cart-checkout-page #btnCompleteOrder {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 54px !important;
    margin-top: 6px !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #2f6bff 0%, #1d55d6 100%) !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    box-shadow: 0 12px 26px rgba(33, 96, 232, 0.28) !important;
    transition: box-shadow .16s ease, transform .16s ease !important;
}

body.dc-cart-checkout-page .dcx-co-cta:hover,
body.dc-cart-checkout-page #btnCompleteOrder:hover {
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 16px 34px rgba(33, 96, 232, 0.36) !important;
}

body.dc-cart-checkout-page .dcx-co-cta .dcx-co-cta-arrow {
    font-size: 0.85rem !important;
    transition: transform .16s ease !important;
}

body.dc-cart-checkout-page .dcx-co-cta:hover .dcx-co-cta-arrow {
    transform: translateX(4px) !important;
}

body.dc-cart-checkout-page .dcx-co-safe {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 13px 0 0 !important;
    color: #5c6b84 !important;
    font-size: 0.85rem !important;
}

body.dc-cart-checkout-page .dcx-co-safe i {
    color: #12b76a !important;
}

/* Mobile */
@media (max-width: 767.98px) {
    body.dc-cart-checkout-page .dcx-co-card {
        padding: 18px 16px 16px !important;
        border-radius: 14px !important;
    }

    body.dc-cart-checkout-page #order-standard_cart .dc-checkout-payment-options {
        grid-template-columns: 1fr !important;
    }

    body.dc-cart-checkout-page .dcx-co-cta,
    body.dc-cart-checkout-page #btnCompleteOrder {
        position: sticky !important;
        bottom: 12px !important;
        z-index: 60 !important;
    }
}

/* DCX pass 12b: CTA authority — outranks the older
   #order-standard_cart #btnCompleteOrder dark style. */
body.dc-cart-checkout-page #order-standard_cart #btnCompleteOrder,
body.dc-cart-checkout-page #order-standard_cart .dcx-co-cta,
body.dc-cart-checkout-page #btnCompleteOrder {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 54px !important;
    margin-top: 6px !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #2f6bff 0%, #1d55d6 100%) !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    box-shadow: 0 12px 26px rgba(33, 96, 232, 0.28) !important;
    transition: box-shadow .16s ease, transform .16s ease !important;
}

body.dc-cart-checkout-page #order-standard_cart #btnCompleteOrder:hover,
body.dc-cart-checkout-page #order-standard_cart .dcx-co-cta:hover,
body.dc-cart-checkout-page #btnCompleteOrder:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #2a63f2 0%, #184bc4 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 16px 34px rgba(33, 96, 232, 0.36) !important;
}

/* DCX pass 12c: the card icon chip is itself a span inside the
   heading — restore its blue chip look above the span reset. */
body.dc-cart-checkout-page #order-standard_cart .dcx-co-cardhead span.dcx-co-cardicon,
body.dc-cart-checkout-page .dcx-co-cardhead span.dcx-co-cardicon,
body.dc-cart-checkout-page span.dcx-co-cardicon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 38px !important;
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    border-radius: 11px !important;
    background: #eef4ff !important;
    color: #2160e8 !important;
    font-size: 0.95rem !important;
}

/* ============================================================
   DCX pass 13: placeholder-style checkout fields — the label
   text now lives inside the input, matching the reference.
   ============================================================ */

body.dc-cart-checkout-page .dcx-co-card label.dcx-co-hidelabel,
body.dc-cart-checkout-page label.dcx-co-hidelabel {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Even field rhythm now that labels are gone */
body.dc-cart-checkout-page .dcx-co-card .form-group,
body.dc-cart-checkout-page .dcx-co-card .field-container {
    margin-bottom: 14px !important;
}

body.dc-cart-checkout-page .dcx-co-card .form-group:last-child {
    margin-bottom: 0 !important;
}

/* Placeholder tone matches the reference */
body.dc-cart-checkout-page .dcx-co-card .form-control::placeholder,
body.dc-cart-checkout-page .dcx-co-card input::placeholder,
body.dc-cart-checkout-page .dcx-co-card textarea::placeholder {
    color: #9aa7bd !important;
    font-weight: 400 !important;
    opacity: 1 !important;
}

/* Country / selects sit level with the text inputs */
body.dc-cart-checkout-page .dcx-co-card select.form-control {
    min-height: 48px !important;
    font-weight: 500 !important;
}

body.dc-cart-checkout-page .dcx-co-card select.dcx-co-input-iconized {
    padding-left: 42px !important;
}

/* Password row: reveal toggle + strength meter + generate button */
body.dc-cart-checkout-page .dcx-co-card .input-group-append .btn,
body.dc-cart-checkout-page .dcx-co-card .btn-reveal-pw,
body.dc-cart-checkout-page .dcx-co-card .toggle-password {
    border: 1px solid #e4eaf3 !important;
    border-left: 0 !important;
    border-radius: 0 12px 12px 0 !important;
    background: #ffffff !important;
    color: #9aa7bd !important;
    box-shadow: none !important;
}

body.dc-cart-checkout-page .dcx-co-card .progress {
    height: 5px !important;
    margin-top: 9px !important;
    border-radius: 999px !important;
    background: #eef2f8 !important;
}

body.dc-cart-checkout-page .dcx-co-card #btnGeneratePassword,
body.dc-cart-checkout-page .dcx-co-card .generate-password {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 38px !important;
    margin-top: 10px !important;
    padding: 0 14px !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #2160e8 !important;
    font-size: 0.84rem !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

body.dc-cart-checkout-page .dcx-co-card #btnGeneratePassword:hover,
body.dc-cart-checkout-page .dcx-co-card .generate-password:hover {
    border-color: #d7e4fb !important;
    background: #f6f9ff !important;
}

/* ============================================================
   DCX pass 14: invoices page — clean dashboard workspace.
   ============================================================ */

body.dc-template-clientareainvoices {
    --dcx-blue: #2160e8;
    --dcx-blue-deep: #1447b8;
    --dcx-blue-soft: #eef4ff;
    --dcx-ink: #101b2e;
    --dcx-muted: #5c6b84;
    --dcx-border: #e4eaf3;
    font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
    background: #f5f8fc !important;
}

body.dc-template-clientareainvoices #main-body {
    padding: 30px 0 56px !important;
    background: transparent !important;
}

body.dc-template-clientareainvoices #main-body > .container {
    max-width: 1180px !important;
}

body.dc-template-clientareainvoices .master-breadcrumb {
    display: none !important;
}

.dcx-inv {
    width: 100%;
}

/* Page head */
.dcx-inv-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.dcx-inv-head .dcx-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--dcx-blue);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dcx-inv-head .dcx-eyebrow::before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: var(--dcx-blue);
}

.dcx-inv-head h1 {
    margin: 12px 0 6px;
    color: var(--dcx-ink);
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.dcx-inv-head p {
    margin: 0;
    color: var(--dcx-muted);
    font-size: 0.94rem;
}

.dcx-inv-payall {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 11px;
    background: var(--dcx-blue);
    color: #ffffff;
    font-size: 0.93rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(33, 96, 232, 0.24);
    transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}

.dcx-inv-payall:hover {
    color: #ffffff;
    background: var(--dcx-blue-deep);
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(33, 96, 232, 0.3);
    text-decoration: none;
}

/* Sub nav */
.dcx-inv-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--dcx-border);
}

.dcx-inv-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 15px;
    border-radius: 9px;
    color: #45536b;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: color .14s ease, background .14s ease;
}

.dcx-inv-nav a:hover {
    color: var(--dcx-blue);
    background: #f6f9ff;
    text-decoration: none;
}

.dcx-inv-nav a.active {
    color: var(--dcx-blue);
    background: var(--dcx-blue-soft);
    font-weight: 600;
}

/* Stat cards */
.dcx-inv-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.dcx-inv-stat {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid var(--dcx-border);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 10px 28px rgba(16, 24, 40, 0.05);
}

.dcx-inv-stat-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    border-radius: 11px;
    color: var(--dcx-blue);
    background: var(--dcx-blue-soft);
    font-size: 0.95rem;
}

.dcx-inv-stat-ic.is-ok {
    color: #12b76a;
    background: #e9f9f1;
}

.dcx-inv-stat.is-due .dcx-inv-stat-ic {
    color: #b54708;
    background: #fef4e6;
}

.dcx-inv-stat-label {
    color: var(--dcx-muted);
    font-size: 0.86rem;
    font-weight: 500;
}

.dcx-inv-stat strong {
    margin-top: 5px;
    color: var(--dcx-ink);
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

/* Table card */
.dcx-inv-card {
    overflow: hidden;
    border: 1px solid var(--dcx-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 12px 30px rgba(16, 24, 40, 0.05);
}

.dcx-inv-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--dcx-border);
}

.dcx-inv-search,
.dcx-inv-sort {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    margin: 0;
    padding: 0 13px;
    border: 1px solid var(--dcx-border);
    border-radius: 10px;
    background: #ffffff;
    transition: border-color .14s ease, box-shadow .14s ease;
}

.dcx-inv-search:focus-within,
.dcx-inv-sort:focus-within {
    border-color: var(--dcx-blue);
    box-shadow: 0 0 0 3px rgba(33, 96, 232, 0.12);
}

.dcx-inv-search {
    flex: 1 1 220px;
    max-width: 320px;
}

.dcx-inv-search i,
.dcx-inv-sort i {
    color: #9aa7bd;
    font-size: 0.85rem;
}

.dcx-inv-search input,
.dcx-inv-sort select {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--dcx-ink);
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 500;
}

.dcx-inv-search input::placeholder {
    color: #9aa7bd;
    font-weight: 400;
}

.dcx-inv-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-left: auto;
}

.dcx-inv-chip {
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid var(--dcx-border);
    border-radius: 999px;
    background: #ffffff;
    color: #45536b;
    font-family: inherit;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: color .14s ease, background .14s ease, border-color .14s ease;
}

.dcx-inv-chip:hover {
    color: var(--dcx-blue);
    border-color: #d7e4fb;
    background: #f6f9ff;
}

.dcx-inv-chip.active {
    color: #ffffff;
    background: var(--dcx-blue);
    border-color: var(--dcx-blue);
}

/* Table */
.dcx-inv-tablewrap {
    padding: 0 !important;
    overflow-x: auto !important;
}

body.dc-template-clientareainvoices #tableInvoicesList {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
}

body.dc-template-clientareainvoices #tableInvoicesList thead th {
    padding: 13px 20px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--dcx-border) !important;
    background: #fafcff !important;
    color: var(--dcx-muted) !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

body.dc-template-clientareainvoices #tableInvoicesList tbody td {
    padding: 15px 20px !important;
    border: 0 !important;
    border-bottom: 1px solid #eef2f8 !important;
    color: var(--dcx-ink) !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    vertical-align: middle !important;
}

body.dc-template-clientareainvoices #tableInvoicesList tbody tr {
    cursor: pointer !important;
    transition: background .14s ease !important;
}

body.dc-template-clientareainvoices #tableInvoicesList tbody tr:hover {
    background: #f8fbff !important;
}

body.dc-template-clientareainvoices #tableInvoicesList tbody tr:last-child td {
    border-bottom: 0 !important;
}

/* Status pills */
body.dc-template-clientareainvoices #tableInvoicesList .label.status {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 26px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    font-size: 0.76rem !important;
    font-weight: 600 !important;
}

body.dc-template-clientareainvoices #tableInvoicesList .status-Paid {
    color: #067647 !important;
    background: #e9f9f1 !important;
}

body.dc-template-clientareainvoices #tableInvoicesList .status-Unpaid {
    color: #b54708 !important;
    background: #fef4e6 !important;
}

body.dc-template-clientareainvoices #tableInvoicesList .status-Cancelled,
body.dc-template-clientareainvoices #tableInvoicesList .status-Refunded {
    color: #5c6b84 !important;
    background: #f1f4f9 !important;
}

/* Row actions */
.dcx-inv-actions {
    white-space: nowrap !important;
}

.dcx-inv-actions a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    border: 1px solid var(--dcx-border);
    border-radius: 9px;
    color: #5c6b84;
    background: #ffffff;
    font-size: 0.82rem;
    text-decoration: none;
    transition: color .14s ease, background .14s ease, border-color .14s ease;
}

.dcx-inv-actions a:hover {
    color: var(--dcx-blue);
    border-color: #d7e4fb;
    background: var(--dcx-blue-soft);
    text-decoration: none;
}

.dcx-inv-actions a.is-pay:hover {
    color: #067647;
    border-color: #bbf0d3;
    background: #e9f9f1;
}

/* DataTables chrome */
body.dc-template-clientareainvoices .dataTables_wrapper .dataTables_filter,
body.dc-template-clientareainvoices .dataTables_wrapper .dataTables_length {
    display: none !important;
}

body.dc-template-clientareainvoices .dataTables_wrapper .dataTables_info,
body.dc-template-clientareainvoices .dataTables_wrapper .dataTables_paginate {
    padding: 14px 20px !important;
    color: var(--dcx-muted) !important;
    font-size: 0.85rem !important;
}

body.dc-template-clientareainvoices .dataTables_wrapper .paginate_button {
    border-radius: 8px !important;
}

body.dc-template-clientareainvoices .dataTables_wrapper .paginate_button.current {
    border: 1px solid var(--dcx-blue) !important;
    background: var(--dcx-blue) !important;
    color: #ffffff !important;
}

/* Mobile */
@media (max-width: 767.98px) {
    .dcx-inv-head {
        flex-direction: column;
        align-items: stretch;
    }

    .dcx-inv-payall {
        justify-content: center;
    }

    .dcx-inv-toolbar {
        padding: 14px;
    }

    .dcx-inv-search {
        max-width: none;
        flex: 1 1 100%;
    }

    .dcx-inv-chips {
        margin-left: 0;
    }

    body.dc-template-clientareainvoices #tableInvoicesList thead th,
    body.dc-template-clientareainvoices #tableInvoicesList tbody td {
        padding: 12px 14px !important;
    }
}

/* ============================================================
   DCX pass 15: quotes + mass payment pages.
   Share the invoices workspace shell, add a checkout-style
   invoice list + sticky payment summary for mass pay.
   ============================================================ */

body.dc-template-clientareaquotes,
body.dc-template-masspay {
    --dcx-blue: #2160e8;
    --dcx-blue-deep: #1447b8;
    --dcx-blue-soft: #eef4ff;
    --dcx-ink: #101b2e;
    --dcx-muted: #5c6b84;
    --dcx-border: #e4eaf3;
    font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
    background: #f5f8fc !important;
}

body.dc-template-clientareaquotes #main-body,
body.dc-template-masspay #main-body {
    padding: 30px 0 56px !important;
    background: transparent !important;
}

body.dc-template-clientareaquotes #main-body > .container,
body.dc-template-masspay #main-body > .container {
    max-width: 1180px !important;
}

body.dc-template-clientareaquotes .master-breadcrumb,
body.dc-template-masspay .master-breadcrumb {
    display: none !important;
}

/* Drop the extra WHMCS side column on these pages */
body.dc-template-clientareaquotes #main-body > .container > .row > [class*="col-lg-4"],
body.dc-template-clientareaquotes #main-body > .container > .row > [class*="col-xl-3"],
body.dc-template-masspay #main-body > .container > .row > [class*="col-lg-4"],
body.dc-template-masspay #main-body > .container > .row > [class*="col-xl-3"] {
    display: none !important;
}

body.dc-template-clientareaquotes #main-body .primary-content,
body.dc-template-masspay #main-body .primary-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Quote stage pills */
body.dc-template-clientareaquotes #tableQuotesList thead th {
    padding: 13px 20px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--dcx-border) !important;
    background: #fafcff !important;
    color: var(--dcx-muted) !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

body.dc-template-clientareaquotes #tableQuotesList tbody td {
    padding: 15px 20px !important;
    border: 0 !important;
    border-bottom: 1px solid #eef2f8 !important;
    color: var(--dcx-ink) !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    vertical-align: middle !important;
}

body.dc-template-clientareaquotes #tableQuotesList tbody tr {
    cursor: pointer !important;
    transition: background .14s ease !important;
}

body.dc-template-clientareaquotes #tableQuotesList tbody tr:hover {
    background: #f8fbff !important;
}

body.dc-template-clientareaquotes #tableQuotesList tbody tr:last-child td {
    border-bottom: 0 !important;
}

body.dc-template-clientareaquotes #tableQuotesList .label.status {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 26px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    font-size: 0.76rem !important;
    font-weight: 600 !important;
}

body.dc-template-clientareaquotes #tableQuotesList .status-Accepted {
    color: #067647 !important;
    background: #e9f9f1 !important;
}

body.dc-template-clientareaquotes #tableQuotesList .status-Delivered,
body.dc-template-clientareaquotes #tableQuotesList .status-Draft {
    color: #2160e8 !important;
    background: #eef4ff !important;
}

body.dc-template-clientareaquotes #tableQuotesList .status-Lost,
body.dc-template-clientareaquotes #tableQuotesList .status-Dead,
body.dc-template-clientareaquotes #tableQuotesList .status-OnHold {
    color: #5c6b84 !important;
    background: #f1f4f9 !important;
}

.dcx-quote-action form {
    margin: 0 !important;
}

.dcx-quote-dl {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 34px !important;
    padding: 0 13px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 9px !important;
    background: #ffffff !important;
    color: #5c6b84 !important;
    font-family: inherit !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: color .14s ease, background .14s ease, border-color .14s ease !important;
}

.dcx-quote-dl:hover {
    color: var(--dcx-blue) !important;
    border-color: #d7e4fb !important;
    background: var(--dcx-blue-soft) !important;
}

body.dc-template-clientareaquotes .dataTables_wrapper .dataTables_filter,
body.dc-template-clientareaquotes .dataTables_wrapper .dataTables_length {
    display: none !important;
}

body.dc-template-clientareaquotes .dataTables_wrapper .dataTables_info,
body.dc-template-clientareaquotes .dataTables_wrapper .dataTables_paginate {
    padding: 14px 20px !important;
    color: var(--dcx-muted) !important;
    font-size: 0.85rem !important;
}

body.dc-template-clientareaquotes .dataTables_wrapper .paginate_button.current {
    border: 1px solid var(--dcx-blue) !important;
    background: var(--dcx-blue) !important;
    color: #ffffff !important;
}

/* ------------------------------------------------------------
   Mass payment
   ------------------------------------------------------------ */

.dcx-mp-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: start;
    gap: 22px;
}

.dcx-mp-items {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.dcx-mp-inv {
    overflow: hidden;
    border: 1px solid var(--dcx-border);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 10px 28px rgba(16, 24, 40, 0.05);
}

.dcx-mp-inv-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    border-bottom: 1px solid var(--dcx-border);
    background: #fafcff;
}

.dcx-mp-inv-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    color: var(--dcx-blue);
    background: var(--dcx-blue-soft);
    font-size: 0.85rem;
}

.dcx-mp-inv-head strong {
    color: var(--dcx-ink);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.dcx-mp-lines {
    margin: 0;
    padding: 6px 0;
    list-style: none;
}

.dcx-mp-lines li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 18px;
    color: var(--dcx-muted);
    font-size: 0.89rem;
    line-height: 1.5;
}

.dcx-mp-lines li em {
    flex: 0 0 auto;
    color: var(--dcx-ink);
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
}

.dcx-mp-empty {
    padding: 44px 20px;
    border: 1px solid var(--dcx-border);
    border-radius: 14px;
    background: #ffffff;
    text-align: center;
}

.dcx-mp-empty i {
    display: block;
    margin-bottom: 12px;
    color: #12b76a;
    font-size: 2rem;
}

.dcx-mp-empty p {
    margin: 0;
    color: var(--dcx-muted);
    font-size: 0.95rem;
}

/* Sticky summary */
.dcx-mp-side {
    position: sticky;
    top: 22px;
    min-width: 0;
}

.dcx-mp-summary {
    padding: 22px;
    border: 1px solid var(--dcx-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 12px 30px rgba(16, 24, 40, 0.05);
}

.dcx-mp-summary h2 {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 18px;
    color: var(--dcx-ink);
    font-size: 1.02rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.dcx-mp-sum-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    color: var(--dcx-blue);
    background: var(--dcx-blue-soft);
    font-size: 0.9rem;
}

.dcx-mp-totals {
    margin: 0 0 18px;
    padding: 0 0 4px;
}

.dcx-mp-totals .masspay-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 0;
}

.dcx-mp-totals dt {
    color: var(--dcx-muted);
    font-size: 0.88rem;
    font-weight: 500;
}

.dcx-mp-totals dd {
    margin: 0;
    color: var(--dcx-ink);
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}

.dcx-mp-totals .dcx-mp-grand {
    margin-top: 6px;
    padding-top: 15px;
    border-top: 1px solid var(--dcx-border);
}

.dcx-mp-totals .dcx-mp-grand dt {
    color: var(--dcx-ink);
    font-size: 0.95rem;
    font-weight: 600;
}

.dcx-mp-totals .dcx-mp-grand dd {
    color: var(--dcx-blue);
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.dcx-mp-gateway {
    margin: 0 0 14px !important;
}

.dcx-mp-gateway label {
    display: block;
    margin-bottom: 7px;
    color: var(--dcx-ink);
    font-size: 0.85rem;
    font-weight: 600;
}

body.dc-template-masspay .dcx-mp-gateway select.form-control {
    min-height: 46px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 11px !important;
    background-color: #ffffff !important;
    color: var(--dcx-ink) !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    transition: border-color .14s ease, box-shadow .14s ease !important;
}

body.dc-template-masspay .dcx-mp-gateway select.form-control:focus {
    border-color: var(--dcx-blue) !important;
    box-shadow: 0 0 0 3px rgba(33, 96, 232, 0.13) !important;
    outline: none !important;
}

body.dc-template-masspay .dcx-mp-pay,
body.dc-template-masspay #btnMassPayMakePayment {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    width: 100% !important;
    min-height: 50px !important;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #2f6bff 0%, #1d55d6 100%) !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 0.96rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    box-shadow: 0 10px 24px rgba(33, 96, 232, 0.28) !important;
    transition: transform .15s ease, box-shadow .15s ease !important;
}

body.dc-template-masspay .dcx-mp-pay:hover,
body.dc-template-masspay #btnMassPayMakePayment:hover {
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 14px 30px rgba(33, 96, 232, 0.34) !important;
}

.dcx-mp-safe {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 12px 0 0;
    color: var(--dcx-muted);
    font-size: 0.82rem;
}

.dcx-mp-safe i {
    color: #12b76a;
}

/* Mobile */
@media (max-width: 991.98px) {
    .dcx-mp-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .dcx-mp-side {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .dcx-mp-lines li {
        flex-direction: column;
        gap: 3px;
        padding: 10px 14px;
    }

    .dcx-mp-inv-head {
        padding: 13px 14px;
    }

    .dcx-mp-summary {
        padding: 18px;
    }

    body.dc-template-clientareaquotes #tableQuotesList thead th,
    body.dc-template-clientareaquotes #tableQuotesList tbody td {
        padding: 12px 14px !important;
    }
}

/* ============================================================
   DCX pass 16: support tickets list — shares the billing
   workspace shell, adds ticket-specific rows + status pills.
   ============================================================ */

body.dc-template-supportticketslist {
    --dcx-blue: #2160e8;
    --dcx-blue-deep: #1447b8;
    --dcx-blue-soft: #eef4ff;
    --dcx-ink: #101b2e;
    --dcx-muted: #5c6b84;
    --dcx-border: #e4eaf3;
    font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
    background: #f5f8fc !important;
}

body.dc-template-supportticketslist #main-body {
    padding: 30px 0 56px !important;
    background: transparent !important;
}

body.dc-template-supportticketslist #main-body > .container {
    max-width: 1180px !important;
}

body.dc-template-supportticketslist .master-breadcrumb {
    display: none !important;
}

body.dc-template-supportticketslist #main-body > .container > .row > [class*="col-lg-4"],
body.dc-template-supportticketslist #main-body > .container > .row > [class*="col-xl-3"] {
    display: none !important;
}

body.dc-template-supportticketslist #main-body .primary-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Table chrome */
body.dc-template-supportticketslist #tableTicketsList thead th {
    padding: 13px 20px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--dcx-border) !important;
    background: #fafcff !important;
    color: var(--dcx-muted) !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

body.dc-template-supportticketslist #tableTicketsList tbody td {
    padding: 15px 20px !important;
    border: 0 !important;
    border-bottom: 1px solid #eef2f8 !important;
    color: var(--dcx-ink) !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    vertical-align: middle !important;
    text-align: left !important;
}

body.dc-template-supportticketslist #tableTicketsList tbody tr {
    cursor: pointer !important;
    transition: background .14s ease !important;
}

body.dc-template-supportticketslist #tableTicketsList tbody tr:hover {
    background: #f8fbff !important;
}

body.dc-template-supportticketslist #tableTicketsList tbody tr:last-child td {
    border-bottom: 0 !important;
}

/* Department chip */
.dcx-tk-dept {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 11px;
    border-radius: 999px;
    background: #f1f4f9;
    color: var(--dcx-muted);
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap;
}

/* Subject cell */
body.dc-template-supportticketslist .dcx-tk-link {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    border: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
}

body.dc-template-supportticketslist .dcx-tk-link:hover .dcx-tk-subject {
    color: var(--dcx-blue) !important;
}

.dcx-tk-num {
    color: #8b98ad !important;
    font-size: 0.76rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em !important;
}

.dcx-tk-subject {
    color: var(--dcx-ink) !important;
    font-size: 0.92rem !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    transition: color .14s ease !important;
}

/* Unread: bold + blue dot */
.dcx-tk-subject.unread {
    position: relative !important;
    padding-left: 15px !important;
    color: var(--dcx-ink) !important;
    font-weight: 700 !important;
}

.dcx-tk-subject.unread::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: var(--dcx-blue) !important;
}

.dcx-tk-updated {
    color: var(--dcx-muted) !important;
    font-size: 0.86rem !important;
    white-space: nowrap !important;
}

/* Status pills */
body.dc-template-supportticketslist #tableTicketsList .label.status {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 26px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    font-size: 0.76rem !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

body.dc-template-supportticketslist #tableTicketsList .status-Open,
body.dc-template-supportticketslist #tableTicketsList .status-Customer-Reply {
    color: #b54708 !important;
    background: #fef4e6 !important;
}

body.dc-template-supportticketslist #tableTicketsList .status-Answered {
    color: #067647 !important;
    background: #e9f9f1 !important;
}

body.dc-template-supportticketslist #tableTicketsList .status-In-Progress {
    color: #2160e8 !important;
    background: #eef4ff !important;
}

body.dc-template-supportticketslist #tableTicketsList .status-Closed,
body.dc-template-supportticketslist #tableTicketsList .status-On-Hold {
    color: #5c6b84 !important;
    background: #f1f4f9 !important;
}

/* Custom (admin-coloured) statuses keep their colour, just re-shaped */
body.dc-template-supportticketslist #tableTicketsList .status-custom {
    color: #ffffff !important;
}

/* DataTables chrome */
body.dc-template-supportticketslist .dataTables_wrapper .dataTables_filter,
body.dc-template-supportticketslist .dataTables_wrapper .dataTables_length {
    display: none !important;
}

body.dc-template-supportticketslist .dataTables_wrapper .dataTables_info,
body.dc-template-supportticketslist .dataTables_wrapper .dataTables_paginate {
    padding: 14px 20px !important;
    color: var(--dcx-muted) !important;
    font-size: 0.85rem !important;
}

body.dc-template-supportticketslist .dataTables_wrapper .paginate_button {
    border-radius: 8px !important;
}

body.dc-template-supportticketslist .dataTables_wrapper .paginate_button.current {
    border: 1px solid var(--dcx-blue) !important;
    background: var(--dcx-blue) !important;
    color: #ffffff !important;
}

/* Mobile */
@media (max-width: 767.98px) {
    body.dc-template-supportticketslist #tableTicketsList thead th,
    body.dc-template-supportticketslist #tableTicketsList tbody td {
        padding: 12px 14px !important;
    }
}

/* ============================================================
   DCX pass 17: services list (shares the billing shell) +
   product details polish.
   ============================================================ */

body.dc-template-clientareaproducts,
body.dc-template-clientareaproductdetails {
    --dcx-blue: #2160e8;
    --dcx-blue-deep: #1447b8;
    --dcx-blue-soft: #eef4ff;
    --dcx-ink: #101b2e;
    --dcx-muted: #5c6b84;
    --dcx-border: #e4eaf3;
    font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
    background: #f5f8fc !important;
}

body.dc-template-clientareaproducts #main-body,
body.dc-template-clientareaproductdetails #main-body {
    padding: 30px 0 56px !important;
    background: transparent !important;
}

body.dc-template-clientareaproducts #main-body > .container {
    max-width: 1180px !important;
}

body.dc-template-clientareaproducts .master-breadcrumb {
    display: none !important;
}

/* ---------- Services table ---------- */
body.dc-template-clientareaproducts #tableServicesList thead th {
    padding: 13px 20px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--dcx-border) !important;
    background: #fafcff !important;
    color: var(--dcx-muted) !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

body.dc-template-clientareaproducts #tableServicesList tbody td {
    padding: 14px 20px !important;
    border: 0 !important;
    border-bottom: 1px solid #eef2f8 !important;
    color: var(--dcx-ink) !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    vertical-align: middle !important;
    text-align: left !important;
}

body.dc-template-clientareaproducts #tableServicesList tbody tr {
    cursor: pointer !important;
    transition: background .14s ease !important;
}

body.dc-template-clientareaproducts #tableServicesList tbody tr:hover {
    background: #f8fbff !important;
}

body.dc-template-clientareaproducts #tableServicesList tbody tr:last-child td {
    border-bottom: 0 !important;
}

/* SSL cell */
.dcx-svc-ssl {
    width: 52px !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.dcx-svc-ssl img {
    display: inline-block !important;
    vertical-align: middle !important;
}

.dcx-svc-ssl > i {
    color: #12b76a !important;
    font-size: 0.95rem !important;
}

/* Product cell */
.dcx-svc-product {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: 0 !important;
}

.dcx-svc-ic {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 38px !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 11px !important;
    color: var(--dcx-blue) !important;
    background: var(--dcx-blue-soft) !important;
    font-size: 0.9rem !important;
}

.dcx-svc-product-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    min-width: 0 !important;
}

.dcx-svc-product-text strong {
    color: var(--dcx-ink) !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
}

.dcx-svc-product-text a,
.dcx-svc-product-text span {
    color: var(--dcx-muted) !important;
    font-size: 0.82rem !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

.dcx-svc-product-text a:hover {
    color: var(--dcx-blue) !important;
    text-decoration: underline !important;
}

/* Price / due cells */
.dcx-svc-price strong {
    display: block !important;
    color: var(--dcx-ink) !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
}

.dcx-svc-price small {
    display: block !important;
    margin-top: 1px !important;
    color: var(--dcx-muted) !important;
    font-size: 0.78rem !important;
}

.dcx-svc-due {
    color: var(--dcx-muted) !important;
    font-size: 0.88rem !important;
    white-space: nowrap !important;
}

/* Status pills */
body.dc-template-clientareaproducts #tableServicesList .label.status {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 26px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    font-size: 0.76rem !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

body.dc-template-clientareaproducts #tableServicesList .status-active {
    color: #067647 !important;
    background: #e9f9f1 !important;
}

body.dc-template-clientareaproducts #tableServicesList .status-pending {
    color: #b54708 !important;
    background: #fef4e6 !important;
}

body.dc-template-clientareaproducts #tableServicesList .status-suspended {
    color: #b42318 !important;
    background: #fdecea !important;
}

body.dc-template-clientareaproducts #tableServicesList .status-terminated,
body.dc-template-clientareaproducts #tableServicesList .status-cancelled,
body.dc-template-clientareaproducts #tableServicesList .status-fraud {
    color: #5c6b84 !important;
    background: #f1f4f9 !important;
}

/* Manage action */
.dcx-svc-actions {
    white-space: nowrap !important;
    text-align: right !important;
}

.dcx-svc-manage {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 0 15px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 9px !important;
    background: #ffffff !important;
    color: #5c6b84 !important;
    font-size: 0.83rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color .14s ease, background .14s ease, border-color .14s ease !important;
}

.dcx-svc-manage:hover {
    color: var(--dcx-blue) !important;
    border-color: #d7e4fb !important;
    background: var(--dcx-blue-soft) !important;
    text-decoration: none !important;
}

/* DataTables chrome */
body.dc-template-clientareaproducts .dataTables_wrapper .dataTables_filter,
body.dc-template-clientareaproducts .dataTables_wrapper .dataTables_length {
    display: none !important;
}

body.dc-template-clientareaproducts .dataTables_wrapper .dataTables_info,
body.dc-template-clientareaproducts .dataTables_wrapper .dataTables_paginate {
    padding: 14px 20px !important;
    color: var(--dcx-muted) !important;
    font-size: 0.85rem !important;
}

body.dc-template-clientareaproducts .dataTables_wrapper .paginate_button {
    border-radius: 8px !important;
}

body.dc-template-clientareaproducts .dataTables_wrapper .paginate_button.current {
    border: 1px solid var(--dcx-blue) !important;
    background: var(--dcx-blue) !important;
    color: #ffffff !important;
}

/* ------------------------------------------------------------
   Product details: clean the existing workspace (structure and
   WHMCS module output are left alone, only the finish changes).
   ------------------------------------------------------------ */

body.dc-template-clientareaproductdetails #main-body > .container {
    max-width: 1180px !important;
}

/* Cards */
body.dc-template-clientareaproductdetails .dc-product-overview-card,
body.dc-template-clientareaproductdetails .dc-product-module-card,
body.dc-template-clientareaproductdetails .dc-product-usage-card,
body.dc-template-clientareaproductdetails .dc-product-info-card {
    border: 1px solid var(--dcx-border) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 12px 30px rgba(16, 24, 40, 0.05) !important;
}

/* Typography: soften the old heavy weights */
body.dc-template-clientareaproductdetails .dc-product-page h1,
body.dc-template-clientareaproductdetails .dc-product-page h2,
body.dc-template-clientareaproductdetails .dc-product-page h3,
body.dc-template-clientareaproductdetails .dc-product-page h4,
body.dc-template-clientareaproductdetails .dc-product-page [class*="-title"],
body.dc-template-clientareaproductdetails .dc-product-page [class*="-heading"] {
    color: var(--dcx-ink) !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
}

body.dc-template-clientareaproductdetails .dc-product-page p,
body.dc-template-clientareaproductdetails .dc-product-page span,
body.dc-template-clientareaproductdetails .dc-product-page li,
body.dc-template-clientareaproductdetails .dc-product-page small,
body.dc-template-clientareaproductdetails .dc-product-page label {
    font-weight: 500 !important;
}

body.dc-template-clientareaproductdetails .dc-product-kicker {
    color: var(--dcx-blue) !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

/* Meta rows */
body.dc-template-clientareaproductdetails .dc-product-meta-item i {
    color: var(--dcx-blue) !important;
}

body.dc-template-clientareaproductdetails .dc-product-status-text.status-active {
    color: #067647 !important;
}

body.dc-template-clientareaproductdetails .dc-product-status-text.status-suspended {
    color: #b42318 !important;
}

body.dc-template-clientareaproductdetails .dc-product-status-text.status-pending {
    color: #b54708 !important;
}

/* Buttons inside the service workspace */
body.dc-template-clientareaproductdetails .dc-product-page .btn {
    border-radius: 11px !important;
    font-weight: 600 !important;
}

body.dc-template-clientareaproductdetails .dc-product-page .btn-primary {
    border: 0 !important;
    background: var(--dcx-blue) !important;
    box-shadow: 0 8px 18px rgba(33, 96, 232, 0.22) !important;
}

body.dc-template-clientareaproductdetails .dc-product-page .btn-primary:hover {
    background: var(--dcx-blue-deep) !important;
}

/* Inputs */
body.dc-template-clientareaproductdetails .dc-product-page .form-control,
body.dc-template-clientareaproductdetails .dc-product-page select {
    min-height: 44px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 11px !important;
    box-shadow: none !important;
}

body.dc-template-clientareaproductdetails .dc-product-page .form-control:focus,
body.dc-template-clientareaproductdetails .dc-product-page select:focus {
    border-color: var(--dcx-blue) !important;
    box-shadow: 0 0 0 3px rgba(33, 96, 232, 0.13) !important;
    outline: none !important;
}

/* Mobile */
@media (max-width: 767.98px) {
    body.dc-template-clientareaproducts #tableServicesList thead th,
    body.dc-template-clientareaproducts #tableServicesList tbody td {
        padding: 12px 14px !important;
    }

    .dcx-svc-actions {
        text-align: left !important;
    }
}

/* ============================================================
   DCX pass 18:
   1. product-details header sizing + breadcrumb
   2. billing overview card formatting
   3. pending / suspended service states
   4. ticket submit form (step 2)
   5. account details page polish
   ============================================================ */

/* ---------- 1. Product details header ---------- */
body.dc-template-clientareaproductdetails .dc-product-page-head h1,
.dc-product-page-head h1 {
    margin: 10px 0 6px !important;
    color: #101b2e !important;
    font-size: clamp(1.45rem, 2.4vw, 1.85rem) !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
    letter-spacing: -0.02em !important;
}

.dc-product-page-head p {
    max-width: 640px !important;
    color: #5c6b84 !important;
    font-size: 0.92rem !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}

.dc-product-breadcrumb {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    color: #8b98ad !important;
    font-size: 0.79rem !important;
    font-weight: 500 !important;
}

.dc-product-breadcrumb span {
    color: #c3cddc !important;
}

/* Overview card title shouldn't shout either */
.dc-product-summary h2 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
}

/* ---------- 2. Billing overview card ---------- */
.dc-billing-overview-card {
    overflow: hidden !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 12px 30px rgba(16, 24, 40, 0.05) !important;
}

.dc-billing-overview-card .card-header,
.dc-billing-overview-card .panel-heading {
    padding: 15px 20px !important;
    border-bottom: 1px solid #e4eaf3 !important;
    background: #fafcff !important;
    color: #101b2e !important;
    font-size: 0.98rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
}

.dc-billing-overview-card .card-body,
.dc-billing-overview-card .panel-body {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    gap: 0 !important;
    padding: 0 !important;
}

/* Each billing figure becomes an even, readable cell */
.dc-billing-overview-card .card-body > *,
.dc-billing-overview-card .panel-body > *,
.dc-billing-overview-card .row > [class*="col-"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 18px 20px !important;
    border-right: 1px solid #eef2f8 !important;
    border-bottom: 1px solid #eef2f8 !important;
    text-align: left !important;
}

.dc-billing-overview-card .row {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    margin: 0 !important;
}

.dc-billing-overview-card .card-body > *:last-child,
.dc-billing-overview-card .panel-body > *:last-child,
.dc-billing-overview-card .row > [class*="col-"]:last-child {
    border-right: 0 !important;
}

/* Label vs value inside each cell */
.dc-billing-overview-card .card-body small,
.dc-billing-overview-card .panel-body small,
.dc-billing-overview-card .card-body label,
.dc-billing-overview-card .panel-body label,
.dc-billing-overview-card .text-muted {
    margin: 0 !important;
    color: #5c6b84 !important;
    font-size: 0.78rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
}

.dc-billing-overview-card .card-body strong,
.dc-billing-overview-card .panel-body strong,
.dc-billing-overview-card .card-body h3,
.dc-billing-overview-card .card-body h4,
.dc-billing-overview-card .card-body .h4 {
    margin: 0 !important;
    color: #101b2e !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.3 !important;
}

.dc-billing-overview-card .btn {
    align-self: flex-start !important;
    margin-top: 4px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
}

.dc-billing-overview-card table {
    width: 100% !important;
    margin: 0 !important;
}

.dc-billing-overview-card table td,
.dc-billing-overview-card table th {
    padding: 12px 20px !important;
    border: 0 !important;
    border-bottom: 1px solid #eef2f8 !important;
    font-size: 0.9rem !important;
    vertical-align: middle !important;
}

.dc-billing-overview-card table th {
    color: #5c6b84 !important;
    font-weight: 600 !important;
}

/* ---------- 3. Pending / suspended service states ---------- */
.dc-product-status-text.status-pending,
body.dc-template-clientareaproductdetails .status-pending {
    color: #b54708 !important;
}

.dc-product-status-text.status-suspended,
body.dc-template-clientareaproductdetails .status-suspended {
    color: #b42318 !important;
}

.dc-product-status-text.status-terminated,
.dc-product-status-text.status-cancelled {
    color: #5c6b84 !important;
}

/* A pending service has no cPanel yet — soften the empty module area
   instead of leaving a bare gap. */
body.dc-template-clientareaproductdetails .dc-product-module-card:empty,
body.dc-template-clientareaproductdetails .dc-product-hook-output:empty,
body.dc-template-clientareaproductdetails .dc-product-overview-output:empty {
    display: none !important;
}

/* Page-level alerts only (unpaid invoice / cancellation / module action
   result). These are always rendered visible by the template.
   IMPORTANT: never force `display` on a bare `.alert` here — module output
   such as cPanel's "Quick Create Email Account" ships hidden success/error
   alerts that its own JS reveals, and forcing display shows them all at once. */
body.dc-template-clientareaproductdetails #alertUnpaidInvoice,
body.dc-template-clientareaproductdetails #alertOverdueInvoice,
body.dc-template-clientareaproductdetails #alertPendingCancellation,
body.dc-template-clientareaproductdetails #alertModuleCustomButtonSuccess,
body.dc-template-clientareaproductdetails #alertModuleCustomButtonFailed {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
}

/* Visual finish for every alert — no display/visibility touched, so WHMCS
   and module JS keep full control over what is shown. */
body.dc-template-clientareaproductdetails .alert {
    margin-bottom: 18px !important;
    padding: 15px 18px !important;
    border: 1px solid transparent !important;
    border-radius: 13px !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
}

body.dc-template-clientareaproductdetails .alert-warning {
    border-color: #f7dcb0 !important;
    background: #fef8ee !important;
    color: #b54708 !important;
}

body.dc-template-clientareaproductdetails .alert-danger {
    border-color: #f6cfcb !important;
    background: #fdf3f2 !important;
    color: #b42318 !important;
}

body.dc-template-clientareaproductdetails .alert .btn {
    border-radius: 9px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

/* ---------- 4. Ticket submit form (step 2) ---------- */
body.dc-template-supportticketsubmit-steptwo #main-body > .container {
    max-width: 900px !important;
}

.dcx-tf-back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 17px;
    border: 1px solid #e4eaf3;
    border-radius: 11px;
    background: #ffffff;
    color: #45536b;
    font-size: 0.89rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: color .14s ease, background .14s ease, border-color .14s ease;
}

.dcx-tf-back:hover {
    color: #2160e8;
    border-color: #d7e4fb;
    background: #eef4ff;
    text-decoration: none;
}

.dcx-tf-alert {
    margin-bottom: 18px;
}

.dcx-tf-card {
    margin: 0 0 18px;
    padding: 24px 24px 10px;
    border: 1px solid #e4eaf3;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 12px 30px rgba(16, 24, 40, 0.05);
}

.dcx-tf-cardhead {
    display: flex !important;
    align-items: center !important;
    gap: 13px !important;
    margin: 0 0 18px !important;
    color: #101b2e !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
}

.dcx-tf-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    color: #2160e8;
    background: #eef4ff;
    font-size: 0.92rem;
}

body.dc-template-supportticketsubmit-steptwo .dcx-tf-card label {
    margin-bottom: 7px !important;
    color: #101b2e !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
}

.dcx-tf-srlabel {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

body.dc-template-supportticketsubmit-steptwo .dcx-tf-card .form-control,
body.dc-template-supportticketsubmit-steptwo .dcx-tf-card select {
    min-height: 46px !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 11px !important;
    background-color: #ffffff !important;
    color: #101b2e !important;
    font-size: 0.92rem !important;
    box-shadow: none !important;
    transition: border-color .14s ease, box-shadow .14s ease !important;
}

body.dc-template-supportticketsubmit-steptwo .dcx-tf-card .form-control:focus,
body.dc-template-supportticketsubmit-steptwo .dcx-tf-card select:focus {
    border-color: #2160e8 !important;
    box-shadow: 0 0 0 3px rgba(33, 96, 232, 0.13) !important;
    outline: none !important;
}

body.dc-template-supportticketsubmit-steptwo .dcx-tf-card .form-control.disabled,
body.dc-template-supportticketsubmit-steptwo .dcx-tf-card .form-control[disabled] {
    background-color: #f6f8fc !important;
    color: #5c6b84 !important;
}

/* Markdown editor container */
body.dc-template-supportticketsubmit-steptwo .editor-toolbar {
    border: 1px solid #e4eaf3 !important;
    border-bottom: 0 !important;
    border-radius: 11px 11px 0 0 !important;
    background: #fafcff !important;
}

body.dc-template-supportticketsubmit-steptwo .CodeMirror {
    min-height: 200px !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 0 0 11px 11px !important;
    font-size: 0.92rem !important;
}

/* Attachments */
body.dc-template-supportticketsubmit-steptwo .custom-file-label,
body.dc-template-supportticketsubmit-steptwo .custom-file-input {
    height: 46px !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 11px 0 0 11px !important;
    color: #5c6b84 !important;
    font-size: 0.9rem !important;
    line-height: 32px !important;
}

body.dc-template-supportticketsubmit-steptwo #btnTicketAttachmentsAdd {
    min-height: 46px !important;
    border: 1px solid #e4eaf3 !important;
    border-left: 0 !important;
    border-radius: 0 11px 11px 0 !important;
    background: #ffffff !important;
    color: #2160e8 !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
}

body.dc-template-supportticketsubmit-steptwo #btnTicketAttachmentsAdd:hover {
    background: #eef4ff !important;
}

.dcx-tf-hint {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 11px 0 0;
    color: #5c6b84;
    font-size: 0.82rem;
    line-height: 1.5;
}

.dcx-tf-hint i {
    margin-top: 2px;
    color: #2160e8;
}

.dcx-tf-captcha {
    display: flex;
    justify-content: center;
    padding: 22px;
}

/* Submit row */
.dcx-tf-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.dcx-tf-submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    min-height: 50px !important;
    padding: 0 26px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #2f6bff 0%, #1d55d6 100%) !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    box-shadow: 0 10px 24px rgba(33, 96, 232, 0.28) !important;
    transition: transform .15s ease, box-shadow .15s ease !important;
}

.dcx-tf-submit:hover {
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 14px 30px rgba(33, 96, 232, 0.34) !important;
}

.dcx-tf-cancel {
    display: inline-flex;
    align-items: center;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 12px;
    color: #5c6b84;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: color .14s ease, background .14s ease;
}

.dcx-tf-cancel:hover {
    color: #101b2e;
    background: #f1f4f9;
    text-decoration: none;
}

/* Custom fields container inherits the card look */
body.dc-template-supportticketsubmit-steptwo #customFieldsContainer > .form-group {
    margin: 0 0 18px !important;
    padding: 22px 24px !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 12px 30px rgba(16, 24, 40, 0.05) !important;
}

/* ---------- 5. Account details page ---------- */
body.dc-template-clientareadetails .dc-account-head h1 {
    margin: 10px 0 6px !important;
    color: #101b2e !important;
    font-size: clamp(1.45rem, 2.4vw, 1.85rem) !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.18 !important;
}

body.dc-template-clientareadetails .dc-account-head p {
    color: #5c6b84 !important;
    font-size: 0.92rem !important;
    font-weight: 400 !important;
}

.dc-account-breadcrumb {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    color: #8b98ad !important;
    font-size: 0.79rem !important;
    font-weight: 500 !important;
}

.dc-account-breadcrumb span {
    color: #c3cddc !important;
}

body.dc-template-clientareadetails .dc-account-side-card,
body.dc-template-clientareadetails .dc-account-main-card,
body.dc-template-clientareadetails .dc-account-card {
    border: 1px solid #e4eaf3 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 12px 30px rgba(16, 24, 40, 0.05) !important;
}

body.dc-template-clientareadetails .dc-account-side-nav a {
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;
    min-height: 40px !important;
    padding: 0 13px !important;
    border-radius: 9px !important;
    color: #45536b !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color .14s ease, background .14s ease !important;
}

body.dc-template-clientareadetails .dc-account-side-nav a i {
    width: 16px !important;
    color: #9aa7bd !important;
    font-size: 0.8rem !important;
    transition: color .14s ease !important;
}

body.dc-template-clientareadetails .dc-account-side-nav a:hover {
    color: #2160e8 !important;
    background: #f6f9ff !important;
}

body.dc-template-clientareadetails .dc-account-side-nav a.active {
    color: #2160e8 !important;
    background: #eef4ff !important;
    font-weight: 600 !important;
}

body.dc-template-clientareadetails .dc-account-side-nav a:hover i,
body.dc-template-clientareadetails .dc-account-side-nav a.active i {
    color: #2160e8 !important;
}

body.dc-template-clientareadetails .dc-account-page h2,
body.dc-template-clientareadetails .dc-account-page h3,
body.dc-template-clientareadetails .dc-account-page [class*="-title"] {
    color: #101b2e !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
}

body.dc-template-clientareadetails .dc-account-page label {
    margin-bottom: 7px !important;
    color: #101b2e !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
}

body.dc-template-clientareadetails .dc-account-page .form-control,
body.dc-template-clientareadetails .dc-account-page select {
    min-height: 46px !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 11px !important;
    background-color: #ffffff !important;
    color: #101b2e !important;
    font-size: 0.92rem !important;
    box-shadow: none !important;
    transition: border-color .14s ease, box-shadow .14s ease !important;
}

body.dc-template-clientareadetails .dc-account-page .form-control:focus,
body.dc-template-clientareadetails .dc-account-page select:focus {
    border-color: #2160e8 !important;
    box-shadow: 0 0 0 3px rgba(33, 96, 232, 0.13) !important;
    outline: none !important;
}

body.dc-template-clientareadetails .dc-account-page .btn-primary {
    min-height: 46px !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 11px !important;
    background: #2160e8 !important;
    font-weight: 600 !important;
    box-shadow: 0 8px 18px rgba(33, 96, 232, 0.24) !important;
}

body.dc-template-clientareadetails .dc-account-page .btn-primary:hover {
    background: #1447b8 !important;
}

/* Mobile */
@media (max-width: 767.98px) {
    .dc-billing-overview-card .card-body > *,
    .dc-billing-overview-card .panel-body > *,
    .dc-billing-overview-card .row > [class*="col-"] {
        border-right: 0 !important;
    }

    .dcx-tf-card {
        padding: 18px 16px 6px;
        border-radius: 14px;
    }

    .dcx-tf-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .dcx-tf-submit,
    .dcx-tf-cancel {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* DCX pass 18b: authority for the billing-overview card + header
   subtitle. Earlier passes target `.dc-product-overview-output .card`
   and `.dc-product-page p`, which outrank a single class. */

body.dc-template-clientareaproductdetails .dc-product-overview-output .card.dc-billing-overview-card,
body.dc-template-clientareaproductdetails .module-client-area .card.dc-billing-overview-card,
body.dc-template-clientareaproductdetails .card.dc-billing-overview-card {
    overflow: hidden !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 12px 30px rgba(16, 24, 40, 0.05) !important;
}

body.dc-template-clientareaproductdetails .dc-product-overview-output .card.dc-billing-overview-card .card-header,
body.dc-template-clientareaproductdetails .module-client-area .card.dc-billing-overview-card .card-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid #e4eaf3 !important;
    background: #fafcff !important;
}

body.dc-template-clientareaproductdetails .dc-product-overview-output .card.dc-billing-overview-card .card-body,
body.dc-template-clientareaproductdetails .module-client-area .card.dc-billing-overview-card .card-body {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    gap: 0 !important;
    padding: 0 !important;
}

body.dc-template-clientareaproductdetails .dc-product-overview-output .card.dc-billing-overview-card .card-body > *,
body.dc-template-clientareaproductdetails .module-client-area .card.dc-billing-overview-card .card-body > * {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 18px 20px !important;
    border-right: 1px solid #eef2f8 !important;
    border-bottom: 1px solid #eef2f8 !important;
}

/* Header subtitle: lighter than the generic .dc-product-page p rule */
body.dc-template-clientareaproductdetails .dc-product-page .dc-product-page-head p,
body.dc-template-clientareaproductdetails .dc-product-page-head p {
    color: #5c6b84 !important;
    font-size: 0.92rem !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}

@media (max-width: 767.98px) {
    body.dc-template-clientareaproductdetails .dc-product-overview-output .card.dc-billing-overview-card .card-body > *,
    body.dc-template-clientareaproductdetails .module-client-area .card.dc-billing-overview-card .card-body > * {
        border-right: 0 !important;
    }
}

/* ============================================================
   DCX pass 19: billing-overview gap fix, ticket confirmation
   (step 4) and the view-ticket conversation page.
   ============================================================ */

/* ---------- Billing overview: kill the empty-cell gap ---------- */
body.dc-template-clientareaproductdetails .dc-billing-overview-card .card-body > *:empty,
body.dc-template-clientareaproductdetails .dc-billing-overview-card .panel-body > *:empty,
body.dc-template-clientareaproductdetails .dc-billing-overview-card .row > [class*="col-"]:empty {
    display: none !important;
}

/* An odd item count used to leave a hole in the last row — letting the
   tracks size to content and stretch removes it. */
body.dc-template-clientareaproductdetails .dc-product-overview-output .card.dc-billing-overview-card .card-body,
body.dc-template-clientareaproductdetails .module-client-area .card.dc-billing-overview-card .card-body,
body.dc-template-clientareaproductdetails .dc-billing-overview-card .card-body,
body.dc-template-clientareaproductdetails .dc-billing-overview-card .panel-body {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
    align-content: start !important;
    gap: 0 !important;
    padding: 0 !important;
}

/* Bottom row shouldn't carry a trailing divider */
body.dc-template-clientareaproductdetails .dc-billing-overview-card .card-body > *:last-child,
body.dc-template-clientareaproductdetails .dc-billing-overview-card .panel-body > *:last-child {
    border-bottom: 0 !important;
}

/* Payment-method cell often carries a change link — keep it aligned */
body.dc-template-clientareaproductdetails .dc-billing-overview-card .card-body > * > a,
body.dc-template-clientareaproductdetails .dc-billing-overview-card .card-body > * > .btn {
    align-self: flex-start !important;
    margin-top: 2px !important;
    font-size: 0.82rem !important;
}

/* ---------- Ticket created (step 4) ---------- */
body.dc-template-supportticketsubmit-confirm {
    --dcx-blue: #2160e8;
    --dcx-ink: #101b2e;
    --dcx-muted: #5c6b84;
    font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
    background: #f5f8fc !important;
}

body.dc-template-supportticketsubmit-confirm #main-body {
    padding: 40px 0 64px !important;
    background: transparent !important;
}

body.dc-template-supportticketsubmit-confirm #main-body > .container {
    max-width: 900px !important;
}

body.dc-template-supportticketsubmit-confirm .master-breadcrumb,
body.dc-template-supportticketsubmit-confirm #main-body > .container > .row > [class*="col-lg-4"],
body.dc-template-supportticketsubmit-confirm #main-body > .container > .row > [class*="col-xl-3"] {
    display: none !important;
}

body.dc-template-supportticketsubmit-confirm #main-body .primary-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.dcx-tk-done {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.dcx-tk-done-card {
    padding: 42px 34px 34px;
    border: 1px solid #e4eaf3;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(16, 24, 40, 0.04), 0 20px 50px rgba(16, 24, 40, 0.08);
    text-align: center;
}

.dcx-tk-done-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #17c964 0%, #0e9f4f 100%);
    box-shadow: 0 10px 24px rgba(18, 183, 106, 0.32);
    font-size: 1.4rem;
}

.dcx-tk-done-card h1 {
    margin: 0 0 12px;
    color: var(--dcx-ink);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.dcx-tk-done-num {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 16px;
    padding: 0 14px;
    border-radius: 999px;
    color: var(--dcx-blue) !important;
    background: #eef4ff;
    font-size: 0.86rem;
    font-weight: 600;
    text-decoration: none !important;
}

.dcx-tk-done-num:hover {
    background: #dfe9ff;
}

.dcx-tk-done-card p {
    max-width: 420px;
    margin: 0 auto;
    color: var(--dcx-muted);
    font-size: 0.93rem;
    line-height: 1.6;
}

.dcx-tk-done-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px;
    margin-top: 26px;
}

.dcx-tk-done-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2f6bff 0%, #1d55d6 100%);
    color: #ffffff !important;
    font-size: 0.94rem;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(33, 96, 232, 0.28);
    transition: transform .15s ease, box-shadow .15s ease;
}

.dcx-tk-done-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(33, 96, 232, 0.34);
}

.dcx-tk-done-primary i {
    font-size: 0.8rem;
    transition: transform .15s ease;
}

.dcx-tk-done-primary:hover i {
    transform: translateX(3px);
}

.dcx-tk-done-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid #e4eaf3;
    border-radius: 12px;
    background: #ffffff;
    color: #45536b !important;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: color .14s ease, background .14s ease, border-color .14s ease;
}

.dcx-tk-done-ghost:hover {
    color: var(--dcx-blue) !important;
    border-color: #d7e4fb;
    background: #eef4ff;
}

.dcx-tk-done-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 18px 0 0;
    color: var(--dcx-muted);
    font-size: 0.85rem;
}

.dcx-tk-done-note i {
    color: var(--dcx-blue);
}

/* ---------- View ticket ---------- */
body.dc-template-viewticket {
    --dcx-blue: #2160e8;
    --dcx-blue-deep: #1447b8;
    --dcx-blue-soft: #eef4ff;
    --dcx-ink: #101b2e;
    --dcx-muted: #5c6b84;
    --dcx-border: #e4eaf3;
    font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
    background: #f5f8fc !important;
}

body.dc-template-viewticket #main-body {
    padding: 30px 0 56px !important;
    background: transparent !important;
}

body.dc-template-viewticket #main-body > .container {
    max-width: 960px !important;
}

body.dc-template-viewticket .master-breadcrumb,
body.dc-template-viewticket #main-body > .container > .row > [class*="col-lg-4"],
body.dc-template-viewticket #main-body > .container > .row > [class*="col-xl-3"] {
    display: none !important;
}

body.dc-template-viewticket #main-body .primary-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Head */
.dcx-vt-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.dcx-vt-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--dcx-muted) !important;
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none !important;
}

.dcx-vt-back:hover {
    color: var(--dcx-blue) !important;
}

.dcx-vt-head h1 {
    margin: 0 0 10px;
    color: var(--dcx-ink);
    font-size: clamp(1.35rem, 2.3vw, 1.7rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.dcx-vt-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.dcx-vt-id {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 11px;
    border-radius: 999px;
    color: var(--dcx-blue);
    background: var(--dcx-blue-soft);
    font-size: 0.78rem;
    font-weight: 600;
}

.dcx-vt-state {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 26px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
}

.dcx-vt-state i {
    font-size: 0.5rem;
}

.dcx-vt-state.is-open {
    color: #067647;
    background: #e9f9f1;
}

.dcx-vt-state.is-closed {
    color: #5c6b84;
    background: #f1f4f9;
}

.dcx-vt-state.is-closed i {
    font-size: 0.72rem;
}

.dcx-vt-count {
    color: var(--dcx-muted);
    font-size: 0.82rem;
    font-weight: 500;
}

.dcx-vt-actions {
    display: flex;
    gap: 9px;
}

.dcx-vt-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 42px !important;
    padding: 0 16px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 11px !important;
    background: #ffffff !important;
    color: #45536b !important;
    font-family: inherit !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: color .14s ease, background .14s ease, border-color .14s ease !important;
}

.dcx-vt-btn:hover {
    color: var(--dcx-blue) !important;
    border-color: #d7e4fb !important;
    background: var(--dcx-blue-soft) !important;
}

.dcx-vt-btn.is-danger:hover {
    color: #b42318 !important;
    border-color: #f6cfcb !important;
    background: #fdf3f2 !important;
}

.dcx-vt-btn[disabled] {
    opacity: 0.6 !important;
    cursor: default !important;
}

/* Thread */
.dcx-vt-thread {
    display: grid;
    gap: 16px;
    margin-bottom: 22px;
}

body.dc-template-viewticket .dcx-vt-msg {
    overflow: hidden !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 10px 28px rgba(16, 24, 40, 0.05) !important;
}

/* Staff replies read as "theirs" */
body.dc-template-viewticket .dcx-vt-msg.staff {
    border-color: #d7e4fb !important;
    background: #fbfcff !important;
}

.dcx-vt-msg-head {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 14px 18px !important;
    border-bottom: 1px solid #eef2f8 !important;
    background: #fafcff !important;
}

body.dc-template-viewticket .dcx-vt-msg.staff .dcx-vt-msg-head {
    background: var(--dcx-blue-soft) !important;
    border-bottom-color: #dbe7fb !important;
}

.dcx-vt-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #8b98ad, #5c6b84);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
}

body.dc-template-viewticket .dcx-vt-msg.staff .dcx-vt-avatar {
    background: linear-gradient(135deg, #2f6bff, #1d55d6);
}

.dcx-vt-who {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
    flex: 1 1 auto;
}

.dcx-vt-who strong {
    color: var(--dcx-ink) !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
}

.dcx-vt-who small {
    color: var(--dcx-muted) !important;
    font-size: 0.78rem !important;
}

body.dc-template-viewticket .dcx-vt-badge {
    display: inline-flex !important;
    align-items: center !important;
    float: none !important;
    min-height: 24px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    background: #f1f4f9 !important;
    color: #5c6b84 !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

body.dc-template-viewticket .dcx-vt-msg.staff .dcx-vt-badge {
    background: #ffffff !important;
    color: var(--dcx-blue) !important;
}

.dcx-vt-msg-body {
    padding: 18px !important;
    color: #3c4c66 !important;
    font-size: 0.92rem !important;
    line-height: 1.65 !important;
    overflow-wrap: anywhere !important;
}

.dcx-vt-msg-body p {
    margin-bottom: 12px;
}

.dcx-vt-msg-body p:last-child {
    margin-bottom: 0;
}

.dcx-vt-msg-body pre,
.dcx-vt-msg-body code {
    border-radius: 8px !important;
    background: #f5f8fc !important;
    font-size: 0.85rem !important;
}

.dcx-vt-msg-body pre {
    padding: 12px 14px !important;
    overflow-x: auto !important;
}

.dcx-vt-ip {
    margin: 14px 0 0 !important;
    padding-top: 12px !important;
    border-top: 1px solid #eef2f8 !important;
    color: #8b98ad !important;
    font-size: 0.78rem !important;
}

.dcx-vt-rating {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #eef2f8;
}

.dcx-vt-files {
    padding: 14px 18px !important;
    border-top: 1px solid #eef2f8 !important;
    background: #fafcff !important;
}

.dcx-vt-files strong {
    color: var(--dcx-ink) !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
}

body.dc-template-viewticket .attachment-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.dc-template-viewticket .attachment-list li {
    margin: 0 !important;
}

body.dc-template-viewticket .attachment-list a,
body.dc-template-viewticket .attachment-list > li > span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 36px !important;
    padding: 0 12px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 9px !important;
    background: #ffffff !important;
    color: #45536b !important;
    font-size: 0.82rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

body.dc-template-viewticket .attachment-list a:hover {
    color: var(--dcx-blue) !important;
    border-color: #d7e4fb !important;
    background: var(--dcx-blue-soft) !important;
}

body.dc-template-viewticket .attachment-list figure {
    margin: 0 !important;
}

body.dc-template-viewticket .attachment-list .caption {
    max-width: 220px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/* Reply box */
.dcx-vt-reply {
    padding: 24px 24px 12px;
    border: 1px solid var(--dcx-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 12px 30px rgba(16, 24, 40, 0.05);
}

.dcx-vt-reply-head {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 0 18px !important;
    color: var(--dcx-ink) !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
}

.dcx-vt-reply-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    color: var(--dcx-blue);
    background: var(--dcx-blue-soft);
    font-size: 0.9rem;
}

.dcx-vt-srlabel {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

body.dc-template-viewticket .dcx-vt-reply label {
    margin-bottom: 7px !important;
    color: var(--dcx-ink) !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
}

body.dc-template-viewticket .dcx-vt-reply .form-control {
    min-height: 46px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 11px !important;
    background-color: #ffffff !important;
    color: var(--dcx-ink) !important;
    font-size: 0.92rem !important;
    box-shadow: none !important;
    transition: border-color .14s ease, box-shadow .14s ease !important;
}

body.dc-template-viewticket .dcx-vt-reply .form-control:focus {
    border-color: var(--dcx-blue) !important;
    box-shadow: 0 0 0 3px rgba(33, 96, 232, 0.13) !important;
    outline: none !important;
}

body.dc-template-viewticket .editor-toolbar {
    border: 1px solid var(--dcx-border) !important;
    border-bottom: 0 !important;
    border-radius: 11px 11px 0 0 !important;
    background: #fafcff !important;
}

body.dc-template-viewticket .CodeMirror {
    min-height: 180px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 0 0 11px 11px !important;
    font-size: 0.92rem !important;
}

body.dc-template-viewticket .custom-file-label,
body.dc-template-viewticket .custom-file-input {
    height: 46px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 11px 0 0 11px !important;
    color: var(--dcx-muted) !important;
    font-size: 0.9rem !important;
    line-height: 32px !important;
}

body.dc-template-viewticket #btnTicketAttachmentsAdd {
    min-height: 46px !important;
    border: 1px solid var(--dcx-border) !important;
    border-left: 0 !important;
    border-radius: 0 11px 11px 0 !important;
    background: #ffffff !important;
    color: var(--dcx-blue) !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
}

.dcx-vt-hint {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 11px 0 0;
    color: var(--dcx-muted);
    font-size: 0.82rem;
    line-height: 1.5;
}

.dcx-vt-hint i {
    margin-top: 2px;
    color: var(--dcx-blue);
}

.dcx-vt-reply-actions {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 4px 0 12px;
}

body.dc-template-viewticket .dcx-vt-send {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    padding: 0 26px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #2f6bff 0%, #1d55d6 100%) !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 0.94rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    box-shadow: 0 10px 24px rgba(33, 96, 232, 0.28) !important;
    transition: transform .15s ease, box-shadow .15s ease !important;
}

body.dc-template-viewticket .dcx-vt-send:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 14px 30px rgba(33, 96, 232, 0.34) !important;
}

body.dc-template-viewticket .dcx-vt-cancel {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    padding: 0 20px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #5c6b84 !important;
    font-family: inherit !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

body.dc-template-viewticket .dcx-vt-cancel:hover {
    color: var(--dcx-ink) !important;
    background: #f1f4f9 !important;
}

/* Mobile */
@media (max-width: 767.98px) {
    .dcx-vt-head {
        flex-direction: column;
        align-items: stretch;
    }

    .dcx-vt-actions {
        flex-wrap: wrap;
    }

    .dcx-vt-btn {
        flex: 1 1 auto !important;
        justify-content: center !important;
    }

    .dcx-vt-msg-head {
        flex-wrap: wrap !important;
    }

    .dcx-vt-reply {
        padding: 18px 16px 8px;
    }

    .dcx-vt-reply-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.dc-template-viewticket .dcx-vt-send,
    body.dc-template-viewticket .dcx-vt-cancel {
        width: 100% !important;
    }

    .dcx-tk-done-card {
        padding: 32px 20px 26px;
    }

    .dcx-tk-done-actions {
        flex-direction: column;
    }

    .dcx-tk-done-primary,
    .dcx-tk-done-ghost {
        width: 100%;
    }
}

/* DCX pass 19b (revised): the "Quick Create Email Account" duplicate-alert
   bug was caused by our own `.alert { display: flex !important }`, which is
   now scoped to specific page-level alert IDs instead.
   We deliberately do NOT add `.w-hidden { display: none !important }` here:
   cPanel reveals its success/error alert with jQuery, and an !important rule
   beats inline styles, which would stop the success message ever appearing.
   The theme's non-important `.w-hidden` already hides them by default. */

/* DCX pass 19c: empty billing cells must beat the pass-18b grid-child
   rule (which is more specific than a bare `:empty`), otherwise WHMCS's
   blank cell leaves the gap after "Payment Method". */
body.dc-template-clientareaproductdetails .dc-product-overview-output .card.dc-billing-overview-card .card-body > *:empty,
body.dc-template-clientareaproductdetails .module-client-area .card.dc-billing-overview-card .card-body > *:empty,
body.dc-template-clientareaproductdetails .dc-product-overview-output .card.dc-billing-overview-card .panel-body > *:empty,
body.dc-template-clientareaproductdetails .module-client-area .card.dc-billing-overview-card .panel-body > *:empty,
body.dc-template-clientareaproductdetails .card.dc-billing-overview-card .card-body > *:empty,
body.dc-template-clientareaproductdetails .card.dc-billing-overview-card .panel-body > *:empty {
    display: none !important;
}

/* ============================================================
   DCX pass 20: domains list (shares the billing shell) and the
   domain details workspace.
   ============================================================ */

body.dc-template-clientareadomains,
body.dc-template-clientareadomaindetails {
    --dcx-blue: #2160e8;
    --dcx-blue-deep: #1447b8;
    --dcx-blue-soft: #eef4ff;
    --dcx-ink: #101b2e;
    --dcx-muted: #5c6b84;
    --dcx-border: #e4eaf3;
    font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
    background: #f5f8fc !important;
}

body.dc-template-clientareadomains #main-body,
body.dc-template-clientareadomaindetails #main-body {
    padding: 30px 0 56px !important;
    background: transparent !important;
}

body.dc-template-clientareadomains #main-body > .container {
    max-width: 1180px !important;
}

body.dc-template-clientareadomains .master-breadcrumb {
    display: none !important;
}

/* ---------- Domains list ---------- */
body.dc-template-clientareadomains #tableDomainsList thead th {
    padding: 13px 20px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--dcx-border) !important;
    background: #fafcff !important;
    color: var(--dcx-muted) !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

body.dc-template-clientareadomains #tableDomainsList tbody td {
    padding: 14px 20px !important;
    border: 0 !important;
    border-bottom: 1px solid #eef2f8 !important;
    color: var(--dcx-ink) !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    vertical-align: middle !important;
    text-align: left !important;
}

body.dc-template-clientareadomains #tableDomainsList tbody tr {
    cursor: pointer !important;
    transition: background .14s ease !important;
}

body.dc-template-clientareadomains #tableDomainsList tbody tr:hover {
    background: #f8fbff !important;
}

body.dc-template-clientareadomains #tableDomainsList tbody tr:last-child td {
    border-bottom: 0 !important;
}

/* Bulk action bar */
.dcx-dm-bulk {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 13px 20px;
    border-bottom: 1px solid var(--dcx-border);
    background: #fafcff;
}

.dcx-dm-bulk-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 4px;
    color: var(--dcx-muted);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dcx-dm-bulk-label i {
    color: var(--dcx-blue);
}

body.dc-template-clientareadomains .dcx-dm-bulk-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 34px !important;
    padding: 0 13px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 9px !important;
    background: #ffffff !important;
    color: #45536b !important;
    font-family: inherit !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: color .14s ease, background .14s ease, border-color .14s ease !important;
}

body.dc-template-clientareadomains .dcx-dm-bulk-btn:hover {
    color: var(--dcx-blue) !important;
    border-color: #d7e4fb !important;
    background: var(--dcx-blue-soft) !important;
}

body.dc-template-clientareadomains .dcx-dm-bulk-btn i {
    color: #9aa7bd !important;
    transition: color .14s ease !important;
}

body.dc-template-clientareadomains .dcx-dm-bulk-btn:hover i {
    color: var(--dcx-blue) !important;
}

/* Checkbox + SSL cells */
.dcx-dm-check {
    width: 46px !important;
    text-align: center !important;
}

body.dc-template-clientareadomains .dcx-dm-check input[type="checkbox"],
body.dc-template-clientareadomains #dcSelectAllDomains {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    accent-color: var(--dcx-blue) !important;
    cursor: pointer !important;
}

.dcx-dm-ssl {
    width: 50px !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.dcx-dm-ssl img {
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Domain name cell */
.dcx-dm-name-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: 0 !important;
}

.dcx-dm-ic {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 38px !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 11px !important;
    color: var(--dcx-blue) !important;
    background: var(--dcx-blue-soft) !important;
    font-size: 0.9rem !important;
}

.dcx-dm-name-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    min-width: 0 !important;
}

body.dc-template-clientareadomains .dcx-dm-name-text > a {
    color: var(--dcx-ink) !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

body.dc-template-clientareadomains .dcx-dm-name-text > a:hover {
    color: var(--dcx-blue) !important;
    text-decoration: underline !important;
}

.dcx-dm-auto {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: 0.76rem !important;
    font-weight: 500 !important;
}

.dcx-dm-auto.is-enabled {
    color: #067647 !important;
}

.dcx-dm-auto.is-disabled {
    color: #9aa7bd !important;
}

.dcx-dm-date {
    color: var(--dcx-muted) !important;
    font-size: 0.87rem !important;
    white-space: nowrap !important;
}

/* Status pills */
body.dc-template-clientareadomains #tableDomainsList .label.status {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 26px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    font-size: 0.76rem !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

body.dc-template-clientareadomains #tableDomainsList .status-Active {
    color: #067647 !important;
    background: #e9f9f1 !important;
}

body.dc-template-clientareadomains #tableDomainsList .status-Pending,
body.dc-template-clientareadomains #tableDomainsList .status-PendingTransfer {
    color: #b54708 !important;
    background: #fef4e6 !important;
}

body.dc-template-clientareadomains #tableDomainsList .status-Expired {
    color: #b42318 !important;
    background: #fdecea !important;
}

body.dc-template-clientareadomains #tableDomainsList .status-Cancelled,
body.dc-template-clientareadomains #tableDomainsList .status-Fraud,
body.dc-template-clientareadomains #tableDomainsList .status-Transferred {
    color: #5c6b84 !important;
    background: #f1f4f9 !important;
}

/* Row actions */
.dcx-dm-actions {
    white-space: nowrap !important;
    text-align: right !important;
}

.dcx-dm-actions a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-left: 5px;
    border: 1px solid var(--dcx-border);
    border-radius: 9px;
    color: #5c6b84;
    background: #ffffff;
    font-size: 0.8rem;
    text-decoration: none;
    transition: color .14s ease, background .14s ease, border-color .14s ease;
}

.dcx-dm-actions a:hover {
    color: var(--dcx-blue);
    border-color: #d7e4fb;
    background: var(--dcx-blue-soft);
    text-decoration: none;
}

/* DataTables chrome */
body.dc-template-clientareadomains .dataTables_wrapper .dataTables_filter,
body.dc-template-clientareadomains .dataTables_wrapper .dataTables_length {
    display: none !important;
}

body.dc-template-clientareadomains .dataTables_wrapper .dataTables_info,
body.dc-template-clientareadomains .dataTables_wrapper .dataTables_paginate {
    padding: 14px 20px !important;
    color: var(--dcx-muted) !important;
    font-size: 0.85rem !important;
}

body.dc-template-clientareadomains .dataTables_wrapper .paginate_button {
    border-radius: 8px !important;
}

body.dc-template-clientareadomains .dataTables_wrapper .paginate_button.current {
    border: 1px solid var(--dcx-blue) !important;
    background: var(--dcx-blue) !important;
    color: #ffffff !important;
}

/* ---------- Domain details ---------- */
body.dc-template-clientareadomaindetails #main-body > .container {
    max-width: 1180px !important;
}

.dcx-dd-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.dcx-dd-crumb a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--dcx-muted) !important;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none !important;
}

.dcx-dd-crumb a:hover {
    color: var(--dcx-blue) !important;
}

.dcx-dd-head h1 {
    margin: 11px 0 9px !important;
    color: var(--dcx-ink) !important;
    font-size: clamp(1.4rem, 2.4vw, 1.8rem) !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.2 !important;
    overflow-wrap: anywhere !important;
}

.dcx-dd-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.dcx-dd-status,
.dcx-dd-lock {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 26px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 0.77rem;
    font-weight: 600;
}

.dcx-dd-status {
    color: #5c6b84;
    background: #f1f4f9;
}

.dcx-dd-status.status-active {
    color: #067647;
    background: #e9f9f1;
}

.dcx-dd-status.status-pending,
.dcx-dd-status.status-pending\ transfer {
    color: #b54708;
    background: #fef4e6;
}

.dcx-dd-status.status-expired {
    color: #b42318;
    background: #fdecea;
}

.dcx-dd-lock.is-locked {
    color: #067647;
    background: #e9f9f1;
}

.dcx-dd-lock.is-unlocked {
    color: #b54708;
    background: #fef4e6;
}

.dcx-dd-visit {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid var(--dcx-border);
    border-radius: 11px;
    background: #ffffff;
    color: #45536b !important;
    font-size: 0.89rem;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    transition: color .14s ease, background .14s ease, border-color .14s ease;
}

.dcx-dd-visit:hover {
    color: var(--dcx-blue) !important;
    border-color: #d7e4fb;
    background: var(--dcx-blue-soft);
}

/* Cards + tabs */
body.dc-template-clientareadomaindetails .dcx-dd .card,
body.dc-template-clientareadomaindetails .dcx-dd-card {
    margin-bottom: 18px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 12px 30px rgba(16, 24, 40, 0.05) !important;
}

body.dc-template-clientareadomaindetails .dcx-dd .card-body {
    padding: 24px !important;
}

body.dc-template-clientareadomaindetails .dcx-dd .card-title,
.dcx-dd-cardhead {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 0 20px !important;
    color: var(--dcx-ink) !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
}

.dcx-dd-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    color: var(--dcx-blue);
    background: var(--dcx-blue-soft);
    font-size: 0.9rem;
}

/* Overview meta grid */
.dcx-dd-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 0;
    margin: 0 -24px -24px;
    border-top: 1px solid #eef2f8;
}

.dcx-dd-cell {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 16px 24px;
    border-right: 1px solid #eef2f8;
    border-bottom: 1px solid #eef2f8;
}

.dcx-dd-cell:empty {
    display: none;
}

.dcx-dd-cell small {
    color: var(--dcx-muted);
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dcx-dd-cell strong {
    color: var(--dcx-ink);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.dcx-dd-cell strong a {
    color: var(--dcx-blue) !important;
    text-decoration: none !important;
}

.dcx-dd-cell strong a:hover {
    text-decoration: underline !important;
}

.dcx-dd-sub {
    display: block;
    color: var(--dcx-muted);
    font-size: 0.78rem;
    font-weight: 400;
}

/* Forms inside the domain tabs */
body.dc-template-clientareadomaindetails .dcx-dd .form-control,
body.dc-template-clientareadomaindetails .dcx-dd select {
    min-height: 46px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 11px !important;
    background-color: #ffffff !important;
    color: var(--dcx-ink) !important;
    font-size: 0.92rem !important;
    box-shadow: none !important;
    transition: border-color .14s ease, box-shadow .14s ease !important;
}

body.dc-template-clientareadomaindetails .dcx-dd .form-control:focus,
body.dc-template-clientareadomaindetails .dcx-dd select:focus {
    border-color: var(--dcx-blue) !important;
    box-shadow: 0 0 0 3px rgba(33, 96, 232, 0.13) !important;
    outline: none !important;
}

body.dc-template-clientareadomaindetails .dcx-dd label {
    margin-bottom: 7px !important;
    color: var(--dcx-ink) !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
}

body.dc-template-clientareadomaindetails .dcx-dd .btn-primary {
    min-height: 46px !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 11px !important;
    background: var(--dcx-blue) !important;
    font-weight: 600 !important;
    box-shadow: 0 8px 18px rgba(33, 96, 232, 0.24) !important;
}

body.dc-template-clientareadomaindetails .dcx-dd .btn-primary:hover {
    background: var(--dcx-blue-deep) !important;
}

body.dc-template-clientareadomaindetails .dcx-dd .btn-default {
    min-height: 46px !important;
    padding: 0 18px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 11px !important;
    background: #ffffff !important;
    color: #45536b !important;
    font-weight: 600 !important;
}

/* Alerts inside the details page: visual only, never force display */
body.dc-template-clientareadomaindetails .alert {
    border: 1px solid transparent !important;
    border-radius: 13px !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
}

body.dc-template-clientareadomaindetails .alert-warning {
    border-color: #f7dcb0 !important;
    background: #fef8ee !important;
    color: #b54708 !important;
}

body.dc-template-clientareadomaindetails .alert-danger {
    border-color: #f6cfcb !important;
    background: #fdf3f2 !important;
    color: #b42318 !important;
}

/* No `.w-hidden { display: none !important }` here — see the note on the
   settings pages. `!important` beats jQuery's inline display, which freezes
   any block WHMCS reveals via .show()/.slideDown(). The theme's own
   non-important rule already hides these correctly. */

/* Mobile */
@media (max-width: 767.98px) {
    body.dc-template-clientareadomains #tableDomainsList thead th,
    body.dc-template-clientareadomains #tableDomainsList tbody td {
        padding: 12px 14px !important;
    }

    .dcx-dm-bulk {
        padding: 12px 14px;
    }

    .dcx-dm-actions {
        text-align: left !important;
    }

    .dcx-dm-actions a {
        margin: 0 5px 0 0 !important;
    }

    .dcx-dd-head {
        flex-direction: column;
        align-items: stretch;
    }

    .dcx-dd-visit {
        justify-content: center;
    }

    .dcx-dd-cell {
        border-right: 0;
    }

    body.dc-template-clientareadomaindetails .dcx-dd .card-body {
        padding: 18px !important;
    }

    .dcx-dd-grid {
        margin: 0 -18px -18px;
    }

    .dcx-dd-cell {
        padding: 14px 18px;
    }
}

/* ============================================================
   DCX pass 21: bulk domain management (nameservers, autorenew,
   registrar lock, contact info).
   ============================================================ */

body.dc-template-bulkdomainmanagement {
    --dcx-blue: #2160e8;
    --dcx-blue-deep: #1447b8;
    --dcx-blue-soft: #eef4ff;
    --dcx-ink: #101b2e;
    --dcx-muted: #5c6b84;
    --dcx-border: #e4eaf3;
    font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
    background: #f5f8fc !important;
}

body.dc-template-bulkdomainmanagement #main-body {
    padding: 30px 0 56px !important;
    background: transparent !important;
}

body.dc-template-bulkdomainmanagement #main-body > .container {
    max-width: 900px !important;
}

body.dc-template-bulkdomainmanagement .master-breadcrumb,
body.dc-template-bulkdomainmanagement #main-body > .container > .row > [class*="col-lg-4"],
body.dc-template-bulkdomainmanagement #main-body > .container > .row > [class*="col-xl-3"] {
    display: none !important;
}

body.dc-template-bulkdomainmanagement #main-body .primary-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* No `.w-hidden { display: none !important }` here — see the note on the
   settings pages. It would freeze anything WHMCS reveals via jQuery. */

/* Head */
.dcx-bd-head {
    margin-bottom: 20px;
}

.dcx-bd-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--dcx-muted) !important;
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none !important;
}

.dcx-bd-back:hover {
    color: var(--dcx-blue) !important;
}

.dcx-bd-head h1 {
    margin: 0 0 7px !important;
    color: var(--dcx-ink) !important;
    font-size: clamp(1.4rem, 2.4vw, 1.8rem) !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.2 !important;
}

.dcx-bd-head p {
    margin: 0 !important;
    color: var(--dcx-muted) !important;
    font-size: 0.92rem !important;
    font-weight: 400 !important;
}

/* Affected domains */
.dcx-bd-scope {
    margin-bottom: 18px;
    padding: 16px 18px;
    border: 1px solid #dbe9fb;
    border-radius: 14px;
    background: #f4f8ff;
}

.dcx-bd-scope-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 11px;
    color: #3f5678;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dcx-bd-scope-label i {
    color: var(--dcx-blue);
}

.dcx-bd-chips {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.dcx-bd-chips li {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 30px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border: 1px solid #d7e4fb !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: var(--dcx-ink) !important;
    font-size: 0.83rem !important;
    font-weight: 600 !important;
}

/* Card */
.dcx-bd-card {
    padding: 26px 26px 22px;
    border: 1px solid var(--dcx-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 12px 30px rgba(16, 24, 40, 0.05);
}

.dcx-bd-cardhead {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 0 20px !important;
    color: var(--dcx-ink) !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
}

.dcx-bd-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    color: var(--dcx-blue);
    background: var(--dcx-blue-soft);
    font-size: 0.9rem;
}

/* Alerts (visual only — display left to WHMCS) */
body.dc-template-bulkdomainmanagement .dcx-bd-alert {
    margin-bottom: 18px !important;
    padding: 14px 16px !important;
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    font-size: 0.89rem !important;
}

body.dc-template-bulkdomainmanagement .dcx-bd-alert p {
    margin: 0 !important;
}

body.dc-template-bulkdomainmanagement .alert-success {
    border-color: #bbf0d3 !important;
    background: #e9f9f1 !important;
    color: #067647 !important;
}

body.dc-template-bulkdomainmanagement .alert-error,
body.dc-template-bulkdomainmanagement .alert-danger {
    border-color: #f6cfcb !important;
    background: #fdf3f2 !important;
    color: #b42318 !important;
}

body.dc-template-bulkdomainmanagement .dcx-bd-alert ul {
    margin: 8px 0 0 !important;
    padding-left: 18px !important;
}

/* Selectable choices (nameserver mode / whois mode) */
.dcx-bd-choices {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

body.dc-template-bulkdomainmanagement .dcx-bd-choice {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 15px 16px !important;
    border: 1.5px solid var(--dcx-border) !important;
    border-radius: 13px !important;
    background: #ffffff !important;
    cursor: pointer !important;
    transition: border-color .14s ease, background .14s ease, box-shadow .14s ease !important;
}

body.dc-template-bulkdomainmanagement .dcx-bd-choice:hover {
    border-color: #c6d8f7 !important;
    background: #fbfcff !important;
}

/* Selected state is driven ONLY by `.is-selected`, which the page script
   keeps in sync with the radios.
   Deliberately no `:has(input:checked)` here: including it caused Chrome to
   stop invalidating these cards on change, so the previously-selected card
   stayed highlighted and the newly-selected one never lit up. Verified by
   clone-replacing the node, which rendered correctly while the live node
   did not. Keep this selector-free of `:has()`. */
body.dc-template-bulkdomainmanagement .dcx-bd-choice.is-selected {
    border-color: var(--dcx-blue) !important;
    background: #f6f9ff !important;
    box-shadow: 0 6px 18px rgba(33, 96, 232, 0.12) !important;
}

body.dc-template-bulkdomainmanagement .dcx-bd-choice input[type="radio"] {
    position: static !important;
    flex: 0 0 auto !important;
    width: 17px !important;
    height: 17px !important;
    margin: 2px 0 0 !important;
    accent-color: var(--dcx-blue) !important;
    cursor: pointer !important;
}

.dcx-bd-choice-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.dcx-bd-choice-text strong {
    color: var(--dcx-ink) !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
}

.dcx-bd-choice-text small {
    color: var(--dcx-muted) !important;
    font-size: 0.79rem !important;
    line-height: 1.45 !important;
}

/* Fields */
.dcx-bd-field {
    margin-bottom: 14px !important;
}

body.dc-template-bulkdomainmanagement .dcx-bd-field label {
    display: block !important;
    margin-bottom: 7px !important;
    color: var(--dcx-ink) !important;
    font-size: 0.84rem !important;
    font-weight: 600 !important;
}

body.dc-template-bulkdomainmanagement .dcx-bd-card .form-control,
body.dc-template-bulkdomainmanagement .dcx-bd-card select {
    width: 100% !important;
    min-height: 46px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 11px !important;
    background-color: #ffffff !important;
    color: var(--dcx-ink) !important;
    font-size: 0.92rem !important;
    box-shadow: none !important;
    transition: border-color .14s ease, box-shadow .14s ease !important;
}

body.dc-template-bulkdomainmanagement .dcx-bd-card .form-control:focus,
body.dc-template-bulkdomainmanagement .dcx-bd-card select:focus {
    border-color: var(--dcx-blue) !important;
    box-shadow: 0 0 0 3px rgba(33, 96, 232, 0.13) !important;
    outline: none !important;
}

/* Disabled fields read as inactive (the ns/whois toggles use this) */
body.dc-template-bulkdomainmanagement .dcx-bd-card .form-control[disabled],
body.dc-template-bulkdomainmanagement .dcx-bd-card select[disabled] {
    background-color: #f6f8fc !important;
    color: #9aa7bd !important;
    cursor: not-allowed !important;
}

.dcx-bd-ns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0 16px;
}

.dcx-bd-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 0 16px;
}

/* IRTP-sensitive fields get a subtle marker.
   Needs the .dcx-bd-card prefix to outrank the generic field styling. */
body.dc-template-bulkdomainmanagement .dcx-bd-card .form-control.irtp-field,
body.dc-template-bulkdomainmanagement .irtp-field {
    border-color: #f7dcb0 !important;
    background-color: #fffdf8 !important;
}

/* Note block */
.dcx-bd-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    padding: 15px 17px;
    border: 1px solid #dbe9fb;
    border-radius: 13px;
    background: #f4f8ff;
}

.dcx-bd-note > i {
    margin-top: 3px;
    color: var(--dcx-blue);
    font-size: 0.95rem;
}

.dcx-bd-note p {
    margin: 0 0 6px !important;
    color: #3f5678 !important;
    font-size: 0.87rem !important;
    line-height: 1.55 !important;
}

.dcx-bd-note p:last-child {
    margin-bottom: 0 !important;
}

/* Tabs (contact info) */
body.dc-template-bulkdomainmanagement .dcx-bd-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--dcx-border) !important;
    list-style: none !important;
}

body.dc-template-bulkdomainmanagement .dcx-bd-tabs .nav-item {
    margin: 0 !important;
}

body.dc-template-bulkdomainmanagement .dcx-bd-tabs .nav-link {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 40px !important;
    padding: 0 15px !important;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 9px 9px 0 0 !important;
    background: transparent !important;
    color: #45536b !important;
    font-size: 0.89rem !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    transition: color .14s ease, background .14s ease, border-color .14s ease !important;
}

body.dc-template-bulkdomainmanagement .dcx-bd-tabs .nav-link:hover {
    color: var(--dcx-blue) !important;
    background: #f6f9ff !important;
}

body.dc-template-bulkdomainmanagement .dcx-bd-tabs .nav-link.active {
    color: var(--dcx-blue) !important;
    background: var(--dcx-blue-soft) !important;
    border-bottom-color: var(--dcx-blue) !important;
}

body.dc-template-bulkdomainmanagement .responsive-tabs-sm-connector {
    display: none !important;
}

body.dc-template-bulkdomainmanagement .dcx-bd-tabcontent {
    padding: 0 !important;
}

/* Actions */
.dcx-bd-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 11px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eef2f8;
}

body.dc-template-bulkdomainmanagement .dcx-bd-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    min-height: 48px !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #2f6bff 0%, #1d55d6 100%) !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 0.93rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    box-shadow: 0 10px 24px rgba(33, 96, 232, 0.26) !important;
    transition: transform .15s ease, box-shadow .15s ease !important;
}

body.dc-template-bulkdomainmanagement .dcx-bd-primary:hover {
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 14px 30px rgba(33, 96, 232, 0.32) !important;
}

body.dc-template-bulkdomainmanagement .dcx-bd-primary.is-ok {
    background: linear-gradient(135deg, #17c964 0%, #0e9f4f 100%) !important;
    box-shadow: 0 10px 24px rgba(18, 183, 106, 0.26) !important;
}

body.dc-template-bulkdomainmanagement .dcx-bd-primary.is-ok:hover {
    box-shadow: 0 14px 30px rgba(18, 183, 106, 0.32) !important;
}

body.dc-template-bulkdomainmanagement .dcx-bd-ghost {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    min-height: 48px !important;
    padding: 0 20px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #45536b !important;
    font-family: inherit !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: color .14s ease, background .14s ease, border-color .14s ease !important;
}

body.dc-template-bulkdomainmanagement .dcx-bd-ghost.is-danger:hover {
    color: #b42318 !important;
    border-color: #f6cfcb !important;
    background: #fdf3f2 !important;
}

/* Mobile */
@media (max-width: 767.98px) {
    .dcx-bd-card {
        padding: 18px 16px 16px;
        border-radius: 14px;
    }

    .dcx-bd-choices,
    .dcx-bd-ns,
    .dcx-bd-grid {
        grid-template-columns: 1fr;
    }

    .dcx-bd-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.dc-template-bulkdomainmanagement .dcx-bd-primary,
    body.dc-template-bulkdomainmanagement .dcx-bd-ghost {
        width: 100% !important;
    }
}

/* ============================================================
   DCX pass 22:
   1. domain details — sidebar tabs become a horizontal tab bar
   2. settings pages (account details / profile / users /
      password / security) — one consistent workspace
   ============================================================ */

/* ---------- 1. Domain details tab bar ---------- */

/* Only hide the sidebar once the script has rebuilt the tabs, so navigation
   never disappears if the script fails. */
body.dc-template-clientareadomaindetails.dcx-dd-tabbed #main-body > .container > .row > [class*="col-lg-4"],
body.dc-template-clientareadomaindetails.dcx-dd-tabbed #main-body > .container > .row > [class*="col-xl-3"] {
    display: none !important;
}

body.dc-template-clientareadomaindetails.dcx-dd-tabbed #main-body .primary-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Carries the `list-group` class (needed by Bootstrap's tab plugin), so its
   column layout must be overridden back to a horizontal bar. */
body.dc-template-clientareadomaindetails .dcx-dd-tabnav,
.dcx-dd-tabnav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin: 0 0 18px !important;
    padding: 6px !important;
    border: 1px solid #e4eaf3 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 10px 28px rgba(16, 24, 40, 0.05) !important;
}

/* The moved links keep their WHMCS classes, so reset those hard. */
body.dc-template-clientareadomaindetails .dcx-dd-tabnav .dcx-dd-tab,
body.dc-template-clientareadomaindetails .dcx-dd-tabnav a.list-group-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #45536b !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: color .14s ease, background .14s ease !important;
}

body.dc-template-clientareadomaindetails .dcx-dd-tabnav .dcx-dd-tab:hover,
body.dc-template-clientareadomaindetails .dcx-dd-tabnav a.list-group-item:hover {
    color: #2160e8 !important;
    background: #f6f9ff !important;
}

body.dc-template-clientareadomaindetails .dcx-dd-tabnav .dcx-dd-tab.active,
body.dc-template-clientareadomaindetails .dcx-dd-tabnav a.list-group-item.active {
    color: #2160e8 !important;
    background: #eef4ff !important;
}

body.dc-template-clientareadomaindetails .dcx-dd-tabnav .dcx-dd-tab.disabled,
body.dc-template-clientareadomaindetails .dcx-dd-tabnav a.list-group-item.disabled {
    opacity: 0.45 !important;
    pointer-events: none !important;
}

/* The links wrap their label in sidebar markup — flatten it. */
body.dc-template-clientareadomaindetails .dcx-dd-tabnav .sidebar-menu-item-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
}

body.dc-template-clientareadomaindetails .dcx-dd-tabnav .sidebar-menu-item-icon-wrapper,
body.dc-template-clientareadomaindetails .dcx-dd-tabnav .sidebar-menu-item-label,
body.dc-template-clientareadomaindetails .dcx-dd-tabnav .sidebar-menu-item-badge {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.dc-template-clientareadomaindetails .dcx-dd-tabnav .sidebar-menu-item-icon {
    color: #9aa7bd !important;
    font-size: 0.82rem !important;
    transition: color .14s ease !important;
}

body.dc-template-clientareadomaindetails .dcx-dd-tabnav .dcx-dd-tab:hover .sidebar-menu-item-icon,
body.dc-template-clientareadomaindetails .dcx-dd-tabnav .dcx-dd-tab.active .sidebar-menu-item-icon {
    color: #2160e8 !important;
}

body.dc-template-clientareadomaindetails .dcx-dd-tabnav .badge {
    padding: 2px 7px !important;
    border-radius: 999px !important;
    background: #eef4ff !important;
    color: #2160e8 !important;
    font-size: 0.7rem !important;
}

/* ---------- 2. Settings pages ---------- */

body.dc-template-clientareadetails,
body.dc-template-user-profile,
body.dc-template-user-password,
body.dc-template-user-security,
body.dc-template-account-user-management,
body.dc-template-account-user-permissions,
body.dc-template-clientareasecurity,
body.dc-template-clientareaemails {
    --dcx-blue: #2160e8;
    --dcx-blue-deep: #1447b8;
    --dcx-blue-soft: #eef4ff;
    --dcx-ink: #101b2e;
    --dcx-muted: #5c6b84;
    --dcx-border: #e4eaf3;
    font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
    background: #f5f8fc !important;
}

body.dc-template-clientareadetails #main-body,
body.dc-template-user-profile #main-body,
body.dc-template-user-password #main-body,
body.dc-template-user-security #main-body,
body.dc-template-account-user-management #main-body,
body.dc-template-account-user-permissions #main-body {
    padding: 30px 0 56px !important;
    background: transparent !important;
}

body.dc-template-clientareadetails #main-body > .container,
body.dc-template-user-profile #main-body > .container,
body.dc-template-user-password #main-body > .container,
body.dc-template-user-security #main-body > .container,
body.dc-template-account-user-management #main-body > .container,
body.dc-template-account-user-permissions #main-body > .container {
    max-width: 1180px !important;
}

body.dc-template-clientareadetails .master-breadcrumb,
body.dc-template-user-profile .master-breadcrumb,
body.dc-template-user-password .master-breadcrumb,
body.dc-template-user-security .master-breadcrumb,
body.dc-template-account-user-management .master-breadcrumb,
body.dc-template-account-user-permissions .master-breadcrumb {
    display: none !important;
}

/* Drop WHMCS's own side column — the page has its own settings nav */
body.dc-template-clientareadetails #main-body > .container > .row > [class*="col-lg-4"],
body.dc-template-clientareadetails #main-body > .container > .row > [class*="col-xl-3"],
body.dc-template-user-profile #main-body > .container > .row > [class*="col-lg-4"],
body.dc-template-user-profile #main-body > .container > .row > [class*="col-xl-3"],
body.dc-template-user-password #main-body > .container > .row > [class*="col-lg-4"],
body.dc-template-user-password #main-body > .container > .row > [class*="col-xl-3"],
body.dc-template-user-security #main-body > .container > .row > [class*="col-lg-4"],
body.dc-template-user-security #main-body > .container > .row > [class*="col-xl-3"],
body.dc-template-account-user-management #main-body > .container > .row > [class*="col-lg-4"],
body.dc-template-account-user-management #main-body > .container > .row > [class*="col-xl-3"],
body.dc-template-account-user-permissions #main-body > .container > .row > [class*="col-lg-4"],
body.dc-template-account-user-permissions #main-body > .container > .row > [class*="col-xl-3"] {
    display: none !important;
}

body.dc-template-clientareadetails #main-body .primary-content,
body.dc-template-user-profile #main-body .primary-content,
body.dc-template-user-password #main-body .primary-content,
body.dc-template-user-security #main-body .primary-content,
body.dc-template-account-user-management #main-body .primary-content,
body.dc-template-account-user-permissions #main-body .primary-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* NOTE: deliberately no `.w-hidden { display: none !important }` here.
   WHMCS reveals hidden blocks with jQuery .show()/.slideDown(), which sets an
   inline `display`. An `!important` rule BEATS inline styles, so adding one
   permanently freezes those blocks shut — it broke the "Choose permissions"
   grid (#invitePermissions is `w-hidden` and slideDown()s open).
   The theme's own `.w-hidden { display: none }` (no !important) is correct:
   it hides by default and still yields to jQuery. Leave it alone. */

/* Header */
.dc-account-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.dc-account-head h1 {
    margin: 10px 0 6px !important;
    color: var(--dcx-ink) !important;
    font-size: clamp(1.4rem, 2.4vw, 1.8rem) !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.2 !important;
}

.dc-account-head p {
    margin: 0 !important;
    color: var(--dcx-muted) !important;
    font-size: 0.92rem !important;
    font-weight: 400 !important;
}

.dc-account-breadcrumb {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    color: #8b98ad !important;
    font-size: 0.79rem !important;
    font-weight: 500 !important;
}

.dc-account-breadcrumb span {
    color: #c3cddc !important;
}

/* Layout: settings nav + content */
.dc-account-layout {
    display: grid !important;
    grid-template-columns: 250px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 20px !important;
}

.dc-account-side-card {
    position: sticky !important;
    top: 22px !important;
    overflow: hidden !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 10px 28px rgba(16, 24, 40, 0.05) !important;
}

.dc-account-side-title {
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;
    padding: 15px 16px !important;
    border-bottom: 1px solid var(--dcx-border) !important;
    background: #fafcff !important;
    color: var(--dcx-ink) !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
}

.dc-account-side-title > span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 32px !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 9px !important;
    color: var(--dcx-blue) !important;
    background: var(--dcx-blue-soft) !important;
    font-size: 0.82rem !important;
}

.dc-account-side-title .fa-chevron-up,
.dc-account-side-title .fa-chevron-down {
    margin-left: auto !important;
    color: #c3cddc !important;
    font-size: 0.72rem !important;
}

.dc-account-side-nav {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    padding: 8px !important;
}

.dc-account-side-nav a {
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;
    min-height: 40px !important;
    padding: 0 12px !important;
    border-radius: 9px !important;
    color: #45536b !important;
    font-size: 0.87rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color .14s ease, background .14s ease !important;
}

.dc-account-side-nav a i {
    width: 15px !important;
    color: #9aa7bd !important;
    font-size: 0.78rem !important;
    text-align: center !important;
    transition: color .14s ease !important;
}

.dc-account-side-nav a:hover {
    color: var(--dcx-blue) !important;
    background: #f6f9ff !important;
}

.dc-account-side-nav a.active {
    color: var(--dcx-blue) !important;
    background: var(--dcx-blue-soft) !important;
    font-weight: 600 !important;
}

.dc-account-side-nav a:hover i,
.dc-account-side-nav a.active i {
    color: var(--dcx-blue) !important;
}

/* Content cards */
.dc-account-main {
    display: grid !important;
    gap: 18px !important;
    min-width: 0 !important;
}

.dc-account-card {
    padding: 24px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 12px 30px rgba(16, 24, 40, 0.05) !important;
}

.dc-account-card-head {
    display: flex !important;
    align-items: center !important;
    gap: 13px !important;
    margin-bottom: 20px !important;
}

.dc-account-card-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 38px !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 11px !important;
    color: var(--dcx-blue) !important;
    background: var(--dcx-blue-soft) !important;
    font-size: 0.9rem !important;
}

.dc-account-card-head h2 {
    margin: 0 !important;
    color: var(--dcx-ink) !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
}

.dc-account-card-head p {
    margin: 2px 0 0 !important;
    color: var(--dcx-muted) !important;
    font-size: 0.84rem !important;
}

/* Fields */
.dc-account-fields-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 0 16px !important;
}

.dc-account-form-group {
    margin-bottom: 14px !important;
}

body.dc-template-clientareadetails .dc-account-page label,
body.dc-template-user-profile .dc-account-page label,
body.dc-template-account-user-management .dc-account-page label,
.dc-account-form-group label {
    display: block !important;
    margin-bottom: 7px !important;
    color: var(--dcx-ink) !important;
    font-size: 0.84rem !important;
    font-weight: 600 !important;
}

.dc-account-page .form-control,
.dc-account-page select,
.dc-account-page .custom-select {
    width: 100% !important;
    min-height: 46px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 11px !important;
    background-color: #ffffff !important;
    color: var(--dcx-ink) !important;
    font-size: 0.92rem !important;
    box-shadow: none !important;
    transition: border-color .14s ease, box-shadow .14s ease !important;
}

.dc-account-page .form-control:focus,
.dc-account-page select:focus {
    border-color: var(--dcx-blue) !important;
    box-shadow: 0 0 0 3px rgba(33, 96, 232, 0.13) !important;
    outline: none !important;
}

.dc-account-page .form-control[disabled],
.dc-account-page .form-control.disabled {
    background-color: #f6f8fc !important;
    color: #9aa7bd !important;
}

.dc-account-page textarea.form-control {
    min-height: 110px !important;
    padding: 12px 14px !important;
}

/* Actions */
.dc-account-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 11px !important;
    margin-top: 18px !important;
    padding-top: 18px !important;
    border-top: 1px solid #eef2f8 !important;
}

.dc-account-page .dc-account-save,
.dc-account-page .btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    min-height: 46px !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 11px !important;
    background: var(--dcx-blue) !important;
    color: #ffffff !important;
    font-size: 0.91rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(33, 96, 232, 0.22) !important;
    transition: background .15s ease, transform .15s ease !important;
}

.dc-account-page .dc-account-save:hover,
.dc-account-page .btn-primary:hover {
    color: #ffffff !important;
    background: var(--dcx-blue-deep) !important;
    transform: translateY(-1px) !important;
}

.dc-account-page .btn-default {
    min-height: 46px !important;
    padding: 0 18px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 11px !important;
    background: #ffffff !important;
    color: #45536b !important;
    font-weight: 600 !important;
}

.dc-account-page .btn-danger {
    min-height: 42px !important;
    padding: 0 16px !important;
    border: 1px solid #f6cfcb !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #b42318 !important;
    font-weight: 600 !important;
}

.dc-account-page .btn-danger:hover {
    background: #fdf3f2 !important;
}

/* Alerts (visual only) */
.dc-account-alert .alert,
.dc-account-page .alert {
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    font-size: 0.89rem !important;
    font-weight: 500 !important;
}

.dc-account-page .alert-success {
    border-color: #bbf0d3 !important;
    background: #e9f9f1 !important;
    color: #067647 !important;
}

.dc-account-page .alert-danger,
.dc-account-page .alert-error {
    border-color: #f6cfcb !important;
    background: #fdf3f2 !important;
    color: #b42318 !important;
}

/* User management list */
.dc-user-management-summary {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
    gap: 12px !important;
    margin-bottom: 18px !important;
}

.dc-user-management-summary-item {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    padding: 14px 16px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 12px !important;
    background: #fafcff !important;
}

.dc-user-management-list {
    display: grid !important;
    gap: 10px !important;
}

.dc-user-management-item {
    display: flex !important;
    align-items: center !important;
    gap: 13px !important;
    padding: 14px 16px !important;
    border: 1px solid var(--dcx-border) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    transition: border-color .14s ease, box-shadow .14s ease !important;
}

.dc-user-management-item:hover {
    border-color: #d7e4fb !important;
    box-shadow: 0 8px 20px rgba(33, 96, 232, 0.07) !important;
}

.dc-user-management-avatar {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #2f6bff, #1d55d6) !important;
    font-size: 0.86rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

/* Mobile */
@media (max-width: 991.98px) {
    .dc-account-layout {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .dc-account-side-card {
        position: static !important;
    }

    .dc-account-side-nav {
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }
}

@media (max-width: 767.98px) {
    .dc-account-head {
        flex-direction: column;
        align-items: stretch;
    }

    .dc-account-card {
        padding: 18px 16px !important;
        border-radius: 14px !important;
    }

    .dc-account-fields-grid {
        grid-template-columns: 1fr !important;
    }

    .dc-account-actions {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .dc-account-page .dc-account-save,
    .dc-account-page .btn-primary,
    .dc-account-page .btn-default {
        width: 100% !important;
    }

    .dcx-dd-tabnav {
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
    }
}
