/*
 * Custom CSS for Nexus Cart Orderform
 *
 * This file allows you to customize the theme colors and styles for the Nexus Cart orderform.
 *
 * To customize colors:
 * - Replace the var() references with your own hex colors or other CSS values.
 * - For example, instead of --vl-primary: var(--zinc-900); use --vl-primary: #your-color;
 * - You can also override any CSS properties here.
 *
 * Note: Changes here will apply to the orderform's Shadow DOM.
 */

/* Add you custom styles here */
:host, :root {
    /* Primary colors */
    --vl-primary: var(--primary);
    --vl-primary-lifted: var(--primary-lifted);
    --vl-primary-accented: var(--primary-accented);

    /* Secondary colors */
    --vl-secondary: var(--secondary);
    --vl-secondary-lifted: var(--secondary-lifted);
    --vl-secondary-accented: var(--secondary-accented);

    /* Success colors */
    --vl-success: var(--success);
    --vl-success-lifted: var(--success-lifted);
    --vl-success-accented: var(--success-accented);

    /* Info colors */
    --vl-info: var(--info);
    --vl-info-lifted: var(--info-lifted);
    --vl-info-accented: var(--info-accented);

    /* Notice colors */
    --vl-notice: var(--notice);
    --vl-notice-lifted: var(--notice-lifted);
    --vl-notice-accented: var(--notice-accented);

    /* Warning colors */
    --vl-warning: var(--warning);
    --vl-warning-lifted: var(--warning-lifted);
    --vl-warning-accented: var(--warning-accented);

    /* Error colors */
    --vl-error: var(--error);
    --vl-error-lifted: var(--error-lifted);
    --vl-error-accented: var(--error-accented);

    /* Grayscale colors */
    --vl-grayscale: var(--grayscale);
    --vl-grayscale-lifted: var(--grayscale-lifted);
    --vl-grayscale-accented: var(--grayscale-accented);

    /* Neutral colors */
    --vl-neutral: var(--neutral);
    --vl-neutral-lifted: var(--neutral-lifted);
    --vl-neutral-accented: var(--neutral-accented);

    /* Text neutral colors */
    --vl-text-inverted: var(--text-inverted);
    --vl-text-muted: var(--text-muted);
    --vl-text-lifted: var(--text-lifted);
    --vl-text-accented: var(--text-accented);
    --vl-text: var(--text);

    /* Border neutral colors */
    --vl-border-muted: var(--border-muted);
    --vl-border: var(--border);
    --vl-border-lifted: var(--border-lifted);
    --vl-border-accented: var(--border-accented);

    /* Background neutral colors */
    --vl-bg: var(--bg);
    --vl-bg-muted: var(--bg-muted);
    --vl-bg-lifted: var(--bg-lifted);
    --vl-bg-accented: var(--bg-accented);
    --vl-bg-inverted: var(--bg-inverted);

    /* Additional custom properties */
    /* Font Sizes */
    --vl-text-xs: var(--text-xs);
    --vl-text-sm: var(--text-sm);
    --vl-text-md: var(--text-md);
    --vl-text-lg: var(--text-lg);

    /* Spacing */
    --vl-outline-sm: var(--outline-sm);
    --vl-outline-md: var(--outline-md);
    --vl-outline-lg: var(--outline-lg);

    /* Rounding */
    --vl-rounding-sm: var(--rounding-sm);
    --vl-rounding-md: var(--rounding-md);
    --vl-rounding-lg: var(--rounding-lg);

    /* Other */
    --vl-letter-spacing: var(--letter-spacing);
    --vl-disabled-opacity: var(--disabled-opacity);
}

body #order-standard_cart.xhosting-orderform-shell {
    padding: 0 0 120px;
    background: #fff;
}

body #order-standard_cart.xhosting-orderform-shell .main-area.fix {
    overflow: visible;
}

body #order-standard_cart.xhosting-orderform-shell .hosting__top-area,
body #order-standard_cart.xhosting-orderform-shell-cloud-hosting .support__area-four {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
}

body #order-standard_cart.xhosting-orderform-shell .hosting__top-area > .container,
body #order-standard_cart.xhosting-orderform-shell .pricing__area > .container,
body #order-standard_cart.xhosting-orderform-shell-cloud-hosting .support__area-four > .container {
    width: 100%;
    max-width: 1350px;
}

body #order-standard_cart.xhosting-orderform-shell-cloud-hosting,
body #order-standard_cart.xhosting-orderform-shell-cloud-hosting .main-area {
    overflow-x: visible;
}

body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap > .row,
body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-two > .row {
    --bs-gutter-y: 30px;
    row-gap: 30px;
}

body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap > .row > *,
body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-two > .row > *,
body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three > .row > * {
    display: flex;
    min-width: 0;
}

body #order-standard_cart.xhosting-orderform-shell-web-hosting .pricing__item-wrap > .row > * {
    align-self: flex-start;
}

body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-two > .row > * {
    align-self: flex-start;
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-product-card {
    background: #fff;
    border: 1px solid rgba(8, 16, 33, .10);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(8, 16, 33, .06);
    height: 100%;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    display: flex;
    flex-direction: column;
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-product-card .pricing__plan {
    flex-grow: 0;
}

body #order-standard_cart.xhosting-orderform-shell-web-hosting .pricing__item-wrap .xhosting-product-card {
    height: auto;
}

body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-two .xhosting-product-card {
    height: auto;
}

@media (min-width: 768px) {
    body #order-standard_cart.xhosting-orderform-shell-web-hosting .pricing__item-wrap .xhosting-product-card {
        min-height: 756px;
    }
}

body #order-standard_cart.xhosting-orderform-shell .pricing__box-four.xhosting-product-card {
    background: var(--tg-color-gray-10, #f7f7f7);
    border: 1px solid var(--tg-border-2, #e4e4e7);
    border-radius: 32px;
    box-shadow: none;
    padding: 8px 8px 32px;
}

body #order-standard_cart.xhosting-orderform-shell .pricing__box-four.xhosting-product-card .pricing__box-top {
    display: flex;
    flex-direction: column;
}

body #order-standard_cart.xhosting-orderform-shell .pricing__box-four.xhosting-product-card .pricing__btn {
    margin-top: auto;
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-product-card:not(.pricing__box-four):hover {
    border-color: rgba(8, 16, 33, .22);
    box-shadow: 0 24px 58px rgba(8, 16, 33, .10);
    transform: translateY(-2px);
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-product-card:not(.pricing__box-four) .pricing__box-top {
    background: transparent;
}

/* Web / WordPress / Dedicated hosting card gradients (top-right colored light glow) */
body #order-standard_cart.xhosting-orderform-shell .row > *:nth-child(3n+1) .pricing__box.xhosting-product-card:not(.pricing__box-six) {
    background: linear-gradient(45deg, #fff 70.19%, #e6e2fa 100%);
}
body #order-standard_cart.xhosting-orderform-shell .row > *:nth-child(3n+2) .pricing__box.xhosting-product-card:not(.pricing__box-six) {
    background: linear-gradient(45deg, #fff 70.19%, #e4effb 100%);
}
body #order-standard_cart.xhosting-orderform-shell .row > *:nth-child(3n) .pricing__box.xhosting-product-card:not(.pricing__box-six) {
    background: linear-gradient(45deg, #fff 70.19%, #def7ea 100%);
}

/* Hover glow effects for standard product cards */
body #order-standard_cart.xhosting-orderform-shell .row > *:nth-child(3n+1) .pricing__box.xhosting-product-card:not(.pricing__box-six):hover {
    border-color: rgba(118, 93, 240, 0.3);
    box-shadow: 0 24px 58px rgba(118, 93, 240, 0.12), 0 18px 42px rgba(8, 16, 33, .04);
}
body #order-standard_cart.xhosting-orderform-shell .row > *:nth-child(3n+2) .pricing__box.xhosting-product-card:not(.pricing__box-six):hover {
    border-color: rgba(0, 97, 172, 0.3);
    box-shadow: 0 24px 58px rgba(0, 97, 172, 0.12), 0 18px 42px rgba(8, 16, 33, .04);
}
body #order-standard_cart.xhosting-orderform-shell .row > *:nth-child(3n) .pricing__box.xhosting-product-card:not(.pricing__box-six):hover {
    border-color: rgba(30, 197, 94, 0.3);
    box-shadow: 0 24px 58px rgba(30, 197, 94, 0.12), 0 18px 42px rgba(8, 16, 33, .04);
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-product-card:not(.pricing__box-four) .pricing__price {
    min-height: 116px;
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-billing-cycle-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0 0 40px;
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-billing-cycle-toggle .tab-btn {
    border: 0;
    background: transparent;
    color: #4b5563;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
    transition: color 0.25s ease, font-weight 0.25s ease;
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-billing-cycle-toggle .tab-btn.active {
    color: var(--tg-theme-primary);
    font-weight: 600;
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-billing-cycle-toggle .pricing-tab-switcher {
    cursor: pointer;
    position: relative;
    height: 26px;
    width: 50px;
    display: inline-block;
    border-radius: 100px;
    background: var(--tg-theme-primary);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 82, 254, 0.2);
    margin: 0;
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-billing-cycle-toggle .pricing-tab-switcher::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-billing-cycle-toggle[data-current-cycle="annually"] .pricing-tab-switcher::before {
    transform: translateX(24px);
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-cycle-price {
    display: none;
    font-size: clamp(24px, 2.1vw, 34px);
    line-height: 1.08;
    margin-bottom: 14px;
    max-width: 100%;
    overflow-wrap: anywhere;
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-cycle-price.active {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-cycle-price::after {
    border: 1px solid rgba(8, 16, 33, .12);
    border-radius: 999px;
    color: #6b7280;
    content: "/ Month";
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 6px 10px;
    white-space: nowrap;
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-cycle-price-annually::after {
    content: "/ Annual";
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-cycle-price-annually span:only-child {
    color: #6b7280;
    font-size: 16px;
    font-weight: 600;
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-cycle-price-unavailable::after {
    content: none;
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-product-card:not(.pricing__box-four) .xhosting-plan-desc {
    min-height: 48px;
}

body #order-standard_cart.xhosting-orderform-shell .pricing__btn a {
    width: 100%;
    justify-content: center;
}

body #order-standard_cart.xhosting-orderform-shell .pricing__list .list-wrap {
    margin-bottom: 0;
}

body #order-standard_cart.xhosting-orderform-shell .pricing__list .content {
    width: 100%;
}

body #order-standard_cart.xhosting-orderform-shell .pricing__price p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
}

body #order-standard_cart.xhosting-orderform-shell .price-off {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body #order-standard_cart.xhosting-orderform-shell .alert {
    border-radius: 16px;
}

body #order-standard_cart.xhosting-flow-shell {
    background: #fff;
}

body #order-standard_cart.xhosting-flow-shell .xhosting-flow-hero {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 96px 0 72px;
    background: #f4f1ec url("../../../nexus/assets/img/bg/hosting_top_bg03.jpg") center/cover no-repeat;
}

body #order-standard_cart.xhosting-flow-shell .xhosting-flow-hero .container {
    max-width: 1350px;
}

body #order-standard_cart.xhosting-flow-shell .xhosting-flow-note {
    padding: 28px;
    border: 1px solid rgba(24, 25, 28, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
}

body #order-standard_cart.xhosting-flow-shell .xhosting-flow-note span {
    display: block;
    margin-bottom: 8px;
    color: var(--tg-theme-primary);
    font-weight: 700;
}

body #order-standard_cart.xhosting-flow-shell .xhosting-flow-note p {
    margin-bottom: 0;
    color: var(--tg-body-color);
}

body #order-standard_cart.xhosting-flow-shell > .row,
body #order-standard_cart.xhosting-flow-shell > #nexus-root {
    width: 100%;
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
}

body #order-standard_cart.xhosting-flow-shell > .row {
    padding-top: 56px;
}

body .xhosting-cart-standard-shell {
    background: #fff;
}

body .xhosting-cart-standard-shell .xhosting-flow-hero {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 96px 0 72px;
    background: #f4f1ec url("../../../nexus/assets/img/bg/hosting_top_bg03.jpg") center/cover no-repeat;
}

body .xhosting-cart-standard-shell .xhosting-flow-hero .container,
body .xhosting-cart-standard-shell > #order-standard_cart {
    width: 100%;
    max-width: 1350px;
}

body .xhosting-cart-standard-shell .xhosting-flow-note {
    padding: 28px;
    border: 1px solid rgba(24, 25, 28, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
}

body .xhosting-cart-standard-shell .xhosting-flow-note span {
    display: block;
    margin-bottom: 8px;
    color: var(--tg-theme-primary);
    font-weight: 700;
}

body .xhosting-cart-standard-shell .xhosting-flow-note p {
    margin-bottom: 0;
    color: var(--tg-body-color);
}

body .xhosting-cart-standard-shell > #order-standard_cart {
    margin-right: auto;
    margin-left: auto;
    padding: 56px 15px 120px;
}

body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-register-hero {
    padding: 76px 0 190px;
    background: #f4f7ff url("../../../nexus/assets/img/bg/domain_search_bg02.jpg") center/cover no-repeat;
}

body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-register-hero .section__title {
    text-align: center;
}

body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-register-hero .section__title p {
    max-width: 620px;
    margin: 18px auto 0;
    color: var(--tg-color-gray-4, #717484);
}

body #order-standard_cart.xhosting-domain-register-page .xhosting-flow-note {
    display: none;
}

body #order-standard_cart.xhosting-domain-register-page > .row {
    position: relative;
    z-index: 2;
    margin-top: -150px;
}

