/* *****************************************************

    ** 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 — cool slate tinted toward the brand navy */
    --neutral-50: #f7f9fc;
    --neutral-100: #eef2f8;
    --neutral-200: #dde4ef;
    --neutral-300: #c3cee0;
    --neutral-400: #8e9db8;
    --neutral-500: #5f7191;
    --neutral-600: #45587a;
    --neutral-700: #324464;
    --neutral-800: #20355a;
    --neutral-900: #142a48;
    --neutral-950: #0c1c33;

    /* Brand palette — Tocaan navy */
    --primary-50: #f0f4fa;
    --primary-100: #dde7f3;
    --primary-200: #c0d2e8;
    --primary-300: #96b3d6;
    --primary-400: #648cbd;
    --primary-500: #426da3;
    --primary-600: #305689;
    --primary-700: #25446e;
    --primary-800: #1b3556;
    --primary-900: #142a48;
    --primary-950: #0c1c33;

    /* Brand accent — Tocaan gold */
    --accent: #f7a60c;
    --accent-lifted: #e0950a;
    --accent-accented: #c48108;
    --accent-soft: #fef3dd;

    /* Primary colors */
    --primary: var(--primary-900);
    --primary-lifted: var(--primary-800);
    --primary-accented: var(--primary-700);

    /* 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: #2563eb;
    --info-lifted: #1d4ed8;
    --info-accented: #1e40af;

    /* 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 (used for primary buttons / dark surfaces) */
    --grayscale: var(--primary-900);
    --grayscale-lifted: var(--primary-700);
    --grayscale-accented: var(--primary-800);

    /* 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 — fully rounded look */
    --rounding-sm: 0.5rem;
    --rounding-md: 0.75rem;
    --rounding-lg: 1rem;
    --rounding-full: 999px;

    /* Other */
    --letter-spacing: 0em;
    --disabled-opacity: 25%;
}

#order-standard_cart .sub-heading,
#containerNewUserSignup .row:nth-child(3) .col-sm-6:nth-child(2),
#containerNewUserSignup .row:nth-child(5) .col-sm-12:nth-child(1),
#containerNewUserSignup .row:nth-child(5) .col-sm-12:nth-child(2),
#containerNewUserSignup .row:nth-child(5) .col-sm-12:nth-child(3),
#containerNewUserSignup .row:nth-child(5) .col-sm-4:nth-child(4),
#containerNewUserSignup .row:nth-child(5) .col-sm-5:nth-child(5),
.flag-box,
.intl-tel-input .selected-flag .iti-arrow,
#frmCheckout .text-muted,
#frmCheckout > .row.margin-bottom,
.cart-body .checkout-security-msg,
#order-standard_cart .cart-sidebar{
    display: none !important;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    direction: ltr;
    float: left;
    padding-top: 7px;
}
.intl-tel-input .country-list .country.highlight {
    direction: ltr;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 15px;
}


#order-standard_cart .cart-body,
#order-standard_cart .captcha-container .form-control{
    width: 100% !important;
    max-width: none !important;
}
#order-standard_cart .captcha-container img {
    height: 40px;
}
@media (min-width: 768px) {
    .offset-md-2 {
        margin: auto !important;
    }
}

.already-registered.clearfix {
    padding-bottom: 15px;
}
/* Shrink header logo ~50% */
header.header .logo-img {
    max-width: 200px;
    max-height: 30px;
}

/* *****************************************************
    Global refresh: smaller type + modern look
***************************************************** */

/* Smaller base font: all rem-based sizing (text, buttons,
   forms, headings) scales down from 16px to 14px */
html {
    font-size: 14px;
}

body {
    font-family: "Open Sans", "IBM Plex Sans Arabic", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Page background: soft brand-tinted instead of flat gray */
.primary-bg-color {
    background-color: var(--neutral-100);
}

/* Tighter, heavier headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--neutral-900);
}

/* Px-based sizes that don't scale with the html font-size */
header.header .navbar-nav a {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

/* Tighter nav gaps so all flattened store items fit on one row
   (item padding provides the visual separation) */
#nav {
    gap: 4px;
}

/* Disable the overflow "More" dropdown — show all items inline,
   wrapping to a second row if needed */
header.header .collapsable-dropdown {
    display: none !important;
}

header.header .navbar {
    min-height: 56px;
}

header.header .btn {
    font-size: 13px;
}

.primary-content .card-title {
    font-size: 17px;
    font-weight: 600;
}

/* Header: cleaner, lighter */
header.header {
    border-bottom: 1px solid var(--border-muted);
}

header.header .toolbar .nav-link {
    border-color: var(--border-muted);
    transition: border-color 0.2s ease, color 0.2s ease;
}

header.header .toolbar .nav-link:hover {
    border-color: var(--border-lifted);
}

/* Cards: soft borders, rounder corners, subtle depth */
.primary-content .card,
.card {
    border: 1px solid var(--border-muted);
    border-radius: var(--rounding-lg);
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

body .primary-content .card .card-body {
    padding: 24px;
}

.card-header {
    background-color: var(--bg-muted);
    border-bottom: 1px solid var(--border-muted);
    font-weight: 600;
}

/* Buttons: fully rounded (pill), medium weight, gentle hover */
.btn {
    border-radius: var(--rounding-full);
    font-weight: 500;
    padding-left: 1.1em;
    padding-right: 1.1em;
    transition: background-color 0.2s ease, border-color 0.2s ease,
                color 0.2s ease, box-shadow 0.2s ease;
}

/* Primary action: brand gold on navy text — distinctive Tocaan look */
.btn-primary,
body #frmDomainHomepage .btn-primary {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--primary-950);
    font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
body #frmDomainHomepage .btn-primary:hover,
body #frmDomainHomepage .btn-primary:focus,
body #frmDomainHomepage .btn-primary:active {
    background: var(--accent-lifted);
    border-color: var(--accent-lifted);
    color: var(--primary-950);
}

.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 166, 12, 0.3);
}

body #main-body .btn-outline-primary {
    border-color: var(--primary-300);
    border-radius: var(--rounding-full);
}

body #main-body .btn-outline-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

/* Pill search + domain search bars */
header.header .search,
.home-domain-search .input-group-wrapper,
body #frmDomainHomepage .input-group-wrapper {
    border-radius: var(--rounding-full);
}

.home-domain-search .input-group-wrapper .form-control {
    border-radius: var(--rounding-full);
}

.home-domain-search .input-group-wrapper .btn,
body #frmDomainHomepage .btn {
    border-radius: var(--rounding-full) !important;
}

/* Forms: compact, consistent, rounder */
.form-control,
.custom-select {
    font-size: 0.95rem;
    border-radius: var(--rounding-md);
    border-color: var(--border-muted);
}

textarea.form-control {
    border-radius: var(--rounding-md);
}

.form-control:focus,
.custom-select:focus {
    border-color: var(--primary-400);
    box-shadow: 0 0 0 0.2rem rgba(20, 42, 72, 0.08);
}

label {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-accented);
}

/* Replace leftover hardcoded grays with brand-tinted colors */
header.header .navbar a {
    color: var(--neutral-700);
}

header.header .dropdown-item.active,
header.header .dropdown-item:active {
    background-color: var(--primary-100);
    color: var(--primary-900);
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: var(--primary-50);
    color: var(--primary-900);
}

/* Main nav links: pill shape; current page gets solid navy */
header.header #nav > li > a {
    display: inline-block;
    padding: 7px 16px;
    border-radius: var(--rounding-full);
    transition: background-color 0.2s ease, color 0.2s ease;
}

header.header #nav > li > a:hover {
    background-color: var(--primary-50);
    color: var(--primary-900);
    text-decoration: none;
}

header.header #nav > li > a.nav-active {
    background-color: var(--primary);
    color: #fff;
}

header.header #nav > li > a.nav-active:hover {
    background-color: var(--primary-lifted);
    color: #fff;
}

/* Topbar (logged-in strip) on brand navy */
header.header .topbar {
    background-color: var(--primary-950);
}

/* Header domain CTA (replaces the knowledgebase search):
   pill link with offer badge + colorful confetti sprinkles */
.domain-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 20px;
    background: #fff;
    border: 1px solid var(--border-muted);
    border-radius: var(--rounding-full);
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
    color: var(--primary-900);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.domain-cta:hover {
    border-color: var(--primary-300);
    box-shadow: 0 3px 10px rgba(16, 24, 40, 0.1);
    color: var(--primary-900);
    text-decoration: none;
}

.domain-cta .domain-cta-text i {
    color: var(--accent);
    font-size: 12px;
}

.domain-cta .domain-cta-badge {
    padding: 3px 12px;
    background: var(--accent-soft);
    color: var(--accent-accented);
    border-radius: var(--rounding-full);
    font-size: 11px;
    font-weight: 700;
}

.domain-cta-mobile {
    display: flex;
    justify-content: center;
}