body #order-standard_cart.xhosting-domain-register-page > .row > .cart-sidebar,
body #order-standard_cart.xhosting-domain-register-page .sidebar-collapsed,
body #order-standard_cart.xhosting-domain-register-page .header-lined {
    display: none;
}

body #order-standard_cart.xhosting-domain-register-page > .row > .cart-body {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

body #order-standard_cart.xhosting-domain-register-page .cart-body > p {
    display: none;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-container {
    margin-bottom: 42px;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-bg {
    position: relative;
    overflow: hidden;
    max-width: 1040px;
    margin: 0 auto;
    padding: 34px;
    border: 1px solid rgba(24, 25, 28, 0.08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(24, 25, 28, 0.10);
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-bg::after {
    position: absolute;
    top: -90px;
    right: -70px;
    width: 260px;
    height: 260px;
    border: 36px solid rgba(30, 197, 94, 0.12);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

body #order-standard_cart.xhosting-domain-register-page #frmDomainChecker .input-group-box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    gap: 12px;
    padding: 10px;
    border: 1px solid rgba(24, 25, 28, 0.12);
    border-radius: 16px;
    background: #f7f8fb;
}

body #order-standard_cart.xhosting-domain-register-page #frmDomainChecker input.form-control,
body #order-standard_cart.xhosting-domain-register-page #frmDomainChecker textarea {
    min-height: 58px;
    border: 0;
    border-radius: 12px;
    background: #ffffff;
    color: #18191c;
    box-shadow: none;
    font-size: 16px;
}

body #order-standard_cart.xhosting-domain-register-page #frmDomainChecker textarea {
    width: 100%;
    min-height: 96px;
    padding: 18px 20px;
    resize: none;
}

body #order-standard_cart.xhosting-domain-register-page #btnCheckAvailability,
body #order-standard_cart.xhosting-domain-register-page .btn-add-to-cart,
body #order-standard_cart.xhosting-domain-register-page .domain-contact-support {
    border-color: var(--tg-theme-primary);
    border-radius: 12px;
    background: var(--tg-theme-primary);
    color: #ffffff;
    font-weight: 700;
}

body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-search-btn {
    position: static !important;
    inset: auto !important;
    flex: 0 0 auto !important;
    align-self: center !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto !important;
    min-width: 150px;
    max-width: 180px;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 32px !important;
    border: 0;
    border-radius: 0 48px 48px 0 !important;
    background: #1ebd60 !important;
    color: #fff !important;
    cursor: pointer;
    font-family: var(--tg-heading-font-family);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
    z-index: 2;
    box-shadow: none !important;
    transition: background 0.2s ease-in-out !important;
}

body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-search-btn::before,
body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-search-btn::after {
    content: none !important;
    display: none !important;
}

body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-search-btn:hover,
body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-search-btn:focus {
    background: #129046 !important;
    color: #fff !important;
    box-shadow: none !important;
    transform: none !important;
    outline: 0;
}

body #order-standard_cart.xhosting-domain-register-page #btnCheckAvailability {
    min-width: 160px;
    padding-right: 24px;
    padding-left: 24px;
    white-space: nowrap;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced #frmDomainChecker .input-group-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px;
    gap: 14px;
    align-items: start;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced #frmDomainChecker .multiselect-native-select,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced #frmDomainChecker > .row label {
    position: static;
    z-index: 2;
    display: inline-block;
    margin: 14px 10px 0 0;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced #frmDomainChecker .multiselect-native-select .btn,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced #frmDomainChecker .multiselect {
    min-height: 42px;
    border: 1px solid rgba(24, 25, 28, 0.12);
    border-radius: 999px;
    background: #fff;
    color: #18191c;
    font-size: 13px;
    box-shadow: none;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced #frmDomainChecker > .row label {
    color: #18191c;
    font-size: 13px;
}

body #order-standard_cart.xhosting-domain-register-page .captcha-container {
    position: relative;
    z-index: 1;
    max-width: 520px;
    margin: 22px auto 0;
    padding: 18px;
    border: 1px solid rgba(24, 25, 28, 0.08);
    border-radius: 16px;
    background: #f7f8fb;
}

body #order-standard_cart.xhosting-domain-register-page .default-captcha {
    margin: 0;
    text-align: center;
}

body #order-standard_cart.xhosting-domain-register-page .default-captcha p {
    margin-bottom: 12px;
    color: #5d6370;
}

body #order-standard_cart.xhosting-domain-register-page .default-captcha > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

body #order-standard_cart.xhosting-domain-register-page .default-captcha img,
body #order-standard_cart.xhosting-domain-register-page .default-captcha input {
    margin: 0;
}

body #order-standard_cart.xhosting-domain-register-page .default-captcha input {
    max-width: 150px;
}

body #order-standard_cart.xhosting-domain-register-page #DomainSearchResults {
    border: 1px solid rgba(24, 25, 28, 0.08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(24, 25, 28, 0.08);
}

body #order-standard_cart.xhosting-domain-register-page #DomainSearchResults {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding: 28px;
}

body #order-standard_cart.xhosting-domain-register-page .primary-domain-header,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-result-headline,
body #order-standard_cart.xhosting-domain-register-page .panel-heading,
body #order-standard_cart.xhosting-domain-register-page .card-header {
    border: 0;
    background: transparent;
    color: #18191c;
    font-weight: 800;
}

body #order-standard_cart.xhosting-domain-register-page .spotlight-tld,
body #order-standard_cart.xhosting-domain-register-page .featured-tld {
    border: 1px solid rgba(24, 25, 28, 0.08);
    border-radius: 16px;
    background: #f7f8fb;
}

body #order-standard_cart.xhosting-domain-register-page .bg-white {
    overflow: hidden;
    border: 1px solid rgba(24, 25, 28, 0.08);
    border-radius: 16px;
}

body #order-standard_cart.xhosting-domain-register-page .domain__price-area-two {
    padding: 96px 0;
}

body #order-standard_cart.xhosting-domain-register-page .domain__price-area-two .section__title .title {
    color: #18191c;
    font-weight: 800;
}

body #order-standard_cart.xhosting-domain-register-page .tld-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

body #order-standard_cart.xhosting-domain-register-page .tld-filters a {
    padding: 10px 14px;
    border-radius: 999px;
    background: #f0f3f6;
    color: #18191c;
}

body #order-standard_cart.xhosting-domain-register-page .tld-filters a.label-success,
body #order-standard_cart.xhosting-domain-register-page .tld-filters a.active,
body #order-standard_cart.xhosting-domain-register-page .tld-filters a:hover {
    background: var(--tg-theme-primary);
    color: #ffffff;
}

body #order-standard_cart.xhosting-domain-register-page .domain__price-list {
    overflow: hidden;
    border: 1px solid rgba(24, 25, 28, 0.08);
    border-radius: 16px;
}

body #order-standard_cart.xhosting-domain-register-page .domain__price-list table {
    margin: 0;
}

body #order-standard_cart.xhosting-domain-register-page .domain__price-list thead th {
    border: 0;
    background: #f7f8fb;
    color: #18191c;
    font-weight: 800;
    white-space: nowrap;
}

body #order-standard_cart.xhosting-domain-register-page .domain__price-list td {
    border-color: rgba(24, 25, 28, 0.08);
    vertical-align: middle;
}

body #order-standard_cart.xhosting-domain-register-page .tld-row {
    align-items: center;
}

body #order-standard_cart.xhosting-domain-register-page .domain-promo-box {
    height: 100%;
    padding: 28px;
    margin-top: 28px;
}

body #order-standard_cart.xhosting-domain-register-page .domain-promo-box i {
    color: var(--tg-theme-primary);
}

body #order-standard_cart.xhosting-domain-register-page .domain-promo-box .btn-warning,
body #order-standard_cart.xhosting-domain-register-page .domain-promo-box .btn-primary {
    border-color: #18191c;
    border-radius: 12px;
    background: #18191c;
    color: #ffffff;
    font-weight: 700;
}

/* Domain Transfer Page Styles */
body #order-standard_cart.xhosting-domain-transfer-page .xhosting-domain-transfer-hero {
    padding: 76px 0 190px;
    background: #f4f7ff url("../../../nexus/assets/img/bg/domain_search_bg02.jpg") center/cover no-repeat;
}

body #order-standard_cart.xhosting-domain-transfer-page .xhosting-domain-transfer-hero .section__title {
    text-align: center;
}

body #order-standard_cart.xhosting-domain-transfer-page .xhosting-domain-transfer-hero .section__title p {
    max-width: 620px;
    margin: 18px auto 0;
    color: var(--tg-color-gray-4, #717484);
}

body #order-standard_cart.xhosting-domain-transfer-page .xhosting-flow-note {
    display: none;
}

body #order-standard_cart.xhosting-domain-transfer-page > .row {
    position: relative;
    z-index: 2;
    margin-top: -150px;
}

body #order-standard_cart.xhosting-domain-transfer-page > .row > .cart-sidebar,
body #order-standard_cart.xhosting-domain-transfer-page .sidebar-collapsed,
body #order-standard_cart.xhosting-domain-transfer-page .header-lined {
    display: none;
}

body #order-standard_cart.xhosting-domain-transfer-page > .row > .cart-body {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

body #order-standard_cart.xhosting-domain-transfer-page .cart-body > p {
    display: none;
}

body #order-standard_cart.xhosting-domain-transfer-page .domain-checker-bg {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid rgba(24, 25, 28, 0.08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(24, 25, 28, 0.10);
}

body #order-standard_cart.xhosting-domain-transfer-page .domain-checker-bg::after {
    position: absolute;
    top: -90px;
    right: -70px;
    width: 260px;
    height: 260px;
    border: 36px solid rgba(30, 197, 94, 0.12);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

body #order-standard_cart.xhosting-domain-transfer-page #frmDomainTransfer .input-group-box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    gap: 12px;
    padding: 10px;
    border: 1px solid rgba(24, 25, 28, 0.12);
    border-radius: 16px;
    background: #f7f8fb;
}

body #order-standard_cart.xhosting-domain-transfer-page #frmDomainTransfer input.form-control {
    min-height: 58px;
    border: 0;
    border-radius: 12px;
    background: #ffffff;
    color: #18191c;
    box-shadow: none;
    font-size: 16px;
}

body #order-standard_cart.xhosting-domain-transfer-page #btnTransferDomain {
    position: static !important;
    inset: auto !important;
    flex: 0 0 auto !important;
    align-self: center !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto !important;
    min-width: 150px;
    max-width: 180px;
    height: 52px;
    margin: 0 !important;
    padding: 0 32px !important;
    border: 0;
    border-radius: 48px;
    background: #19bf5f;
    color: #fff;
    cursor: pointer;
    font-family: var(--tg-heading-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
    z-index: 2;
}

body #order-standard_cart.xhosting-domain-transfer-page #btnTransferDomain::before,
body #order-standard_cart.xhosting-domain-transfer-page #btnTransferDomain::after {
    content: none !important;
    display: none !important;
}

body #order-standard_cart.xhosting-domain-transfer-page #btnTransferDomain:hover,
body #order-standard_cart.xhosting-domain-transfer-page #btnTransferDomain:focus {
    background: #10a851;
    color: #fff;
    outline: 0;
}

body #order-standard_cart.xhosting-domain-transfer-page .domain__transfer-area {
    display: none !important;
}

/* Configure Product / Domains / Checkout Page Styles */
body #order-standard_cart.xhosting-configure-product-page .xhosting-flow-hero,
body #order-standard_cart.xhosting-configure-domains-page .xhosting-flow-hero,
body #order-standard_cart.xhosting-checkout-page .xhosting-flow-hero {
    padding: 76px 0 60px;
    background: #f4f7ff url("../../../nexus/assets/img/bg/domain_search_bg02.jpg") center/cover no-repeat;
    border-bottom: 1px solid rgba(24, 25, 28, 0.08);
}

body #order-standard_cart.xhosting-configure-product-page > .row {
    display: none; /* Hide default standard_cart row which contains sidebar and old content */
}

body #order-standard_cart.xhosting-configure-product-page .card {
    border: 1px solid rgba(24, 25, 28, 0.08) !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 30px rgba(24, 25, 28, 0.04) !important;
    overflow: hidden;
}

body #order-standard_cart.xhosting-configure-product-page .product-info {
    border: 1px solid rgba(24, 25, 28, 0.08) !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 30px rgba(24, 25, 28, 0.04) !important;
    background-color: #fff;
}

body #order-standard_cart.xhosting-configure-product-page .field-container {
    border: 1px solid rgba(24, 25, 28, 0.08) !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 30px rgba(24, 25, 28, 0.04) !important;
    background-color: #fff;
}

body #order-standard_cart.xhosting-configure-product-page select.custom-select,
body #order-standard_cart.xhosting-configure-product-page select.form-control,
body #order-standard_cart.xhosting-configure-product-page input.form-control,
body #order-standard_cart.xhosting-configure-domains-page select.custom-select,
body #order-standard_cart.xhosting-configure-domains-page select.form-control,
body #order-standard_cart.xhosting-configure-domains-page input.form-control,
body #order-standard_cart.xhosting-checkout-page select.custom-select,
body #order-standard_cart.xhosting-checkout-page select.form-control,
body #order-standard_cart.xhosting-checkout-page input.form-control,
body #order-standard_cart.xhosting-checkout-page textarea.form-control {
    height: 52px;
    padding: 0 20px;
    border: 1px solid rgba(24, 25, 28, 0.12);
    border-radius: 12px;
    background-color: #f7f8fb;
    color: #18191c;
    box-shadow: none;
    font-size: 15px;
    transition: border-color 150ms ease, background-color 150ms ease;
}

body #order-standard_cart.xhosting-checkout-page textarea.form-control {
    height: auto !important;
    padding: 18px 20px !important;
}

body #order-standard_cart.xhosting-configure-product-page select.custom-select:focus,
body #order-standard_cart.xhosting-configure-product-page select.form-control:focus,
body #order-standard_cart.xhosting-configure-product-page input.form-control:focus,
body #order-standard_cart.xhosting-configure-domains-page select.custom-select:focus,
body #order-standard_cart.xhosting-configure-domains-page select.form-control:focus,
body #order-standard_cart.xhosting-configure-domains-page input.form-control:focus,
body #order-standard_cart.xhosting-checkout-page select.custom-select:focus,
body #order-standard_cart.xhosting-checkout-page select.form-control:focus,
body #order-standard_cart.xhosting-checkout-page input.form-control:focus,
body #order-standard_cart.xhosting-checkout-page textarea.form-control:focus {
    border-color: var(--tg-theme-primary);
    background-color: #ffffff;
}

body #order-standard_cart.xhosting-configure-product-page .addon-products .panel-addon,
body #order-standard_cart.xhosting-configure-domains-page .addon-products .panel-addon {
    border: 1px solid rgba(24, 25, 28, 0.08);
    border-radius: 16px;
    transition: all 180ms ease;
}

body #order-standard_cart.xhosting-configure-product-page .addon-products .panel-addon-selected,
body #order-standard_cart.xhosting-configure-domains-page .addon-products .panel-addon-selected {
    border-color: var(--tg-theme-primary);
    background-color: #f4fbf7;
}

body #order-standard_cart.xhosting-configure-product-page #orderSummary .order-summary {
    border: 1px solid rgba(24, 25, 28, 0.08);
    border-radius: 18px;
    background-color: #ffffff;
    box-shadow: 0 20px 50px rgba(24, 25, 28, 0.08);
}

body #order-standard_cart.xhosting-configure-product-page #orderSummary .card-header {
    background: #f7f8fb;
    color: #18191c;
    font-weight: 800;
    font-family: var(--tg-heading-font-family);
    border-bottom: 1px solid rgba(24, 25, 28, 0.08);
}

body #order-standard_cart.xhosting-configure-product-page #orderSummary #producttotal {
    padding: 24px;
}

body #order-standard_cart.xhosting-configure-product-page #orderSummary #producttotal .product-name {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #18191c;
    margin-bottom: 2px;
}

body #order-standard_cart.xhosting-configure-product-page #orderSummary #producttotal .product-group {
    display: block;
    font-size: 13px;
    color: #6b7280;
    font-style: italic;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(24, 25, 28, 0.08);
}

body #order-standard_cart.xhosting-configure-product-page #orderSummary #producttotal .clearfix {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 8px;
}

body #order-standard_cart.xhosting-configure-product-page #orderSummary #producttotal .summary-totals {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed rgba(24, 25, 28, 0.12);
}

body #order-standard_cart.xhosting-configure-product-page #orderSummary #producttotal .total-due-today {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(24, 25, 28, 0.08);
    text-align: center;
}

body #order-standard_cart.xhosting-configure-product-page #orderSummary #producttotal .total-due-today .amt {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: var(--tg-theme-primary, #19bf5f);
    line-height: 1.2;
    margin-bottom: 4px;
}

body #order-standard_cart.xhosting-configure-product-page #orderSummary #producttotal .total-due-today span:not(.amt) {
    font-size: 13px;
    color: #6b7280;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

body #order-standard_cart.xhosting-configure-product-page #btnCompleteProductConfig {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100% !important;
    height: 52px;
    margin: 0 !important;
    padding: 0 32px !important;
    border: 0;
    border-radius: 12px;
    background: var(--tg-theme-primary, #19bf5f);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    transition: background-color 150ms ease;
    z-index: 2;
}

body #order-standard_cart.xhosting-configure-product-page #btnCompleteProductConfig:hover,
body #order-standard_cart.xhosting-configure-product-page #btnCompleteProductConfig:focus {
    background: #10a851;
    color: #fff;
    outline: 0;
}

body #order-standard_cart.xhosting-configure-product-page,
body #order-standard_cart.xhosting-configure-domains-page,
body #order-standard_cart.xhosting-checkout-page,
body #order-standard_cart.xhosting-view-cart-page {
    padding-bottom: 140px !important;
}

/* Cart Review Page Styles */
body #order-standard_cart.xhosting-view-cart-page .xhosting-flow-hero {
    padding: 76px 0 60px;
    background: #f4f7ff url("../../../nexus/assets/img/bg/domain_search_bg02.jpg") center/cover no-repeat;
    border-bottom: 1px solid rgba(24, 25, 28, 0.08);
}

body #order-standard_cart.xhosting-view-cart-page > .row {
    display: none; /* Hide default standard_cart layout row */
}

body #order-standard_cart.xhosting-view-cart-page .card {
    border: 1px solid rgba(24, 25, 28, 0.08) !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 30px rgba(24, 25, 28, 0.04) !important;
    overflow: hidden;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items-header {
    display: none !important;
}

body #order-standard_cart.xhosting-view-cart-page .btn-link,
body #order-standard_cart.xhosting-configure-product-page .btn-link,
body #order-standard_cart.xhosting-configure-domains-page .btn-link,
body #order-standard_cart.xhosting-checkout-page .btn-link {
    color: var(--tg-theme-primary, #19bf5f) !important;
    font-weight: 600;
}
body #order-standard_cart.xhosting-view-cart-page .btn-link:hover,
body #order-standard_cart.xhosting-configure-product-page .btn-link:hover,
body #order-standard_cart.xhosting-configure-domains-page .btn-link:hover,
body #order-standard_cart.xhosting-checkout-page .btn-link:hover {
    color: #10a851 !important;
}

body #order-standard_cart.xhosting-view-cart-page #btnEmptyCart {
    background-color: transparent !important;
    border: 1px solid rgba(220, 38, 38, 0.2) !important;
    color: #dc2626 !important;
    border-radius: 12px !important;
    height: 38px !important;
    padding: 0 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 150ms ease !important;
    box-shadow: none !important;
}
body #order-standard_cart.xhosting-view-cart-page #btnEmptyCart:hover {
    background-color: rgba(220, 38, 38, 0.05) !important;
    border-color: #dc2626 !important;
    color: #dc2626 !important;
}

body #order-standard_cart.xhosting-view-cart-page button[name="validatepromo"] {
    background-color: var(--tg-theme-primary, #19bf5f) !important;
    border-color: var(--tg-theme-primary, #19bf5f) !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    height: 48px !important;
    font-weight: 700 !important;
    transition: background-color 150ms ease !important;
    box-shadow: none !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    width: auto !important;
}
body #order-standard_cart.xhosting-view-cart-page button[name="validatepromo"]:hover {
    background-color: #10a851 !important;
    border-color: #10a851 !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item {
    background: #ffffff !important;
    border: 1px solid rgba(8, 16, 33, 0.08) !important;
    border-left: 4px solid rgba(8, 16, 33, 0.12) !important; /* fallback default */
    border-radius: 18px !important;
    padding: 24px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 10px 30px rgba(8, 16, 33, 0.03) !important;
    transition: all 180ms ease !important;
    position: relative;
    overflow: visible;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item:hover {
    border-color: rgba(8, 16, 33, 0.16) !important;
    box-shadow: 0 16px 36px rgba(8, 16, 33, 0.06) !important;
    transform: translateY(-2px);
}

/* Distinct accent color borders for each item type to remove all blue ("mavi çizgi") and look highly premium */
body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-product {
    border-left: 4px solid #19bf5f !important; /* Premium XHosting Green */
}
body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-product:hover {
    border-left-color: #10a851 !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-domain {
    border-left: 4px solid #ff9f43 !important; /* Domain Amber/Orange */
}
body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-domain:hover {
    border-left-color: #f39c12 !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-renewal {
    border-left: 4px solid #3795fc !important; /* Renewal Teal-Blue */
}
body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-renewal:hover {
    border-left-color: #1a7ae0 !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-upgrade {
    border-left: 4px solid #8854d0 !important; /* Upgrade Violet */
}
body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-upgrade:hover {
    border-left-color: #703eb5 !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-standalone-addon {
    border-left: 4px solid #05c46b !important; /* Addon Emerald */
}
body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-standalone-addon:hover {
    border-left-color: #04a257 !important;
}

/* Style for nested product addons (child elements indented and dashed) */
body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-child-addon {
    background: #f8fafc !important;
    border: 1px dashed rgba(24, 25, 28, 0.15) !important;
    border-left: 3px solid #05c46b !important; /* Greenish/Teal accent for child addons */
    border-radius: 14px !important;
    padding: 18px 24px !important;
    margin-bottom: 18px !important;
    margin-left: 32px !important; /* Visual indentation */
    box-shadow: none !important;
    transform: none !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-child-addon:hover {
    border-color: rgba(24, 25, 28, 0.25) !important;
    border-left-color: #04a257 !important;
    background: #f1f5f9 !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-child-addon::before {
    content: "+";
    font-family: var(--tg-heading-font-family), "Inter", sans-serif;
    font-weight: 800;
    color: #05c46b;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

/* Custom left vertical line for config options within products (overriding default WHMCS blue) */
body #order-standard_cart.xhosting-view-cart-page .view-cart-items .border-start,
body #order-standard_cart.xhosting-view-cart-page .view-cart-items .border-left {
    border-left: 2px solid rgba(25, 191, 95, 0.3) !important;
    border-color: rgba(25, 191, 95, 0.3) !important;
    padding-left: 12px !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #18191c !important;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item-title a {
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 2px 10px !important;
    border-radius: 20px !important;
    background-color: #f0fdf4 !important;
    color: #19bf5f !important;
    border: 1px solid rgba(25, 191, 95, 0.15) !important;
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    transition: all 150ms ease !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item-title a:hover {
    background-color: #19bf5f !important;
    color: #ffffff !important;
    border-color: #19bf5f !important;
    text-decoration: none !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item-title a i {
    font-size: 11px !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item-group {
    font-size: 12px !important;
    color: #717484 !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-top: 4px;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items span.item-domain {
    font-size: 14px !important;
    color: #19bf5f !important;
    font-weight: 600;
    background-color: #f0fdf4;
    padding: 4px 12px;
    border-radius: 8px;
    width: fit-content;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item-price span:first-child {
    font-size: 20px !important;
    font-weight: 850 !important;
    color: #18191c !important;
    display: block;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item-price .cycle {
    font-size: 13px !important;
    color: #717484 !important;
    font-weight: 600;
}

/* Style for domain registration/transfer prices to align cleanly and prevent overlapping stacked texts */
body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-domain .item-price {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: center !important;
    gap: 4px !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-domain .item-price [name*="Price"] {
    font-size: 20px !important;
    font-weight: 850 !important;
    color: #18191c !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-domain .item-price .cycle {
    font-size: 13px !important;
    color: #717484 !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-domain .item-price .renewal {
    display: block !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #717484 !important;
    margin-top: 6px !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .item.item-domain .item-price .renewal-price {
    display: inline !important;
    font-weight: 700 !important;
    color: #ff9f43 !important; /* Beautiful premium amber matching domain border */
}

/* Remove button style */
body #order-standard_cart.xhosting-view-cart-page .view-cart-items .btn-remove-from-cart,
body #order-standard_cart.xhosting-view-cart-page .view-cart-items button.text-danger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background-color: #fff5f5 !important;
    color: #e53e3e !important;
    border: 1px solid rgba(229, 62, 62, 0.15) !important;
    padding: 0 !important;
    cursor: pointer;
    transition: all 180ms ease !important;
    box-shadow: none !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-items .btn-remove-from-cart:hover,
body #order-standard_cart.xhosting-view-cart-page .view-cart-items button.text-danger:hover {
    background-color: #e53e3e !important;
    color: #ffffff !important;
    border-color: #e53e3e !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-tabs {
    border: 1px solid rgba(24, 25, 28, 0.08);
    border-radius: 18px;
    background-color: #ffffff;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-tabs .nav-tabs {
    border-color: rgba(24, 25, 28, 0.08) !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-tabs .nav-link.active {
    border-bottom: 2px solid var(--tg-theme-primary) !important;
    color: var(--tg-theme-primary) !important;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-tabs input.form-control {
    height: 48px;
    border: 1px solid rgba(24, 25, 28, 0.12);
    border-radius: 12px;
    background-color: #f7f8fb;
    padding: 0 18px;
    font-size: 15px;
}

body #order-standard_cart.xhosting-view-cart-page .view-cart-tabs select.form-control {
    height: 44px;
    border: 1px solid rgba(24, 25, 28, 0.12);
    border-radius: 12px;
    background-color: #f7f8fb;
}

body #order-standard_cart.xhosting-view-cart-page #orderSummary .order-summary {
    border: 1px solid rgba(24, 25, 28, 0.08);
    border-radius: 18px;
    background-color: #ffffff;
    box-shadow: 0 20px 50px rgba(24, 25, 28, 0.08);
}

body #order-standard_cart.xhosting-view-cart-page #orderSummary .card-header {
    background: #f7f8fb;
    color: #18191c;
    font-weight: 800;
    font-family: var(--tg-heading-font-family);
    border-bottom: 1px solid rgba(24, 25, 28, 0.08);
}

body #order-standard_cart.xhosting-view-cart-page #orderSummary .subtotal {
    border-color: rgba(24, 25, 28, 0.08) !important;
}

body #order-standard_cart.xhosting-view-cart-page #orderSummary .bordered-totals {
    border-color: rgba(24, 25, 28, 0.08) !important;
}

body #order-standard_cart.xhosting-view-cart-page #orderSummary .recurring-totals {
    border-color: rgba(24, 25, 28, 0.08) !important;
}

body #order-standard_cart.xhosting-view-cart-page #orderSummary .total-due-today .amt {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: var(--tg-theme-primary, #19bf5f) !important;
}

body #order-standard_cart.xhosting-view-cart-page #checkout {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100% !important;
    height: 52px;
    margin: 0 !important;
    padding: 0 32px !important;
    border: 0;
    border-radius: 12px;
    background: var(--tg-theme-primary, #19bf5f);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    transition: background-color 150ms ease;
    z-index: 2;
}

body #order-standard_cart.xhosting-view-cart-page #checkout:hover,
body #order-standard_cart.xhosting-view-cart-page #checkout:focus {
    background: #10a851;
    color: #fff;
    outline: 0;
}

body #order-standard_cart.xhosting-orderform-shell,
body #order-standard_cart.xhosting-orderform-shell .main-area,
body #order-standard_cart.xhosting-orderform-shell .data__center-area-two,
body #order-standard_cart.xhosting-orderform-shell .data__center-inner-wrap,
body #order-standard_cart.xhosting-orderform-shell .data__center-map-wrap,
body #order-standard_cart.xhosting-orderform-shell .features__area-ten {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

body #order-standard_cart.xhosting-orderform-shell .data__center-map-item,
body #order-standard_cart.xhosting-orderform-shell .data__center-map-item > img {
    max-width: 100%;
}

body #order-standard_cart.xhosting-orderform-shell .data__center-map-item > img {
    height: auto;
}