/* Confetti sprinkles: green / yellow / red / blue */
.domain-cta .sprinkle {
    position: absolute;
    width: 5px;
    height: 10px;
    border-radius: 2px;
    pointer-events: none;
    animation: sprinkle-twinkle 1.6s ease-in-out infinite;
}

.domain-cta .sprinkle-1 {
    top: -5px;
    left: 18px;
    background: #22c55e;
    transform: rotate(25deg);
}

.domain-cta .sprinkle-2 {
    top: -7px;
    right: 34px;
    background: #f7a60c;
    transform: rotate(-20deg);
    animation-delay: 0.3s;
}

.domain-cta .sprinkle-3 {
    bottom: -6px;
    left: 44px;
    background: #ef4444;
    transform: rotate(-35deg);
    animation-delay: 0.6s;
}

.domain-cta .sprinkle-4 {
    bottom: -5px;
    right: 14px;
    background: #3b82f6;
    transform: rotate(15deg);
    animation-delay: 0.9s;
}

.domain-cta .sprinkle-5 {
    top: -4px;
    right: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ef4444;
    animation-delay: 1.2s;
}

@keyframes sprinkle-twinkle {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.25; }
}

/* Tables: denser, modern header style */
.table {
    font-size: 0.95rem;
}

.table thead th,
table.dataTable thead th {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-lifted);
    border-bottom-width: 1px;
}

.table td, .table th {
    padding: 0.65rem 0.75rem;
    vertical-align: middle;
}

/* Dropdowns: floating panel feel */
.dropdown-menu {
    border: 1px solid var(--border-muted);
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.12);
    font-size: 0.95rem;
    padding: 0.4rem;
}

.dropdown-item {
    border-radius: var(--rounding-sm);
    padding: 0.4rem 0.75rem;
}

/* Breadcrumb bar: removed entirely (with its background strip) */
.master-breadcrumb {
    display: none;
}

/* Alerts and badges: rounder */
.alert {
    border-radius: var(--rounding-md);
}

.badge {
    font-weight: 600;
    border-radius: 999px;
    padding: 0.3em 0.7em;
}

/* Modals */
.modal-content {
    border: 0;
    border-radius: var(--rounding-lg);
    box-shadow: 0 16px 48px rgba(16, 24, 40, 0.2);
    overflow: hidden;
}

.modal .modal-header {
    background-color: var(--bg-muted);
    border-bottom: 1px solid var(--border-muted);
}

/* Footer: slightly more compact */
footer.footer {
    font-size: 0.85rem;
}

footer.footer .copyright {
    margin: 20px 0 10px;
    font-size: 0.8rem;
}

/* Homepage cards */
.card-columns.home .card .card-body {
    padding: 28px 24px;
}

.card-columns.home .pricing-card-title {
    font-size: 1.15rem;
}

/* *****************************************************
    Homepage domain search: centered, narrower, big CTAs
***************************************************** */
.home-domain-search h2 {
    margin-bottom: 8px;
    font-size: 1.7rem;
}

.home-domain-search .input-group-wrapper {
    max-width: 620px;
    margin: 20px auto 0;
    padding: 6px;
    border-radius: var(--rounding-full);
}

.home-domain-search .input-group-wrapper .form-control {
    height: auto;
    padding: 14px 22px;
    font-size: 1.1rem;
    background: transparent;
}

/* Search + transfer buttons side by side under the bar */
.domain-search-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

body #frmDomainHomepage .domain-search-actions .btn {
    padding: 12px 48px;
    font-size: 1.05rem;
    font-weight: 600;
}

/* Transfer button: outline only, no background fill */
body #frmDomainHomepage #btnTransfer {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
}

body #frmDomainHomepage #btnTransfer:hover,
body #frmDomainHomepage #btnTransfer:focus,
body #frmDomainHomepage #btnTransfer:active {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

/* Domain checker banner (cart): modern navy gradient with a soft
   gold glow instead of the default orange globe artwork */
#order-standard_cart .domain-checker-bg,
.domain-checker-bg {
    background: radial-gradient(900px 360px at 85% -20%, rgba(247, 166, 12, 0.35), transparent 60%),
                linear-gradient(135deg, var(--primary-950) 0%, var(--primary-800) 60%, var(--primary-600) 100%) !important;
    border-radius: var(--rounding-lg);
}

/* *****************************************************
    Cart domain checker: suggestions list + promo boxes
***************************************************** */

/* Suggestion rows: flex layout — domain starts the row, price +
   buy button pushed to the opposite end (left side in RTL) */
.domain-lookup-result .domain-suggestion {
    display: flex;
    align-items: center;
    padding: 16px 22px;
    border-color: var(--border-muted);
}

.domain-lookup-result .domain-suggestion .domain,
.domain-lookup-result .domain-suggestion .extension {
    float: none;
    font-size: 1.1rem;
}

.domain-lookup-result .domain-suggestion .extension {
    font-weight: 700;
    color: var(--primary-900);
}

.domain-lookup-result .domain-suggestion .promo {
    float: none;
    margin: 0 12px;
}

.domain-lookup-result .domain-suggestion .actions {
    float: none;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-inline-start: auto;
}

.domain-lookup-result .domain-suggestion .actions .price {
    float: none;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-900);
}

/* Big rounded buy button */
.domain-lookup-result .btn-add-to-cart,
#order-standard_cart .btn-add-to-cart {
    float: none;
    padding: 10px 30px;
    border: 0;
    border-radius: var(--rounding-full);
    background: var(--accent);
    color: var(--primary-950);
    font-size: 1rem;
    font-weight: 600;
}

.domain-lookup-result .btn-add-to-cart:hover,
#order-standard_cart .btn-add-to-cart:hover {
    background: var(--accent-lifted);
    color: var(--primary-950);
}

/* Sale/hot/new labels in suggestions: soft pills */
.domain-suggestion .promo > span {
    display: inline-block;
    padding: 3px 12px;
    border-radius: var(--rounding-full);
    font-size: 11px;
    font-weight: 700;
}

.domain-suggestion .sales-group-sale {
    background-color: var(--accent-soft);
    color: var(--accent-accented);
}

.domain-suggestion .sales-group-hot {
    background-color: #fde3e1;
    color: #c2362e;
}

.domain-suggestion .sales-group-new {
    background-color: #d9f6e9;
    color: #14794d;
}

/* Exact match section: drop the heading, show the result as a
   soft rounded banner (modern, like major registrars) */
#order-standard_cart #primaryExactHeading {
    display: none;
}

#order-standard_cart #primaryLookupResult {
    margin: 28px 0 8px;
}

#order-standard_cart #primaryLookupResult p {
    margin: 0 auto 20px;
    padding: 16px 28px;
    border-radius: var(--rounding-full);
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
}

#order-standard_cart .domain-checker-unavailable,
#order-standard_cart .domain-checker-invalid {
    background-color: #fdecea;
    color: #b3261e;
}

#order-standard_cart .domain-checker-available {
    background-color: #e3f6ec;
    color: #14794d;
}

/* Spotlight TLD boxes: clean cards with pill badges instead of
   the rotated corner ribbons */
#order-standard_cart .spotlight-tlds {
    margin: 20px 0 8px;
}

#order-standard_cart .spotlight-tld {
    position: relative;
    overflow: hidden;
    padding: 26px 20px 20px;
    background: #fff;
    border: 1px solid var(--border-muted);
    border-radius: var(--rounding-lg);
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
    text-align: center;
}

#order-standard_cart .spotlight-tld .spotlight-tld-sale,
#order-standard_cart .spotlight-tld .spotlight-tld-hot,
#order-standard_cart .spotlight-tld .spotlight-tld-new {
    position: absolute;
    top: 12px;
    inset-inline-end: 12px;
    left: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding: 3px 12px;
    transform: none;
    border-radius: var(--rounding-full);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

#order-standard_cart .spotlight-tld .spotlight-tld-sale {
    background-color: var(--accent-soft);
    color: var(--accent-accented);
}

#order-standard_cart .spotlight-tld .spotlight-tld-hot {
    background-color: #fde3e1;
    color: #c2362e;
}

#order-standard_cart .spotlight-tld .spotlight-tld-new {
    background-color: #d9f6e9;
    color: #14794d;
}

/* Unavailable state buttons: quiet gray instead of heavy solid */
#order-standard_cart .btn-add-to-cart.unavailable,
#order-standard_cart .btn-add-to-cart:disabled,
#order-standard_cart .btn-add-to-cart.disabled {
    background: var(--neutral-100);
    color: var(--text-lifted);
    cursor: default;
}

/* Domain checker page: section spacing & containers */
#order-standard_cart .domain-checker-container {
    margin-bottom: 36px;
}

#order-standard_cart .suggested-domains {
    margin: 28px 0 8px;
    background: #fff;
    border: 1px solid var(--border-muted);
    border-radius: var(--rounding-lg);
    overflow: hidden;
}