body #order-standard_cart.xhosting-orderform-shell .features__area-ten .shape {
    max-width: 100%;
    overflow: hidden;
    pointer-events: none;
}

body #order-standard_cart.xhosting-orderform-shell .accordion-collapse.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.support__area-two [data-aos] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.support__area-two .support__inner-wrap-two {
    overflow: visible;
}

.support__area-two .support__thumb-two {
    position: relative;
    z-index: 2;
    overflow: visible;
}

.support__area-two .support__thumb-two img {
    display: block;
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

body #order-standard_cart.xhosting-orderform-shell [data-aos] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

body #order-standard_cart.xhosting-orderform-shell .support__inner-wrap-two {
    overflow: visible;
}

body #order-standard_cart.xhosting-orderform-shell .support__thumb-two {
    position: relative;
    z-index: 2;
    overflow: visible;
}

body #order-standard_cart.xhosting-orderform-shell .support__content-two {
    position: relative;
    z-index: 3;
}

body #order-standard_cart.xhosting-orderform-shell .support__thumb-two img {
    display: block;
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

@media (max-width: 991.98px) {
    body #order-standard_cart.xhosting-orderform-shell {
        padding-bottom: 80px;
    }

    body #order-standard_cart.xhosting-orderform-shell .xhosting-product-card:not(.pricing__box-four) .xhosting-plan-desc {
        min-height: 0;
    }

    body #order-standard_cart.xhosting-flow-shell .xhosting-flow-hero {
        padding: 72px 0 56px;
    }

    body #order-standard_cart.xhosting-flow-shell .xhosting-flow-note {
        margin-top: 28px;
    }

    body .xhosting-cart-standard-shell .xhosting-flow-hero {
        padding: 72px 0 56px;
    }

    body .xhosting-cart-standard-shell .xhosting-flow-note {
        margin-top: 28px;
    }

    body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-register-hero {
        padding: 60px 0 150px;
    }

    body #order-standard_cart.xhosting-domain-register-page > .row {
        margin-top: -120px;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain-checker-bg,
    body #order-standard_cart.xhosting-domain-register-page #DomainSearchResults {
        padding: 22px;
    }

    body #order-standard_cart.xhosting-domain-register-page #frmDomainChecker .input-group-box,
    body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced #frmDomainChecker .input-group-box {
        display: block;
    }

    body #order-standard_cart.xhosting-domain-register-page #btnCheckAvailability {
        width: auto;
        margin-top: 12px;
    }
}

@media (max-width: 767.98px) {
    body #order-standard_cart.xhosting-domain-register-page .default-captcha > div {
        flex-direction: column;
    }

    body #order-standard_cart.xhosting-domain-register-page .default-captcha input {
        max-width: 100%;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain__price-area-two {
        padding: 64px 0;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain__price-list {
        overflow: visible;
        border: 0;
        background: transparent !important;
        box-shadow: none !important;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain__price-list table,
    body #order-standard_cart.xhosting-domain-register-page .domain__price-list thead,
    body #order-standard_cart.xhosting-domain-register-page .domain__price-list tbody,
    body #order-standard_cart.xhosting-domain-register-page .domain__price-list tr,
    body #order-standard_cart.xhosting-domain-register-page .domain__price-list th,
    body #order-standard_cart.xhosting-domain-register-page .domain__price-list td {
        display: block;
        width: 100%;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain__price-list thead {
        display: none;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain__price-list tbody {
        display: grid;
        gap: 14px;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain__price-list .tld-row:not(.no-tlds) {
        padding: 16px;
        border: 1px solid rgba(24, 25, 28, 0.08);
        border-radius: 16px;
        background: #ffffff;
        box-shadow: 0 10px 28px rgba(24, 25, 28, 0.05);
    }

    body #order-standard_cart.xhosting-domain-register-page .domain__price-list .tld-row:not(.no-tlds) td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 10px 0 !important;
        border: 0;
        border-bottom: 1px solid rgba(24, 25, 28, 0.08);
        text-align: right !important;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain__price-list .tld-row:not(.no-tlds) td:last-child {
        border-bottom: 0;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain__price-list .tld-row:not(.no-tlds) td::before {
        content: attr(data-label);
        flex: 0 0 auto;
        color: #5d6370;
        font-size: 13px;
        font-weight: 700;
        text-align: left;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain__price-list .tld-row:not(.no-tlds) td:first-child {
        align-items: flex-start;
        color: #18191c;
        font-size: 18px;
        text-align: left !important;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain__price-list .tld-row:not(.no-tlds) td:first-child::before {
        content: none;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain__price-list .no-tlds td {
        border: 1px solid rgba(24, 25, 28, 0.08);
        border-radius: 16px;
        background: #ffffff;
    }
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-cycle-badge {
    font-size: 13px;
    padding: 3px 8px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-left: 6px;
    font-weight: 500;
    vertical-align: middle;
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-setup-fee {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}


body #order-standard_cart.xhosting-orderform-shell .xhosting-cycle-price::after,
body #order-standard_cart.xhosting-orderform-shell .xhosting-cycle-price-annually::after {
    display: none !important;
    content: none !important;
}

/* Cloud hosting outer wrapper and card table (pricing__box-six) */
body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three {
    border: 1px solid rgba(8, 16, 33, 0.10);
    border-radius: 16px;
    overflow: hidden;
    background: #f7f7f7;
    box-shadow: 0 18px 42px rgba(8, 16, 33, 0.05);
}

body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three > .row {
    margin-right: -1px !important;
    margin-bottom: -1px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    --bs-gutter-y: 0px !important;
    row-gap: 0px !important;
}

body #order-standard_cart.xhosting-orderform-shell .pricing__box-six.xhosting-product-card {
    background: #f7f7f7;
    border-radius: 0 !important;
    border: none !important;
    border-right: 1px solid rgba(8, 16, 33, 0.08) !important;
    border-bottom: 1px solid rgba(8, 16, 33, 0.08) !important;
    box-shadow: none !important;
    transform: none !important;
    transition: background-color 200ms ease;
    position: relative;
}

body #order-standard_cart.xhosting-orderform-shell .pricing__box-six.xhosting-product-card:hover {
    background: #ffffff !important;
    outline: 1px solid rgba(8, 16, 33, 0.15) !important;
    outline-offset: -1px;
    z-index: 2;
}

body #order-standard_cart.xhosting-orderform-shell .pricing__box-six.xhosting-product-card:hover .tg-border-btn-three {
    border-color: var(--tg-theme-secondary) !important;
    color: var(--tg-color-white-default) !important;
    background: var(--tg-theme-secondary) !important;
}

/* 5 cards layout container transparent override */
body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three.pricing__item-wrap-three-5cols {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three-5cols > .row {
    row-gap: 0px !important;
    --bs-gutter-y: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

/* 5 cards layout border overrides */
@media (min-width: 992px) {
    /* Row 1 cards: 3-card pill */
    body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three-5cols .row > *:nth-child(1) .pricing__box-six.xhosting-product-card {
        border-top-left-radius: 16px !important;
        border-bottom-left-radius: 16px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-right: 1px solid rgba(8, 16, 33, 0.08) !important;
    }
    body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three-5cols .row > *:nth-child(2) .pricing__box-six.xhosting-product-card {
        border-radius: 0 !important;
        border: none !important;
        border-top: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-bottom: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-right: 1px solid rgba(8, 16, 33, 0.08) !important;
    }
    body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three-5cols .row > *:nth-child(3) .pricing__box-six.xhosting-product-card {
        border-top-right-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-left: none !important;
    }
    /* Row 2 cards: 2-card pill (centered, joined directly below Row 1) */
    body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three-5cols .row > *:nth-child(4) .pricing__box-six.xhosting-product-card {
        border-bottom-left-radius: 16px !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-left: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-bottom: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-right: 1px solid rgba(8, 16, 33, 0.08) !important;
        border-top: none !important;
    }
    body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three-5cols .row > *:nth-child(5) .pricing__box-six.xhosting-product-card {
        border-bottom-right-radius: 16px !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-right: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-bottom: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-left: none !important;
        border-top: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* Row 1: 2-card pill */
    body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three-5cols .row > *:nth-child(1) .pricing__box-six.xhosting-product-card {
        border-top-left-radius: 16px !important;
        border-bottom-left-radius: 16px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-right: 1px solid rgba(8, 16, 33, 0.08) !important;
    }
    body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three-5cols .row > *:nth-child(2) .pricing__box-six.xhosting-product-card {
        border-top-right-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-left: none !important;
    }
    /* Row 2: 2-card pill */
    body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three-5cols .row > *:nth-child(3) .pricing__box-six.xhosting-product-card {
        border-bottom-left-radius: 16px !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-left: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-bottom: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-right: 1px solid rgba(8, 16, 33, 0.08) !important;
        border-top: none !important;
    }
    body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three-5cols .row > *:nth-child(4) .pricing__box-six.xhosting-product-card {
        border-bottom-right-radius: 16px !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-right: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-bottom: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-left: none !important;
        border-top: none !important;
    }
    /* Row 3: 1-card pill (centered) */
    body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three-5cols .row > *:nth-child(5) .pricing__box-six.xhosting-product-card {
        border-bottom-left-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-top: none !important;
    }
}

@media (max-width: 767.98px) {
    /* Mobile: 1-column unified pill */
    body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three-5cols .row > *:nth-child(1) .pricing__box-six.xhosting-product-card {
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border: 1px solid rgba(8, 16, 33, 0.10) !important;
    }
    body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three-5cols .row > *:not(:nth-child(1)):not(:nth-child(5)) .pricing__box-six.xhosting-product-card {
        border-radius: 0 !important;
        border: none !important;
        border-left: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-right: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-bottom: 1px solid rgba(8, 16, 33, 0.08) !important;
    }
    body #order-standard_cart.xhosting-orderform-shell .pricing__item-wrap-three-5cols .row > *:nth-child(5) .pricing__box-six.xhosting-product-card {
        border-bottom-left-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-left: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-right: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-bottom: 1px solid rgba(8, 16, 33, 0.10) !important;
        border-top: none !important;
    }
}

/* Styling checkout/orderform fields to match xhosting theme inputs */
body #order-standard_cart .form-control,
body #order-standard_cart .field {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--tg-heading-color, #0e1b36);
    border: 1px solid var(--tg-border-2, #e4e4e7);
    border-radius: 8px;
    padding: 14px 20px;
    height: 56px !important;
    background-color: #fff;
    transition: all 0.3s ease-out;
}

body #order-standard_cart .form-control:focus,
body #order-standard_cart .field:focus {
    border-color: var(--tg-heading-color, #0e1b36);
    outline: none;
    box-shadow: none;
}

/* Adjust padding for prepend-icon inputs */
body #order-standard_cart .prepend-icon .form-control,
body #order-standard_cart .prepend-icon .field {
    padding-left: 55px !important;
}

body #order-standard_cart .prepend-icon .field-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #717484;
    z-index: 4;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

body #order-standard_cart .prepend-icon .field-icon i {
    font-size: 16px;
}

body #order-standard_cart .intl-tel-input {
    display: block;
    width: 100%;
}

body #order-standard_cart .intl-tel-input.separate-dial-code .selected-flag {
    width: 88px !important;
}

body #order-standard_cart .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-right: 12px !important;
    white-space: nowrap !important;
}

body #order-standard_cart .intl-tel-input.separate-dial-code input[type="tel"],
body #order-standard_cart .intl-tel-input.separate-dial-code .form-control {
    padding-left: 102px !important;
}

body #order-standard_cart .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 82px !important;
}

body #order-standard_cart .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"],
body #order-standard_cart .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .form-control {
    padding-left: 96px !important;
}

body #order-standard_cart .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 90px !important;
}

body #order-standard_cart .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"],
body #order-standard_cart .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .form-control {
    padding-left: 104px !important;
}

body #order-standard_cart .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 98px !important;
}

body #order-standard_cart .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"],
body #order-standard_cart .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .form-control {
    padding-left: 112px !important;
}

body #order-standard_cart .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 106px !important;
}

body #order-standard_cart .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"],
body #order-standard_cart .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .form-control {
    padding-left: 120px !important;
}