#order-standard_cart .suggested-domains .card-header,
#order-standard_cart .suggested-domains .panel-heading {
    padding: 16px 22px;
    background-color: var(--bg-muted);
    border-bottom: 1px solid var(--border-muted);
    font-weight: 600;
}

#order-standard_cart .domain-lookup-result .list-group-item {
    border-left: 0;
    border-right: 0;
}

#order-standard_cart .domain-lookup-result .list-group-item:last-child {
    border-bottom: 0;
}

/* "Give me more suggestions" bar */
#order-standard_cart #moreSuggestions {
    display: block;
    padding: 14px 20px;
    text-align: center;
    font-weight: 600;
    color: var(--primary-700);
    background-color: var(--bg-muted);
}

#order-standard_cart #moreSuggestions:hover {
    color: var(--primary-900);
    text-decoration: none;
    background-color: var(--bg-lifted);
}

/* Suggestions disclaimer note */
#order-standard_cart .domain-suggestions-warning {
    max-width: 760px;
    margin: 18px auto 44px;
    color: var(--text-lifted);
    font-size: 0.9rem;
}

#order-standard_cart .domain-suggestions-warning p {
    margin: 0;
}

/* Promo boxes (add hosting / transfer domain): centered modern cards */
#order-standard_cart .domain-promo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    margin-bottom: 24px;
    padding: 40px 28px;
    background: #fff;
    border: 1px solid var(--border-muted);
    border-radius: var(--rounding-lg);
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

#order-standard_cart .domain-promo-box > i {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 14px;
    font-size: 30px;
    background: var(--primary-50);
    color: var(--primary-700);
    border-radius: 50%;
}

#order-standard_cart .domain-promo-box h3 {
    margin: 0 0 4px;
    font-size: 1.35rem;
}

#order-standard_cart .domain-promo-box p {
    margin-bottom: 18px;
}

#order-standard_cart .domain-promo-box p.text-warning {
    color: var(--accent-accented) !important;
}

#order-standard_cart .domain-promo-box .btn {
    padding: 11px 38px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--rounding-full);
}

#order-standard_cart .domain-promo-box .btn-warning {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--primary-950);
}

#order-standard_cart .domain-promo-box .btn-warning:hover {
    background: var(--accent-lifted);
    border-color: var(--accent-lifted);
}

/* *****************************************************
    Data tables (domain pricing & lists): modern + clean
***************************************************** */
.dataTables_wrapper table.table-list {
    border: 1px solid var(--border-muted);
    overflow: hidden;
}

table.table-list thead th {
    background-color: var(--neutral-100);
    border-bottom: 1px solid var(--border-muted);
    padding: 12px 10px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-lifted);
}

.dataTables_wrapper table.table-list thead th.sorting_asc,
.dataTables_wrapper table.table-list thead th.sorting_desc {
    background-color: var(--neutral-200);
}

table.table-list tbody td {
    border-top: 1px solid var(--border-muted);
}

.table-list > tbody > tr:hover > td {
    background-color: var(--primary-50);
}

/* TLD category filter chips */
.tld-filters a.badge {
    padding: 7px 14px;
    margin: 0 2px 6px 2px;
    border-radius: var(--rounding-full);
    font-size: 0.85rem;
    font-weight: 500;
}

.tld-filters a.badge-secondary {
    background-color: var(--primary-100);
    color: var(--primary-800);
}

.tld-filters a.badge-secondary:hover {
    background-color: var(--primary-200);
    color: var(--primary-900);
}

.tld-filters a.badge-success {
    background-color: var(--accent);
    color: var(--primary-950);
}

/* TLD sale/new/hot tags */
.tld-sale-group {
    display: inline-block;
    margin: 0 4px;
    padding: 2px 10px;
    border-radius: var(--rounding-full);
    font-size: 10px;
    font-weight: 700;
}

.tld-sale-group-sale {
    background-color: var(--accent-soft);
    color: var(--accent-accented);
}

.tld-sale-group-hot {
    background-color: #fde3e1;
    color: #c2362e;
}

.tld-sale-group-new {
    background-color: #d9f6e9;
    color: #14794d;
}

/* Currency selector */
.domain-pricing .currency-selector {
    width: auto;
}

/* Pagination: pill buttons */
.pagination .page-link {
    border-color: var(--border-muted);
    color: var(--text-accented);
    margin: 0 2px;
    border-radius: var(--rounding-full) !important;
}

.pagination .page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