body #order-standard_cart.xhosting-checkout-page #frmCheckout .cc-input-container.w-hidden {
    display: none !important;
}

body #order-standard_cart.xhosting-checkout-page #frmCheckout .prepend-icon {
    position: relative;
}

body #order-standard_cart.xhosting-checkout-page #frmCheckout .prepend-icon .field-icon {
    top: 28px;
    transform: translateY(-50%);
}

body #order-standard_cart.xhosting-checkout-page #frmCheckout #cvv-field-container .field-icon,
body #order-standard_cart.xhosting-checkout-page #frmCheckout #existingCardInfo .field-icon {
    left: 12px;
    z-index: 6;
    color: #a7adb8;
}

body #order-standard_cart.xhosting-checkout-page #frmCheckout .cvv-field-control {
    position: relative;
}

body #order-standard_cart.xhosting-checkout-page #frmCheckout #inputCardCVV,
body #order-standard_cart.xhosting-checkout-page #frmCheckout #inputCardCVV2 {
    padding-left: 38px !important;
    padding-right: 37px !important;
    font-size: 15px;
    line-height: 1.2;
}

body #order-standard_cart.xhosting-checkout-page #frmCheckout .cvv-help-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 7;
    width: 25px !important;
    min-width: 25px !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 8px 0 !important;
    border-color: #dfe2e8 !important;
    border-left: 1px solid #dfe2e8 !important;
    background: #f7f8fb !important;
    color: #667085 !important;
    font-weight: 600;
    transform: none !important;
}

body #order-standard_cart.xhosting-checkout-page #frmCheckout .cvv-help-button:focus,
body #order-standard_cart.xhosting-checkout-page #frmCheckout .cvv-help-button:hover {
    border-color: #cfd5df !important;
    background: #fff !important;
    box-shadow: none !important;
}

body #order-standard_cart.xhosting-checkout-page #frmCheckout #inputCardCVV::placeholder,
body #order-standard_cart.xhosting-checkout-page #frmCheckout #inputCardCVV2::placeholder {
    color: #9aa3b2;
    opacity: 1;
}

body #order-standard_cart select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1.41 0L6 4.58L10.59 0L12 1.41L6 7.41L0 1.41L1.41 0Z' fill='%23717484'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px 8px;
}

body #order-standard_cart.xhosting-domain-register-page .domain__search-area-two {
    overflow: visible;
    z-index: 5;
}

body #order-standard_cart.xhosting-domain-register-page .domain__search-wrap-two.domain-checker-container {
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    position: relative;
    z-index: 10;
}

body #order-standard_cart.xhosting-domain-register-page .domain__inner-wrap-two .section__title p {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 500;
}

body #order-standard_cart.xhosting-domain-register-page .domain__shape-two {
    pointer-events: none;
}

body #order-standard_cart.xhosting-domain-register-page .fw-bold {
    font-weight: 700 !important;
}

body #order-standard_cart.xhosting-domain-register-page .fs-4 {
    font-size: 1.5rem !important;
}

body #order-standard_cart.xhosting-domain-register-page .fs-5 {
    font-size: 1.25rem !important;
}

body #order-standard_cart.xhosting-domain-register-page .fs-6 {
    font-size: 1rem !important;
}

body #order-standard_cart.xhosting-domain-register-page .text-start {
    text-align: left !important;
}

body #order-standard_cart.xhosting-domain-register-page .ms-1 {
    margin-left: .25rem !important;
}

body #order-standard_cart.xhosting-domain-register-page .ms-2 {
    margin-left: .5rem !important;
}

body #order-standard_cart.xhosting-domain-register-page .ps-4 {
    padding-left: 1.5rem !important;
}

body #order-standard_cart.xhosting-domain-register-page .top-0 {
    top: 0 !important;
}

body #order-standard_cart.xhosting-domain-register-page .end-0 {
    right: 0 !important;
}

body #order-standard_cart.xhosting-domain-register-page .gap-1 {
    gap: .25rem !important;
}

body #order-standard_cart.xhosting-domain-register-page .gap-2 {
    gap: .5rem !important;
}

body #order-standard_cart.xhosting-domain-register-page .gap-3 {
    gap: 1rem !important;
}

body #order-standard_cart.xhosting-domain-register-page .row.g-3 {
    margin-right: -.5rem;
    margin-left: -.5rem;
}

body #order-standard_cart.xhosting-domain-register-page .row.g-3 > [class*="col-"] {
    padding-right: .5rem;
    padding-left: .5rem;
    margin-bottom: 1rem;
}


/* Advanced Domain Search Styling */
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .domain__search-form-two {
    display: block;
    margin-bottom: 0;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .advanced-search-group {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    min-height: 138px;
    padding: 24px 20px 20px 30px;
    background: var(--tg-color-white-default, #fff);
    border-color: var(--tg-theme-secondary, #6243ff);
    border-style: solid;
    border-width: 1px;
    border-radius: 48px;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    overflow: visible;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .advanced-search-group.focused {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.52);
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .search-icon {
    position: absolute;
    left: 0;
    top: 7px;
    color: var(--tg-color-gray-4, #717484);
    transform: none;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .advanced-search-input-wrap {
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 0 0 0 44px;
    margin: 0;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced #frmDomainChecker textarea.advanced-search-textarea {
    display: block;
    width: 100%;
    min-height: 40px;
    height: 40px;
    padding: 2px 0 0;
    overflow: hidden !important;
    resize: none;
    border: 0;
    background: transparent;
    box-shadow: none !important;
    color: var(--tg-heading-color, #0e1b36);
    font-size: 16px;
    line-height: 1.8;
    white-space: nowrap;
    word-break: normal;
    outline: none;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced #frmDomainChecker textarea::placeholder {
    color: #6C757D;
    font-weight: 400;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .advanced-search-actions {
    position: absolute !important;
    right: 18px;
    bottom: 12px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 16px !important;
    width: auto;
    max-width: calc(100% - 48px);
    margin-top: 0;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .advanced-search-selects {
    display: flex;
    align-items: center;
    gap: 12px !important;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .btn-group {
    position: relative;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container {
    z-index: 2000;
    width: max-content !important;
    min-width: 150px;
    max-width: 220px;
    max-height: 180px !important;
    padding: 6px 0;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border: 1px solid rgba(24, 25, 28, 0.12);
    border-radius: 12px;
    box-shadow: 0 14px 36px rgba(24, 25, 28, 0.14);
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container > li > a {
    display: block;
    min-height: 30px;
    padding: 0;
    color: var(--tg-heading-color, #0e1b36);
    text-decoration: none;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container label {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 30px;
    margin: 0;
    padding: 5px 12px;
    color: var(--tg-heading-color, #0e1b36);
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container label.checkbox,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container label.radio {
    padding-left: 12px;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .icheckbox_square-blue,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .iradio_square-blue {
    display: none !important;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container input[type="checkbox"],
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container > li > a:hover,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container > li.active > a {
    background: #f4f6fb;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container > li.active label {
    color: var(--tg-theme-secondary, #6243ff);
    font-weight: 700;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .btn-group .multiselect {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 134px;
    height: 42px;
    padding: 8px 14px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 32px;
    box-shadow: none;
    color: var(--tg-heading-color, #0e1b36);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .btn-group .multiselect:hover {
    background: #f1f3f5;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .btn-group.open .multiselect {
    background: #e9ecef;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .safe-search-label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    cursor: pointer;
    color: var(--tg-color-gray-4, #717484);
    font-size: 14px;
    white-space: nowrap;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .safe-search-label input {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
}

body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced #frmDomainChecker #btnCheckAvailability.domain-check-availability {
    position: static !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    flex: 0 0 auto;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px !important;
    min-width: 120px !important;
    width: auto !important;
    max-width: max-content;
    margin: 0;
    padding: 0 24px !important;
    border: 0;
    border-radius: 32px !important;
    outline: 0;
    box-shadow: none;
    font-weight: 700;
    font-size: 14px !important;
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .safe-search-label {
        display: none !important;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .advanced-search-group {
        padding-left: 24px;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .advanced-search-input-wrap {
        min-width: 0;
    }
}

@media (max-width: 991.98px) {
    body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .advanced-search-group {
        border-radius: 24px;
        padding: 16px 16px 18px 20px;
        min-height: 144px;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .advanced-search-input-wrap {
        min-width: 0;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .advanced-search-actions {
        right: 16px;
        bottom: 14px;
        width: auto;
        justify-content: space-between;
        gap: 10px;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .advanced-search-selects {
        flex-wrap: wrap;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced #frmDomainChecker #btnCheckAvailability.domain-check-availability {
        flex: 0 0 auto;
        width: auto !important;
    }
}

@media (max-width: 767.98px) {
    body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .advanced-search-selects {
        display: none !important;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .advanced-search-actions {
        max-width: calc(100% - 32px);
    }
}

@media (max-width: 575.98px) {
    body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .advanced-search-group {
        min-height: 154px;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .advanced-search-actions {
        flex-direction: row;
        align-items: center;
    }

    body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced #frmDomainChecker #btnCheckAvailability.domain-check-availability {
        width: auto !important;
    }
}

/* ==========================================================================
   Domain Search Results Showcase & Premium Card Redesign
   ========================================================================== */

/* Main Results Container */
body #order-standard_cart.xhosting-orderform-shell #DomainSearchResults {
    border: 1px solid rgba(24, 25, 28, 0.06) !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    box-shadow: 0 30px 60px rgba(24, 25, 28, 0.05) !important;
    padding: 40px !important;
}

@media (max-width: 767.98px) {
    body #order-standard_cart.xhosting-orderform-shell #DomainSearchResults {
        padding: 24px 16px !important;
    }
}

/* Section Headings */
body #order-standard_cart.xhosting-orderform-shell .primary-domain-header {
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-weight: 700 !important;
    color: var(--tg-theme-secondary, #4e37b2) !important;
    border-bottom: 2px solid rgba(24, 25, 28, 0.04) !important;
    padding-bottom: 12px !important;
    margin-bottom: 24px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

body #order-standard_cart.xhosting-orderform-shell .primary-domain-header i {
    color: var(--tg-theme-primary, #17BD54) !important;
    font-size: 16px;
}

/* Global Flat Add to Cart Button Style (Unified for Exact Match, Spotlight, Suggestions) */
body #order-standard_cart.xhosting-orderform-shell .btn-add-to-cart::before,
body #order-standard_cart.xhosting-orderform-shell .btn-add-to-cart::after,
body #order-standard_cart.xhosting-orderform-shell .spotlight-tld .unavailable::before,
body #order-standard_cart.xhosting-orderform-shell .spotlight-tld .unavailable::after,
body #order-standard_cart.xhosting-orderform-shell .spotlight-tld .invalid::before,
body #order-standard_cart.xhosting-orderform-shell .spotlight-tld .invalid::after {
    content: none !important;
    display: none !important;
}

body #order-standard_cart.xhosting-orderform-shell .btn-add-to-cart {
    background: #17BD54 !important;
    border: 0 !important;
    border-radius: 30px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    padding: 8px 22px !important;
    line-height: 1.4 !important;
    height: auto !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
    text-transform: none !important;
    white-space: nowrap !important;
}

body #order-standard_cart.xhosting-orderform-shell .btn-add-to-cart:hover {
    background: #10a851 !important;
    color: #ffffff !important;
    transform: none !important;
    box-shadow: none !important;
}

body #order-standard_cart.xhosting-orderform-shell .btn-add-to-cart.added,
body #order-standard_cart.xhosting-orderform-shell .btn-add-to-cart.active {
    background: #6F56DA !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

body #order-standard_cart.xhosting-orderform-shell .btn-add-to-cart.added:hover,
body #order-standard_cart.xhosting-orderform-shell .btn-add-to-cart.active:hover {
    background: #5b43c4 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

/* Exact Match Result Card Showcase - Styled as a Compact Centered Pill Widget */
body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult:not([style*="display: none"]):not([style*="display:none"]):not(.w-hidden) {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    background: #ffffff !important;
    border: 1px solid #eeebff !important;
    border-radius: 99px !important;
    padding: 12px 32px !important;
    margin: 0 auto 36px !important;
    box-shadow: 0 10px 30px rgba(111, 86, 218, 0.05) !important;
    gap: 24px !important;
    width: fit-content !important;
    max-width: 100% !important;
}

body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult[style*="display: none"],
body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult[style*="display:none"],
body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult.w-hidden {
    display: none !important;
}

/* Exact Match Status Message Styling */
body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-available.domain-checker-available {
    color: #17BD54 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: left !important;
    margin-bottom: 0 !important;
    flex: 0 0 auto !important;
    white-space: nowrap !important;
}

body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-available.domain-checker-available strong {
    color: #131415 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-right: 6px !important;
}

body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-unavailable.domain-checker-unavailable,
body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-invalid.domain-checker-invalid,
body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-tld-unavailable.domain-checker-unavailable {
    color: #FF4C4C !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    flex: 0 0 auto !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    white-space: nowrap !important;
}

body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-unavailable.domain-checker-unavailable strong,
body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-invalid.domain-checker-invalid strong,
body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-tld-unavailable.domain-checker-unavailable strong {
    color: #767982 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-right: 6px !important;
}

/* Exact Match Price Block - Placed inline */
body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-price:not([style*="display: none"]):not([style*="display:none"]):not(.w-hidden) {
    display: inline-flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    flex: 0 0 auto !important;
    flex-wrap: nowrap !important;
}

body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-price[style*="display: none"],
body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-price[style*="display:none"],
body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-price.w-hidden {
    display: none !important;
}

body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-price .price {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #131415 !important;
    margin: 0 !important;
    white-space: nowrap !important;
}

body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-price .register-price-label,
body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-price .transfer-price-label {
    display: none !important;
}

/* Exact Match Mobile View */
@media (max-width: 767.98px) {
    body #order-standard_cart.xhosting-domain-register-page #DomainSearchResults {
        overflow: visible !important;
        padding: 18px !important;
    }

    body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult:not([style*="display: none"]):not([style*="display:none"]):not(.w-hidden) {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        border-radius: 16px !important;
        padding: 20px !important;
        gap: 16px !important;
        width: 100% !important;
        margin: 0 0 24px !important;
    }

    body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-available.domain-checker-available,
    body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-unavailable.domain-checker-unavailable,
    body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-invalid.domain-checker-invalid {
        text-align: center !important;
        white-space: normal !important;
    }

    body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-price {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: stretch !important;
        gap: 10px !important;
        flex-wrap: nowrap !important;
    }

    body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-price[style*="display: none"],
    body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-price[style*="display:none"],
    body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-price.w-hidden {
        display: none !important;
    }

    body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-price .price {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }

    body #order-standard_cart.xhosting-orderform-shell #primaryLookupResult .domain-price .btn-add-to-cart {
        width: 100% !important;
        min-height: 42px !important;
    }

    body #order-standard_cart.xhosting-orderform-shell .spotlight-tld .domain-lookup-result,
    body #order-standard_cart.xhosting-orderform-shell .spotlight-tld .available.price {
        width: 100% !important;
        text-align: center !important;
    }
}

/* Spotlight TLDs Layout */
body #order-standard_cart.xhosting-orderform-shell #spotlightTlds {
    background: transparent !important;
    padding: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 40px !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Fix spotlight floating/collapsing wrapper column */
body #order-standard_cart.xhosting-orderform-shell .spotlight-tld-container {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}

/* Configure-product spotlight results stay compact instead of full-width rows. */
body #order-standard_cart.xhosting-product-domain-flow .spotlight-tlds-container {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin: 0 !important;
}

body #order-standard_cart.xhosting-product-domain-flow .spotlight-tld-container {
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body #order-standard_cart.xhosting-product-domain-flow .spotlight-tld {
    box-sizing: border-box !important;
    height: auto !important;
    min-height: 170px !important;
    padding: 24px 18px 20px !important;
}

@media (max-width: 767.98px) {
    body #order-standard_cart.xhosting-product-domain-flow .spotlight-tlds-container {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 479.98px) {
    body #order-standard_cart.xhosting-product-domain-flow .spotlight-tlds-container {
        grid-template-columns: 1fr !important;
    }
}

body #order-standard_cart.xhosting-orderform-shell .spotlight-tld {
    background: #ffffff !important;
    border: 1px solid rgba(24, 25, 28, 0.08) !important;
    border-radius: 16px !important;
    padding: 32px 20px 24px !important;
    height: 100% !important;
    position: relative !important;
    overflow: visible !important;
    box-shadow: 0 4px 16px rgba(24, 25, 28, 0.02) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
}

body #order-standard_cart.xhosting-orderform-shell .spotlight-tld:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 16px 36px rgba(24, 25, 28, 0.06) !important;
    border-color: rgba(131, 109, 228, 0.25) !important;
}

body #order-standard_cart.xhosting-orderform-shell .spotlight-tld .fs-5 {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #18191c !important;
    margin-bottom: 8px !important;
    text-transform: lowercase;
}

body #order-standard_cart.xhosting-orderform-shell .spotlight-tld .price {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #17BD54 !important;
    margin-bottom: 16px !important;
    display: block;
}

/* Spotlight Add Button - uses global styles with width override */
body #order-standard_cart.xhosting-orderform-shell .spotlight-tld .btn-add-to-cart {
    width: 100% !important;
}

body #order-standard_cart.xhosting-orderform-shell .spotlight-tld .unavailable,
body #order-standard_cart.xhosting-orderform-shell .spotlight-tld .invalid {
    background: #f3f4f6 !important;
    color: #9ca3af !important;
    border: 1px solid rgba(24, 25, 28, 0.05) !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    padding: 8px 20px !important;
    margin: 0 !important;
    font-weight: 600 !important;
    width: 100%;
    cursor: not-allowed;
    box-shadow: none !important;
}

/* Spotlight Pill Badges Overrides */
body #order-standard_cart.xhosting-orderform-shell .spotlight-tld-sale,
body #order-standard_cart.xhosting-orderform-shell .spotlight-tld-new,
body #order-standard_cart.xhosting-orderform-shell .spotlight-tld-hot {
    position: absolute !important;
    top: -10px !important;
    right: 16px !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    letter-spacing: 0.5px !important;
    padding: 4px 10px !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 10px rgba(24, 25, 28, 0.1) !important;
    color: #ffffff !important;
    z-index: 5 !important;
}

body #order-standard_cart.xhosting-orderform-shell .spotlight-tld-sale {
    background: linear-gradient(135deg, #ff7b00, #ff4c4c) !important;
}

body #order-standard_cart.xhosting-orderform-shell .spotlight-tld-new {
    background: linear-gradient(135deg, #3795fc, #1665d8) !important;
}

body #order-standard_cart.xhosting-orderform-shell .spotlight-tld-hot {
    background: linear-gradient(135deg, #ff4c4c, #d80027) !important;
}

/* Suggested Domains Container */
body #order-standard_cart.xhosting-orderform-shell .suggested-domains h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #18191c !important;
    border-bottom: 2px solid rgba(24, 25, 28, 0.04) !important;
    padding-bottom: 12px !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

body #order-standard_cart.xhosting-orderform-shell #domainSuggestions {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    flex-direction: column !important;
    gap: 12px !important;
}

/* Individual Suggested Domain Row Card - Styled only when visible */
body #order-standard_cart.xhosting-orderform-shell .domain-suggestion.list-group-item:not([style*="display: none"]):not([style*="display:none"]):not(.w-hidden) {
    background: #f8f9fd !important;
    border: 1px solid rgba(24, 25, 28, 0.05) !important;
    border-radius: 12px !important;
    padding: 16px 24px !important;
    margin-bottom: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    column-gap: 24px !important;
    row-gap: 10px !important;
    align-items: center !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 2px 6px rgba(24, 25, 28, 0.005) !important;
}

body #order-standard_cart.xhosting-orderform-shell .domain-suggestion.list-group-item:not([style*="display: none"]):not([style*="display:none"]):not(.w-hidden):hover {
    background: #ffffff !important;
    border-color: rgba(131, 109, 228, 0.2) !important;
    box-shadow: 0 8px 24px rgba(24, 25, 28, 0.04) !important;
    transform: translateY(-2px) !important;
}

body #order-standard_cart.xhosting-orderform-shell .domain-suggestion.list-group-item[style*="display: none"],
body #order-standard_cart.xhosting-orderform-shell .domain-suggestion.list-group-item[style*="display:none"],
body #order-standard_cart.xhosting-orderform-shell .domain-suggestion.list-group-item.w-hidden {
    display: none !important;
}

body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .domain-info {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 4px 8px !important;
    min-width: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
}

body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .domain-info .domain {
    color: #18191c !important;
    overflow-wrap: anywhere !important;
}

body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .domain-info .extension {
    color: var(--tg-theme-primary-2, #3795fc) !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

/* Suggested domain promo badges */
body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .domain-info .promo {
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-left: 4px !important;
    vertical-align: middle !important;
}

body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .domain-info .promo.sale,
body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .domain-info .promo.new,
body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .domain-info .promo.hot,
body #order-standard_cart.xhosting-orderform-shell .suggested-domains .promo.sale,
body #order-standard_cart.xhosting-orderform-shell .suggested-domains .promo.new,
body #order-standard_cart.xhosting-orderform-shell .suggested-domains .promo.hot {
    background: transparent !important;
    background-color: transparent !important;
    padding: 0 !important;
    color: inherit !important;
    text-transform: none !important;
    border: none !important;
    box-shadow: none !important;
}

body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .domain-info .promo:not(.w-hidden) {
    display: inline-flex !important;
}

body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .domain-info .promo span {
    font-size: 9px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 3px 8px !important;
    border-radius: 20px !important;
    margin-left: 0 !important;
    display: none !important;
    align-items: center !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .domain-info .promo span:not(.w-hidden) {
    display: inline-flex !important;
}

body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .domain-info .promo .sales-group-hot {
    background: rgba(255, 76, 76, 0.1) !important;
    color: #FF4C4C !important;
}

body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .domain-info .promo .sales-group-new {
    background: rgba(55, 149, 252, 0.1) !important;
    color: #3795FC !important;
}

body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .domain-info .promo .sales-group-sale {
    background: rgba(23, 189, 84, 0.1) !important;
    color: #17BD54 !important;
}

/* Suggested domain action group */
body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .actions {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    justify-content: flex-end !important;
    min-width: max-content !important;
}

body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .price {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #18191c !important;
    padding: 0 !important;
    min-width: 86px !important;
    text-align: right !important;
    white-space: nowrap !important;
}

body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .actions .btn {
    white-space: nowrap !important;
}

/* Suggestion Add Button - uses global styles */

/* More Suggestions Button */
body #order-standard_cart.xhosting-orderform-shell .more-suggestions .btn {
    background: transparent !important;
    background-color: transparent !important;
    border: 1.5px solid var(--tg-theme-primary, #00c753) !important;
    color: var(--tg-theme-primary, #00c753) !important;
    border-radius: 30px !important;
    padding: 8px 24px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    transition: all 0.2s ease !important;
    text-transform: none !important;
    display: inline-block;
}

body #order-standard_cart.xhosting-orderform-shell .more-suggestions .btn:hover {
    background: var(--tg-theme-primary, #00c753) !important;
    border-color: var(--tg-theme-primary, #00c753) !important;
    color: #ffffff !important;
}

/* Spinner Loader style */
body #order-standard_cart.xhosting-orderform-shell .domain-lookup-loader {
    color: var(--tg-theme-secondary, #4e37b2) !important;
}

/* Responsive suggested list items */
@media (max-width: 767.98px) {
    body #order-standard_cart.xhosting-orderform-shell .domain-suggestion.list-group-item:not([style*="display: none"]):not([style*="display:none"]):not(.w-hidden) {
        grid-template-columns: 1fr !important;
        align-items: flex-start !important;
        gap: 12px !important;
        padding: 16px !important;
    }

    body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .actions {
        width: 100% !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 10px !important;
    }

    body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .price {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        min-width: 0 !important;
    }

    body #order-standard_cart.xhosting-orderform-shell .domain-suggestion .btn-add-to-cart {
        width: 100% !important;
        flex-grow: 0 !important;
        text-align: center !important;
    }
}

/* Domain Configuration Submit Button */
body #order-standard_cart.xhosting-configure-domains-page #btnSubmitConfigureDomains {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 52px;
    margin: 0 !important;
    padding: 0 42px !important;
    border: 0;
    border-radius: 999px; /* Rounded pill style */
    background: var(--tg-theme-primary, #19bf5f) !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    transition: background-color 150ms ease;
    z-index: 2;
    min-width: 200px;
}

body #order-standard_cart.xhosting-configure-domains-page #btnSubmitConfigureDomains:hover,
body #order-standard_cart.xhosting-configure-domains-page #btnSubmitConfigureDomains:focus {
    background: #10a851 !important;
    color: #fff !important;
    outline: 0;
    text-decoration: none !important;
}

/* Checkout Page Styles */
body #order-standard_cart.xhosting-checkout-page .sub-heading {
    border-bottom: 1px solid rgba(24, 25, 28, 0.08) !important;
    padding-bottom: 10px !important;
    margin-bottom: 22px !important;
    margin-top: 34px !important;
    background: transparent !important;
}

body #order-standard_cart.xhosting-checkout-page .sub-heading span {
    background: transparent !important;
    color: #18191c !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-transform: none !important;
    padding: 0 !important;
}

body #order-standard_cart.xhosting-checkout-page #totalDueToday {
    background-color: #f0fdf4 !important;
    border: 1px solid rgba(25, 191, 95, 0.2) !important;
    color: #19bf5f !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    padding: 16px !important;
}

body #order-standard_cart.xhosting-checkout-page #totalDueToday strong {
    color: #19bf5f !important;
    font-weight: 850 !important;
}

body #order-standard_cart.xhosting-checkout-page #btnCompleteOrder {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 52px;
    margin: 0 !important;
    padding: 0 42px !important;
    border: 0;
    border-radius: 999px; /* Rounded pill style */
    background: var(--tg-theme-primary, #19bf5f) !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    transition: background-color 150ms ease;
    z-index: 2;
    min-width: 200px;
}

body #order-standard_cart.xhosting-checkout-page #btnCompleteOrder:hover,
body #order-standard_cart.xhosting-checkout-page #btnCompleteOrder:focus {
    background: #10a851 !important;
    color: #fff !important;
    outline: 0;
    text-decoration: none !important;
}

body #order-standard_cart.xhosting-checkout-page .account.active {
    border-color: var(--tg-theme-primary) !important;
    box-shadow: 0 4px 12px rgba(25, 191, 95, 0.08) !important;
    background-color: #f4fbf7 !important;
}

/* Product Domain Selection Page Custom Styles */
body #order-standard_cart.xhosting-product-domain-flow .xhosting-flow-hero {
    background: #f4f7ff url("../../../nexus/assets/img/bg/domain_search_bg02.jpg") center/cover no-repeat !important;
    padding: 96px 0 72px !important;
}

body #order-standard_cart.xhosting-product-domain-flow .xhosting-flow-hero h2 {
    font-size: 36px !important;
    font-weight: 800 !important;
    color: var(--tg-heading-color, #0e1b36) !important;
    font-family: var(--tg-heading-font-family) !important;
    text-transform: none !important;
}

body #order-standard_cart.xhosting-product-domain-flow .xhosting-flow-hero p {
    font-size: 15px !important;
    color: var(--tg-body-color, #5c5f74) !important;
    margin-top: 8px !important;
}

/* Option Cards styling */
body #order-standard_cart.xhosting-product-domain-flow .option.card {
    border: 1px solid rgba(24, 25, 28, 0.08) !important;
    border-radius: 16px !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(24, 25, 28, 0.02) !important;
    padding: 24px !important;
    margin-bottom: 20px !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .option.card:hover {
    border-color: rgba(14, 110, 255, 0.2) !important;
    box-shadow: 0 10px 30px rgba(14, 110, 255, 0.04) !important;
    transform: translateY(-2px);
}

body #order-standard_cart.xhosting-product-domain-flow .option.card.option-selected {
    border-color: var(--tg-theme-secondary, #0e6eff) !important;
    background-color: rgba(14, 110, 255, 0.015) !important;
    box-shadow: 0 12px 36px rgba(14, 110, 255, 0.08) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .option.card:not(.option-selected) {
    border-color: rgba(24, 25, 28, 0.08) !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(24, 25, 28, 0.02) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .option.card.option-selected {
    border-color: var(--tg-theme-secondary, #6243ff) !important;
    background-color: rgba(98, 67, 255, 0.02) !important;
    box-shadow: 0 12px 36px rgba(98, 67, 255, 0.08) !important;
}

body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 12px;
}

body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult #btnDomainContinue {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 18px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    box-shadow: 0 6px 16px rgba(25, 191, 95, 0.16) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .spotlight-tld:has(.unavailable[style*="display: block"]) .available.price,
body #order-standard_cart.xhosting-product-domain-flow .spotlight-tld:has(.unavailable[style*="display:block"]) .available.price,
body #order-standard_cart.xhosting-product-domain-flow .spotlight-tld:has(.unavailable[style*="display: inline"]) .available.price,
body #order-standard_cart.xhosting-product-domain-flow .spotlight-tld:has(.unavailable[style*="display:inline"]) .available.price,
body #order-standard_cart.xhosting-product-domain-flow .spotlight-tld:has(.invalid[style*="display: block"]) .available.price,
body #order-standard_cart.xhosting-product-domain-flow .spotlight-tld:has(.invalid[style*="display:block"]) .available.price,
body #order-standard_cart.xhosting-product-domain-flow .spotlight-tld:has(.invalid[style*="display: inline"]) .available.price,
body #order-standard_cart.xhosting-product-domain-flow .spotlight-tld:has(.invalid[style*="display:inline"]) .available.price {
    display: none !important;
}

/* Custom Checkbox/Radio button styling inside option cards */
body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .form-check {
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0 !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid var(--tg-color-gray-4, #7c7e93);
    border-radius: 50%;
    outline: none;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin: 0 !important;
    transition: all 0.2s ease;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .form-check-input:checked {
    border-color: var(--tg-theme-secondary, #0e6eff) !important;
    background-color: #fff !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .form-check-input:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: var(--tg-theme-secondary, #0e6eff);
    border-radius: 50%;
    animation: scaleInRadio 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes scaleInRadio {
    from { transform: translate(-50%, -50%) scale(0); }
    to { transform: translate(-50%, -50%) scale(1); }
}

body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .form-check-label {
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--tg-heading-color, #0e1b36) !important;
    margin-bottom: 0 !important;
    line-height: 1.4 !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .option.card.option-selected .form-check-label {
    color: var(--tg-theme-secondary, #0e6eff) !important;
}

/* Inputs & Buttons inside the active card */
body #order-standard_cart.xhosting-product-domain-flow .domain-input-group {
    background: #fdfdfd;
    border: 1px solid rgba(24, 25, 28, 0.04);
    border-radius: 12px;
    padding: 20px;
    margin-top: 16px !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .input-group-text {
    background-color: #f8f9fd !important;
    border: 1px solid rgba(24, 25, 28, 0.12) !important;
    color: var(--tg-color-gray-4, #7c7e93) !important;
    font-weight: 500;
    padding: 0 16px;
    height: 50px;
    border-radius: 8px 0 0 8px;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100% !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .input-group-prepend {
    display: flex !important;
    flex: 0 0 auto !important;
    margin-right: -1px !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .input-group > input.form-control {
    display: block !important;
    flex: 1 1 0 !important;
    width: 1% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group input.form-control,
body #order-standard_cart.xhosting-product-domain-flow .domain-input-group select.form-control {
    height: 50px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
    border: 1px solid rgba(24, 25, 28, 0.12) !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
    transition: all 0.2s ease;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .input-group input.form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group input.form-control:focus,
body #order-standard_cart.xhosting-product-domain-flow .domain-input-group select.form-control:focus {
    border-color: var(--tg-theme-secondary, #0e6eff) !important;
    box-shadow: 0 0 0 3px rgba(14, 110, 255, 0.12) !important;
    background-color: #ffffff !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .btn-primary {
    height: 50px !important;
    background: var(--tg-theme-primary, #00c753) !important;
    border-color: var(--tg-theme-primary, #00c753) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 10px rgba(0, 199, 83, 0.15) !important;
    margin: 0 !important;
    transition: all 0.25s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .btn-primary:hover {
    background: var(--tg-heading-color, #0e1b36) !important;
    border-color: var(--tg-heading-color, #0e1b36) !important;
    box-shadow: 0 6px 14px rgba(14, 27, 54, 0.2) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .nice-select {
    height: 50px !important;
    line-height: 48px !important;
    background-color: #ffffff !important;
    border: 1px solid rgba(24, 25, 28, 0.12) !important;
    border-radius: 8px !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .nice-select:focus,
body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .nice-select.open {
    border-color: var(--tg-theme-secondary, #0e6eff) !important;
}

/* Search Results Box styling */
body #order-standard_cart.xhosting-product-domain-flow #DomainSearchResults {
    border: 1px solid rgba(24, 25, 28, 0.08) !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 40px rgba(24, 25, 28, 0.07) !important;
    padding: 28px !important;
}

body #order-standard_cart.xhosting-product-domain-flow #DomainSearchResults:not(.domain-search-started) {
    display: none !important;
}

body #order-standard_cart.xhosting-product-domain-flow .primary-domain-header {
    border: 0 !important;
    background: transparent !important;
    color: var(--tg-theme-secondary, #0e6eff) !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    margin-bottom: 16px !important;
}

body #order-standard_cart.xhosting-product-domain-flow #DomainSearchResults .alert {
    border-radius: 12px !important;
    padding: 16px 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 0 !important;
}

body #order-standard_cart.xhosting-product-domain-flow #DomainSearchResults .alert-success {
    background: #e6f9ed !important;
    color: #00a63e !important;
}

body #order-standard_cart.xhosting-product-domain-flow #DomainSearchResults .alert-warning {
    background: #fff3e6 !important;
    color: #f54a00 !important;
}

body #order-standard_cart.xhosting-product-domain-flow #DomainSearchResults .alert-danger {
    background: #fde8e8 !important;
    color: #e7000b !important;
}

/* Continue Button styling at the bottom */
body #order-standard_cart.xhosting-product-domain-flow #btnDomainContinue {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 52px;
    padding: 0 42px !important;
    border: 0;
    border-radius: 999px; /* Rounded pill style */
    background: var(--tg-theme-primary, #19bf5f) !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(25, 191, 95, 0.2) !important;
    transition: all 0.25s ease !important;
}

body #order-standard_cart.xhosting-product-domain-flow #btnDomainContinue:hover,
body #order-standard_cart.xhosting-product-domain-flow #btnDomainContinue:focus {
    background: var(--tg-heading-color, #0e1b36) !important;
    box-shadow: 0 10px 28px rgba(14, 27, 54, 0.25) !important;
}

/* Custom CSS-only Radio Buttons for Domain Selection options */
body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .iradio_square-blue {
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 12px 0 0 !important;
    padding: 0 !important;
    width: 20px !important;
    height: 20px !important;
    background: #ffffff !important;
    border: 2px solid rgba(24, 25, 28, 0.2) !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    position: relative !important;
    transition: all 0.2s ease !important;
    float: none !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .iradio_square-blue.hover {
    border-color: var(--tg-theme-secondary, #0e6eff) !important;
    filter: none !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .iradio_square-blue.checked {
    border-color: var(--tg-theme-secondary, #0e6eff) !important;
    background: #ffffff !important;
    filter: none !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .iradio_square-blue.checked::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 10px !important;
    height: 10px !important;
    background-color: var(--tg-theme-secondary, #0e6eff) !important;
    border-radius: 50% !important;
    display: block !important;
}

/* Card Active states mapped to both inputs and iCheck wrapper */
body #order-standard_cart.xhosting-product-domain-flow .option.card.option-selected {
    border-color: var(--tg-theme-secondary, #0e6eff) !important;
    background-color: rgba(14, 110, 255, 0.015) !important;
    box-shadow: 0 12px 36px rgba(14, 110, 255, 0.08) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .option.card.option-selected .form-check-label {
    color: var(--tg-theme-secondary, #0e6eff) !important;
}

/* Only the option selected by the WHMCS/iCheck flow receives the active card treatment. */
body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .option.card:not(.option-selected) {
    border-color: rgba(24, 25, 28, 0.08) !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(24, 25, 28, 0.02) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .option.card.option-selected {
    border-color: var(--tg-theme-secondary, #6243ff) !important;
    background-color: rgba(98, 67, 255, 0.02) !important;
    box-shadow: 0 12px 36px rgba(98, 67, 255, 0.08) !important;
}

/* Redesign Exact Match lookup result from horizontal pill to a clean, centered card */
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult:not([style*="display: none"]):not([style*="display:none"]):not(.w-hidden) {
    display: block !important;
    background: #ffffff !important;
    border: 1px solid rgba(24, 25, 28, 0.08) !important;
    border-radius: 16px !important;
    padding: 24px !important;
    margin: 20px auto 36px !important;
    box-shadow: 0 14px 40px rgba(24, 25, 28, 0.07) !important;
    max-width: 650px !important;
    width: 100% !important;
}

body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-available.domain-checker-available {
    background: #e6f9ed !important;
    color: #00a63e !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-bottom: 16px !important;
    white-space: normal !important;
}

body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-available.domain-checker-available strong {
    color: #00a63e !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-unavailable.domain-checker-unavailable,
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-invalid.domain-checker-invalid,
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-tld-unavailable.domain-checker-unavailable {
    background: #fde8e8 !important;
    color: #e7000b !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-bottom: 16px !important;
    white-space: normal !important;
}

body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-unavailable.domain-checker-unavailable strong,
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-invalid.domain-checker-invalid strong,
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-tld-unavailable.domain-checker-unavailable strong {
    color: #e7000b !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .transfer-eligible {
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    text-align: center !important;
}

body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .transfer-eligible .alert-success {
    margin-bottom: 8px !important;
    background: #e6f9ed !important;
    color: #00a63e !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .transfer-not-eligible {
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    text-align: center !important;
}

body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .transfer-not-eligible .alert-danger {
    margin-bottom: 8px !important;
    background: #fde8e8 !important;
    color: #e7000b !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-price:not([style*="display: none"]):not([style*="display:none"]):not(.w-hidden) {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 16px 0 0 0 !important;
    padding: 16px 0 0 0 !important;
    border-top: 1px solid rgba(24, 25, 28, 0.08) !important;
    width: 100% !important;
}

body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-price .price {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: var(--tg-theme-secondary, #0e6eff) !important;
}

body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-price .register-price-label,
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-price .transfer-price-label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--tg-color-gray-4, #7c7e93) !important;
}

body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult > .domain-error {
    display: none;
}

body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult > .domain-error:not([style*="display: block"]):not([style*="display:block"]):not([style*="display: inline"]):not([style*="display:inline"]) {
    display: none !important;
}

body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-price .register-price-label[style*="display: inline"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-price .register-price-label[style*="display:inline"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-price .transfer-price-label[style*="display: inline"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-price .transfer-price-label[style*="display:inline"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-price .register-price-label[style*="display: block"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-price .register-price-label[style*="display:block"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-price .transfer-price-label[style*="display: block"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-price .transfer-price-label[style*="display:block"] {
    display: inline-block !important;
}

body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult > .domain-available[style*="display: none"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult > .domain-available[style*="display:none"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult > .domain-unavailable[style*="display: none"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult > .domain-unavailable[style*="display:none"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult > .domain-invalid[style*="display: none"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult > .domain-invalid[style*="display:none"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult > .domain-tld-unavailable[style*="display: none"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult > .domain-tld-unavailable[style*="display:none"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult > .domain-error[style*="display: none"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult > .domain-error[style*="display:none"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-price .register-price-label[style*="display: none"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-price .register-price-label[style*="display:none"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-price .transfer-price-label[style*="display: none"],
body #order-standard_cart.xhosting-product-domain-flow #primaryLookupResult .domain-price .transfer-price-label[style*="display:none"] {
    display: none !important;
}

/* Spacing and helper layout updates for inputs inside active cards */
body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .row {
    margin-right: -6px !important;
    margin-left: -6px !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .row > [class*="col-"] {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .form-control-static,
body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .text-muted.small {
    display: block !important;
    line-height: 50px !important;
    margin-bottom: 0 !important;
}

/* Premium nice-select styling inside active cards */
body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .nice-select {
    height: 50px !important;
    line-height: 48px !important;
    background-color: #ffffff !important;
    border: 1px solid rgba(24, 25, 28, 0.12) !important;
    border-radius: 8px !important;
    padding-left: 16px !important;
    padding-right: 36px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: var(--tg-heading-color, #0e1b36) !important;
    width: 100% !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .nice-select::after {
    border-bottom: 2px solid var(--tg-color-gray-4, #7c7e93) !important;
    border-right: 2px solid var(--tg-color-gray-4, #7c7e93) !important;
    height: 6px !important;
    width: 6px !important;
    right: 16px !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .nice-select .list {
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid rgba(24, 25, 28, 0.08) !important;
    margin-top: 4px !important;
    max-height: 220px !important;
    overflow-y: auto !important;
    width: 100% !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .nice-select .option {
    padding-left: 18px !important;
    padding-right: 18px !important;
    font-size: 14px !important;
    min-height: 40px !important;
    line-height: 40px !important;
    text-align: left !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .nice-select .option.selected,
body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .nice-select .option:hover {
    background-color: rgba(14, 110, 255, 0.05) !important;
    color: var(--tg-theme-secondary, #0e6eff) !important;
    font-weight: 600 !important;
}

/* Domain Checker Input / Button Alignment */
body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-search-row {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 66px !important;
    background: #ffffff !important;
    border: 1px solid var(--tg-theme-secondary, #6243ff) !important;
    border-radius: 48px !important;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4) !important;
    overflow: hidden !important;
}

body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-search-row > svg {
    position: absolute !important;
    left: 24px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: var(--tg-color-gray-4, #717484) !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-search-row input {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    height: 100% !important;
    width: 100% !important;
    padding-left: 68px !important;
    padding-right: 170px !important; /* reserve space for the search button */
    font-size: 16px !important;
    color: var(--tg-body-color, #18191c) !important;
}

body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-search-row .domain__search-action {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    z-index: 3 !important;
}

@media (max-width: 767.98px) {
    body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-search-row {
        height: auto !important;
        overflow: visible !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        display: block !important;
    }
    body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-search-row input {
        background: #ffffff !important;
        border: 1px solid var(--tg-theme-secondary, #6243ff) !important;
        border-radius: 48px !important;
        height: 58px !important;
        padding-right: 20px !important;
    }
    body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-search-row > svg {
        top: 29px !important;
        transform: translateY(-50%) !important;
    }
    body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-search-row .domain__search-action {
        position: static !important;
        margin-top: 12px !important;
        width: 100% !important;
        justify-content: center !important;
    }
    body #order-standard_cart.xhosting-domain-register-page .xhosting-domain-search-btn {
        width: 100% !important;
        max-width: 100% !important;
        height: 52px !important;
        border-radius: 48px !important;
    }
}


/* Configure-product Multiselect Container & Dropdown Styling */
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container {
    z-index: 2000 !important;
    width: max-content !important;
    min-width: 150px !important;
    max-width: 220px !important;
    max-height: 180px !important;
    padding: 6px 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border: 1px solid rgba(24, 25, 28, 0.12) !important;
    border-radius: 12px !important;
    box-shadow: 0 14px 36px rgba(24, 25, 28, 0.14) !important;
    background: #fff !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li > a,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container > li > a {
    display: block !important;
    min-height: 30px !important;
    padding: 0 !important;
    color: var(--tg-heading-color, #0e1b36) !important;
    text-decoration: none !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container label,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container label {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    position: relative !important;
    min-height: 30px !important;
    margin: 0 !important;
    padding: 5px 12px !important;
    color: var(--tg-heading-color, #0e1b36) !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container label.checkbox,
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container label.radio,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container label.checkbox,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container label.radio {
    padding-left: 16px !important;
    padding-right: 34px !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container label.checkbox::before,
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container label.radio::before,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container label.checkbox::before,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container label.radio::before {
    content: none !important;
    display: none !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li.active label.checkbox::before,
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li.active label.radio::before,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container > li.active label.checkbox::before,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container > li.active label.radio::before {
    content: none !important;
    display: none !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li.active label.checkbox::after,
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li.active label.radio::after,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container > li.active label.checkbox::after,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container > li.active label.radio::after {
    content: "" !important;
    position: absolute !important;
    right: 16px !important;
    left: auto !important;
    top: 50% !important;
    width: 6px !important;
    height: 11px !important;
    border: solid #1ebd60 !important;
    border-width: 0 2.5px 2.5px 0 !important;
    transform: translateY(-60%) rotate(45deg) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container .icheckbox_square-blue,
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container .iradio_square-blue,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .icheckbox_square-blue,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .iradio_square-blue {
    display: none !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container input[type="checkbox"],
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container input[type="radio"],
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container input[type="checkbox"],
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li > a:hover,
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li.active > a,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container > li > a:hover,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container > li.active > a {
    background: #f4f6fb !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li.active label,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container > li.active label {
    color: #1ebd60 !important;
    font-weight: 700 !important;
}

/* Prevent dropdown from being covered by subsequent cards */
body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .option.card {
    position: relative;
    z-index: 1;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .option.card:has(.open),
body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .option.card:has(.show) {
    z-index: 20 !important;
}

/* Multiselect Filter Search Field Styling */
body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .multiselect-container .multiselect-item.filter,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .multiselect-item.filter {
    display: block !important;
    width: 100% !important;
    padding: 6px 10px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    float: none !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .multiselect-container .input-group,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    background: #f1f3f5 !important;
    border: 1px solid #e9ecef !important;
    border-radius: 30px !important; /* Rounded pill style */
    padding: 2px 12px !important;
    margin: 0 !important;
    width: 100% !important;
    height: 36px !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .multiselect-container .input-group:focus-within,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .input-group:focus-within {
    border-color: #1ebd60 !important; /* Green theme color */
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(30, 189, 96, 0.15) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .multiselect-container .input-group-addon,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .input-group-addon {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 8px 0 0 !important;
    color: #94a3b8 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .multiselect-container .input-group-addon i,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .input-group-addon i {
    font-size: 13px !important;
    color: #94a3b8 !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .multiselect-container input.multiselect-search.form-control,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container input.multiselect-search.form-control {
    border: 0 !important;
    border-style: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px !important;
    height: 100% !important;
    width: 100% !important;
    color: var(--tg-heading-color, #0e1b36) !important;
    outline: none !important;
    border-radius: 0 !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .multiselect-container input.multiselect-search.form-control:focus,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container input.multiselect-search.form-control:focus {
    border: 0 !important;
    border-style: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .multiselect-container input.multiselect-search.form-control::placeholder,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container input.multiselect-search.form-control::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

/* Keep translated configure-product multiselect content inside the viewport. */
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced textarea.advanced-search-textarea {
    padding-right: 0 !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container {
    width: max-content !important;
    min-width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    overflow-x: hidden !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li > a,
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li > a > label,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container > li > a,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container > li > a > label {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container .multiselect-item.filter,
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container .input-group,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .multiselect-item.filter,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .input-group {
    width: calc(100% - 20px) !important;
    min-width: 0 !important;
    max-width: none !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container input.multiselect-search.form-control,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container input.multiselect-search.form-control {
    min-width: 0 !important;
    width: 100% !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-selected-text,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-selected-text {
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

/* Keep safe-search checkbox from inheriting domain radio dot positioning. */
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .safe-search-label .form-check-input {
    position: static !important;
    flex: 0 0 16px !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    border-radius: 3px !important;
    transform: none !important;
    pointer-events: auto !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .safe-search-label .form-check-input:checked::after {
    content: none !important;
    display: none !important;
}

/* Configure-product selected/search states use the flow's purple accent. */
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li.active label {
    color: var(--tg-theme-secondary, #6243ff) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li.active label.checkbox::after,
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li.active label.radio::after {
    border-color: var(--tg-theme-secondary, #6243ff) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .btn-group .multiselect.has-selections {
    border-color: var(--tg-theme-secondary, #6243ff) !important;
    background: rgba(98, 67, 255, 0.06) !important;
    color: var(--tg-theme-secondary, #6243ff) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container .input-group:focus-within {
    border-color: var(--tg-theme-secondary, #6243ff) !important;
    box-shadow: 0 0 0 3px rgba(98, 67, 255, 0.15) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .safe-search-label .form-check-input {
    accent-color: var(--tg-theme-secondary, #6243ff);
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li.active label,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container > li.active label {
    color: #1ebd60 !important;
    font-weight: 700 !important;
}

/* Prevent dropdown from being covered by subsequent cards */
body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .option.card {
    position: relative;
    z-index: 1;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .option.card:has(.open),
body #order-standard_cart.xhosting-product-domain-flow .domain-selection-options .option.card:has(.show) {
    z-index: 20 !important;
}

/* Multiselect Filter Search Field Styling */
body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .multiselect-container .multiselect-item.filter,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .multiselect-item.filter {
    display: block !important;
    width: 100% !important;
    padding: 6px 10px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    float: none !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .multiselect-container .input-group,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    background: #f1f3f5 !important;
    border: 1px solid #e9ecef !important;
    border-radius: 30px !important; /* Rounded pill style */
    padding: 2px 12px !important;
    margin: 0 !important;
    width: 100% !important;
    height: 36px !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .multiselect-container .input-group:focus-within,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .input-group:focus-within {
    border-color: #1ebd60 !important; /* Green theme color */
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(30, 189, 96, 0.15) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .multiselect-container .input-group-addon,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .input-group-addon {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 8px 0 0 !important;
    color: #94a3b8 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .multiselect-container .input-group-addon i,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .input-group-addon i {
    font-size: 13px !important;
    color: #94a3b8 !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .multiselect-container input.multiselect-search.form-control,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container input.multiselect-search.form-control {
    border: 0 !important;
    border-style: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px !important;
    height: 100% !important;
    width: 100% !important;
    color: var(--tg-heading-color, #0e1b36) !important;
    outline: none !important;
    border-radius: 0 !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .multiselect-container input.multiselect-search.form-control:focus,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container input.multiselect-search.form-control:focus {
    border: 0 !important;
    border-style: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-input-group .multiselect-container input.multiselect-search.form-control::placeholder,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container input.multiselect-search.form-control::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

/* Keep translated configure-product multiselect content inside the viewport. */
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced textarea.advanced-search-textarea {
    padding-right: 0 !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container {
    width: max-content !important;
    min-width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    overflow-x: hidden !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li > a,
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li > a > label,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container > li > a,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container > li > a > label {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container .multiselect-item.filter,
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container .input-group,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .multiselect-item.filter,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container .input-group {
    width: calc(100% - 20px) !important;
    min-width: 0 !important;
    max-width: none !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container input.multiselect-search.form-control,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-container input.multiselect-search.form-control {
    min-width: 0 !important;
    width: 100% !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-selected-text,
body #order-standard_cart.xhosting-domain-register-page .domain-checker-advanced .multiselect-selected-text {
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

/* Keep safe-search checkbox from inheriting domain radio dot positioning. */
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .safe-search-label .form-check-input {
    position: static !important;
    flex: 0 0 16px !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    border-radius: 3px !important;
    transform: none !important;
    pointer-events: auto !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .safe-search-label .form-check-input:checked::after {
    content: none !important;
    display: none !important;
}

/* Configure-product selected/search states use the flow's purple accent. */
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li.active label {
    color: var(--tg-theme-secondary, #6243ff) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li.active label.checkbox::after,
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container > li.active label.radio::after {
    border-color: var(--tg-theme-secondary, #6243ff) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .btn-group .multiselect.has-selections {
    border-color: var(--tg-theme-secondary, #6243ff) !important;
    background: rgba(98, 67, 255, 0.06) !important;
    color: var(--tg-theme-secondary, #6243ff) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .multiselect-container .input-group:focus-within {
    border-color: var(--tg-theme-secondary, #6243ff) !important;
    box-shadow: 0 0 0 3px rgba(98, 67, 255, 0.15) !important;
}

body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .safe-search-label .form-check-input {
    accent-color: var(--tg-theme-secondary, #6243ff);
}
body #order-standard_cart.xhosting-product-domain-flow .domain-checker-advanced .safe-search-label:has(.form-check-input:checked) {
    color: var(--tg-theme-secondary, #6243ff) !important;
    font-weight: 700 !important;
}

/* Preserve the theme's normal card height and animate only lists with 9+ features. */
body #order-standard_cart.xhosting-orderform-shell .pricing__list.xhosting-feature-list-collapsible {
    height: 340px;
    overflow: hidden;
    width: 100%;
    transition: height 0.4s ease-in-out;
    will-change: height;
}

/* Orderform, tema katmanındaki kart rengi ve focus kurallarını devralır. */
body #order-standard_cart.xhosting-orderform-shell .pricing__select {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50px;
    height: 42px;
    padding: 0 45px 0 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-product-card.xhosting-features-expanded .pricing__select .more-item {
    display: none !important;
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-product-card.xhosting-features-expanded .pricing__select .less-item {
    display: block !important;
}

body #order-standard_cart.xhosting-orderform-shell .xhosting-product-card.xhosting-features-expanded .pricing__select::after {
    transform: translateY(-50%) rotate(180deg) !important;
}



body #order-standard_cart.xhosting-orderform-shell .pricing__list .list-wrap li {
    width: 100% !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

body #order-standard_cart.xhosting-orderform-shell-web-hosting .pricing__item-wrap .pricing__list .list-wrap li {
    margin-bottom: 14px;
}

body #order-standard_cart.xhosting-orderform-shell .pricing__list .list-wrap li .content {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

@media (prefers-reduced-motion: reduce) {
    body #order-standard_cart.xhosting-orderform-shell .pricing__list.xhosting-feature-list-collapsible {
        transition: none;
    }
}
