/*
 * HyperCloudHost order-form overrides.
 * Loaded after the native Standard Cart stylesheet so WHMCS layout rules
 * cannot overwrite the production pricing-card design.
 */

/* Public catalogue cards are defined once in the canonical block at the end
 * of this file. Keeping this entry point empty avoids fighting native cart CSS. */

/* Keep the domain search surface flat and remove Standard Cart accent edges. */
#order-standard_cart .domain-checker-bg {
    padding: 31px 24px !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    border: 0 !important;
    border-color: transparent !important;
    border-radius: 18px !important;
    box-shadow: 0 15px 40px rgba(15, 80, 112, 0.11) !important;
    outline: 0 !important;
}

#order-standard_cart .domain-checker-bg::before,
#order-standard_cart .domain-checker-bg::after {
    display: none !important;
    content: none !important;
}

#order-standard_cart .spotlight-tld .btn-add-to-cart,
#order-standard_cart .suggested-domains .btn-add-to-cart {
    color: #ffffff !important;
    background: #0491f5 !important;
    background-image: none !important;
    border-color: #0491f5 !important;
    border-radius: 9px !important;
}

/* Product domain selection as a single structured card. */
#order-standard_cart .hch-domain-choice-card {
    margin: 16px 0 20px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #dce8ee;
    border-radius: 19px;
    box-shadow: 0 15px 38px rgba(15, 80, 112, 0.08);
}

#order-standard_cart .hch-domain-choice-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5eef3;
}

#order-standard_cart .hch-domain-choice-card__header > span {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #0377d2;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(7, 89, 133, 0.16);
}

#order-standard_cart .hch-domain-choice-card__header strong,
#order-standard_cart .hch-domain-choice-card__header small {
    display: block;
}

#order-standard_cart .hch-domain-choice-card__header strong {
    color: #15364e;
    font-size: 14px;
    font-weight: 850;
}

#order-standard_cart .hch-domain-choice-card__header small {
    margin-top: 3px;
    color: #718697;
    font-size: 9px;
    line-height: 1.45;
}

#order-standard_cart .hch-domain-choice-card .domain-selection-options {
    display: grid;
    gap: 9px;
    margin: 0;
}

#order-standard_cart .hch-domain-choice-card .domain-selection-options .option {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fbfdfe;
    border: 1px solid #dce9ef;
    border-radius: 13px;
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

#order-standard_cart .hch-domain-choice-card .domain-selection-options .option:hover {
    background: #f7fbfd;
    border-color: #b9deed;
}

#order-standard_cart .hch-domain-choice-card .domain-selection-options .option-selected {
    background: #f2faff;
    border-color: #55c4ff;
    box-shadow: 0 0 0 3px rgba(85, 196, 255, 0.1);
}

#order-standard_cart .hch-domain-choice-card .domain-selection-options .option > label {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 12px 14px;
    color: #29495f;
    font-size: 10px;
    font-weight: 750;
    line-height: 1.45;
    cursor: pointer;
}

#order-standard_cart .hch-domain-choice-card .domain-selection-options .option .iradio_square-blue {
    flex: 0 0 22px;
    margin: 0;
}

#order-standard_cart .hch-domain-choice-card .domain-input-group {
    margin: 0;
    padding: 0 14px 14px;
    background: transparent;
}

#order-standard_cart .hch-domain-choice-card .domain-input-group > .row {
    display: flex;
    align-items: stretch;
    gap: 9px;
    margin: 0;
}

#order-standard_cart .hch-domain-choice-card .domain-input-group > .row > [class*="col-"] {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
}

#order-standard_cart .hch-domain-choice-card .domain-input-group > .row > [class*="col-"]:first-child {
    min-width: 0;
    flex: 1 1 auto;
}

#order-standard_cart .hch-domain-choice-card .domain-input-group > .row > [class*="col-"]:last-child {
    flex: 0 0 145px;
}

#order-standard_cart .hch-domain-choice-card .domains-row {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0;
}

#order-standard_cart .hch-domain-choice-card .domains-row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
}

#order-standard_cart .hch-domain-choice-card .domains-row > .col-9,
#order-standard_cart .hch-domain-choice-card .domains-row > .col-xs-9 {
    min-width: 0;
    flex: 1 1 auto;
}

#order-standard_cart .hch-domain-choice-card .domains-row > .col-3,
#order-standard_cart .hch-domain-choice-card .domains-row > .col-xs-3 {
    flex: 0 0 140px;
}

#order-standard_cart .hch-domain-choice-card .form-control,
#order-standard_cart .hch-domain-choice-card .input-group-text,
#order-standard_cart .hch-domain-choice-card .btn {
    min-height: 44px;
    font-size: 10px;
}

#order-standard_cart .hch-domain-choice-card .form-control {
    color: #29495f;
    background: #ffffff;
    border-color: #cfe1ea;
    border-radius: 10px !important;
}

#order-standard_cart .hch-domain-choice-card .input-group-text {
    color: #61798b;
    background: #f1f7fa;
    border-color: #cfe1ea;
    border-radius: 10px 0 0 10px !important;
}

#order-standard_cart .hch-domain-choice-card .input-group .form-control {
    border-radius: 0 10px 10px 0 !important;
}

#order-standard_cart .hch-domain-choice-card .btn-primary {
    color: #ffffff;
    background: #0491f5;
    border-color: #0491f5;
    border-radius: 10px !important;
    box-shadow: 0 8px 18px rgba(4, 145, 245, 0.15);
    font-weight: 800;
}

@media (max-width: 767.98px) {
    #order-standard_cart .domain-checker-bg {
        padding: 17px 12px !important;
    }

    #order-standard_cart .hch-domain-choice-card {
        padding: 13px;
        border-radius: 16px;
    }

    #order-standard_cart .hch-domain-choice-card__header {
        align-items: flex-start;
    }

    #order-standard_cart .hch-domain-choice-card .domain-input-group > .row {
        flex-direction: column;
    }

    #order-standard_cart .hch-domain-choice-card .domain-input-group > .row > [class*="col-"]:last-child {
        width: 100%;
        flex-basis: auto;
    }

    #order-standard_cart .hch-domain-choice-card .domains-row {
        flex-wrap: wrap;
    }

    #order-standard_cart .hch-domain-choice-card .domains-row > .col-9,
    #order-standard_cart .hch-domain-choice-card .domains-row > .col-xs-9,
    #order-standard_cart .hch-domain-choice-card .domains-row > .col-3,
    #order-standard_cart .hch-domain-choice-card .domains-row > .col-xs-3 {
        width: 100%;
        flex: 1 1 100%;
    }
}

/* Responsive order error states. */
#order-standard_cart.hch-order-error-page .cart-body {
    min-width: 0;
}

#order-standard_cart .hch-order-error-card {
    width: min(100%, 760px);
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 34px auto 0;
    padding: clamp(30px, 5vw, 56px);
    overflow: hidden;
    color: #163b55;
    background: linear-gradient(145deg, #ffffff 0%, #f5fbff 100%);
    border: 1px solid #d4e7f1;
    border-radius: 22px;
    box-shadow: 0 18px 46px rgba(19, 80, 112, 0.09);
    text-align: center;
}

#order-standard_cart .hch-order-error-card__icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin-bottom: 19px;
    color: #078fe9;
    background: #e9f7ff;
    border: 1px solid #bee5fa;
    border-radius: 20px;
}

#order-standard_cart .hch-order-error-card__icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.35;
}

#order-standard_cart .hch-order-error-card__eyebrow {
    margin-bottom: 8px;
    color: #087fd0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

#order-standard_cart .hch-order-error-card h1 {
    margin: 0;
    color: #092f49;
    font-size: clamp(27px, 4vw, 38px);
    font-weight: 850;
    letter-spacing: -0.035em;
    line-height: 1.15;
}

#order-standard_cart .hch-order-error-card__message {
    max-width: 610px;
    margin: 14px auto 25px;
    color: #60798b;
    font-size: 13px;
    line-height: 1.7;
}

#order-standard_cart .hch-order-error-card__message > :last-child {
    margin-bottom: 0;
}

#order-standard_cart .hch-order-error-card__back {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px !important;
    border-radius: 11px !important;
    font-size: 11px;
    font-weight: 800;
}

#order-standard_cart .hch-order-error-card__back svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

@media (max-width: 575.98px) {
    #order-standard_cart .hch-order-error-card {
        margin-top: 18px;
        padding: 29px 18px;
        border-radius: 18px;
    }

    #order-standard_cart .hch-order-error-card__icon {
        width: 62px;
        height: 62px;
        border-radius: 17px;
    }

    #order-standard_cart .hch-order-error-card__icon svg {
        width: 33px;
        height: 33px;
    }

    #order-standard_cart .hch-order-error-card__back {
        width: 100%;
    }
}

/* VPS and server configuration use the same one-page visual language as the
 * hosting order while retaining the native configuration form and totals. */
#order-standard_cart #frmConfigureProduct.hch-vps-order-form {
    margin: 0;
}

#order-standard_cart .hch-vps-order-form__main {
    min-width: 0;
}

#order-standard_cart .hch-vps-order-section .hch-product-config-card,
#order-standard_cart .hch-vps-order-section .hch-billing-cycle-card,
#order-standard_cart .hch-vps-order-section .hch-vps-fields-card {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    background: #f8fcfe !important;
    background-image: none !important;
    border: 1px solid #dce8ee !important;
    border-radius: 13px !important;
    box-shadow: none !important;
}

#order-standard_cart .hch-vps-order-section .hch-product-config-card {
    padding: 14px !important;
}

#order-standard_cart .hch-vps-order-section .hch-product-config-card .product-title {
    margin-bottom: 10px !important;
    background: #ffffff !important;
}

#order-standard_cart .hch-vps-billing-cycle-card {
    padding: 0 !important;
    border: 0 !important;
}

#order-standard_cart .hch-vps-billing-cycle-card .hch-billing-cycle-options {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
}

#order-standard_cart .hch-vps-billing-cycle-card .hch-onepage-cycle {
    min-height: 126px;
}

#order-standard_cart .hch-vps-fields-card {
    padding: 16px !important;
}

#order-standard_cart .hch-vps-custom-fields {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    align-items: stretch;
    gap: 12px;
}

#order-standard_cart .hch-vps-custom-fields .form-group {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 0 !important;
    padding: 13px;
    background: #ffffff;
    border: 1px solid #d7e7ef;
    border-radius: 11px;
}

#order-standard_cart .hch-vps-custom-fields .form-group:only-child,
#order-standard_cart .hch-vps-custom-fields .form-group:has(textarea) {
    grid-column: 1 / -1;
}

#order-standard_cart .hch-vps-custom-fields .form-group:focus-within {
    border-color: #9fd8ed;
    box-shadow: 0 8px 20px rgba(7, 91, 137, .06);
}

#order-standard_cart .hch-vps-custom-fields .form-group:has(input[type="checkbox"]) input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-height: 20px;
    margin: auto 0 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    background-color: #f7fbfe;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    border: 1.5px solid #9fc4d7;
    border-radius: 6px;
    cursor: pointer;
}

#order-standard_cart .hch-vps-custom-fields .form-group:has(input[type="checkbox"]) input[type="checkbox"]:checked {
    background-color: #0795df;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='m3 8 3 3 7-7'/%3E%3C/svg%3E");
    border-color: #0795df;
}

#order-standard_cart .hch-vps-fields-card > .row,
#order-standard_cart .hch-vps-fields-card .row:last-child,
#order-standard_cart .hch-vps-custom-fields .form-group:last-child {
    margin-bottom: 0 !important;
}

#order-standard_cart .hch-vps-order-form .form-group {
    margin-bottom: 13px;
}

#order-standard_cart .hch-vps-order-form .form-group > label,
#order-standard_cart .hch-vps-order-form .hch-vps-fields-card label {
    margin-bottom: 7px;
    color: #254a63;
    font-size: 11px;
    font-weight: 800;
}

#order-standard_cart .hch-vps-order-form .form-control,
#order-standard_cart .hch-vps-order-form .custom-select {
    min-height: 46px !important;
    color: #173e58 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    border: 1px solid #bfd8e5 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    font-size: 11px !important;
}

#order-standard_cart .hch-vps-order-form .form-control:focus,
#order-standard_cart .hch-vps-order-form .custom-select:focus {
    border-color: #0ea5b7 !important;
    box-shadow: 0 0 0 3px rgba(14, 165, 183, .11) !important;
    outline: 0;
}

#order-standard_cart .hch-vps-order-form .field-help-text {
    display: block;
    margin-top: 6px;
    color: #71899b;
    font-size: 10px;
    line-height: 1.45;
}

#order-standard_cart .hch-vps-order-form #productAddonsContainer {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

#order-standard_cart .hch-vps-order-form .panel-addon {
    overflow: hidden;
    margin-bottom: 10px !important;
    background: #f8fcfe !important;
    background-image: none !important;
    border: 1px solid #d5e5ec !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

#order-standard_cart .hch-vps-order-form .panel-addon-selected {
    background: #f0fbfd !important;
    border-color: #0ea5b7 !important;
}

#order-standard_cart .hch-vps-help-card {
    margin: 0 !important;
    padding: 13px 18px !important;
    color: #607b8e !important;
    background: #f8fcfe !important;
    background-image: none !important;
    border: 0 !important;
    border-top: 1px solid #e3edf2 !important;
    border-radius: 0 !important;
    font-size: 10px !important;
    text-align: center;
}

#order-standard_cart .hch-vps-help-card a {
    color: #0274c7 !important;
    font-weight: 800;
}

#order-standard_cart .hch-vps-order-summary .hch-onepage-summary__body {
    position: relative;
}

#order-standard_cart .hch-vps-order-summary__loader {
    position: absolute;
    z-index: 3;
    top: 14px;
    right: 16px;
    color: #0491f5;
}

#order-standard_cart .hch-vps-order-summary__content {
    padding: 0 !important;
    color: #587386;
    background: transparent !important;
    border: 0 !important;
    font-size: 10px;
}

#order-standard_cart .hch-vps-order-summary__content .product-name {
    display: block;
    margin: 0;
    padding: 13px 14px 3px;
    color: #123a55;
    background: #f8fcfe;
    border: 1px solid #dce8ee;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.35;
}

#order-standard_cart .hch-vps-order-summary__content .product-group {
    display: block;
    margin: 0 0 10px;
    padding: 0 14px 12px;
    color: #7890a1;
    background: #f8fcfe;
    border: 1px solid #dce8ee;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    font-size: 9px;
}

#order-standard_cart .hch-vps-order-summary__content > .clearfix,
#order-standard_cart .hch-vps-order-summary__content .summary-totals > .clearfix {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 9px 1px;
    border-bottom: 1px solid #e3edf2;
}

#order-standard_cart .hch-vps-order-summary__content .pull-left,
#order-standard_cart .hch-vps-order-summary__content .pull-right,
#order-standard_cart .hch-vps-order-summary__content .float-left,
#order-standard_cart .hch-vps-order-summary__content .float-right {
    float: none !important;
    text-align: left;
}

#order-standard_cart .hch-vps-order-summary__content .pull-right,
#order-standard_cart .hch-vps-order-summary__content .float-right {
    color: #173e58;
    font-weight: 750;
    text-align: right;
}

#order-standard_cart .hch-vps-order-summary__content .summary-totals {
    margin-top: 7px;
    padding-top: 0;
    border-top: 0;
}

#order-standard_cart .hch-vps-order-summary__content .total-due-today {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    margin: 13px 0;
    padding: 14px;
    color: #6b8496;
    background: #eaf8fd !important;
    background-image: none !important;
    border: 1px solid #bde6f5;
    border-radius: 12px;
    font-size: 9px;
}

#order-standard_cart .hch-vps-order-summary__content .total-due-today .amt {
    order: 2;
    color: #0274c7;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.15;
}

#order-standard_cart .hch-vps-order-summary #btnCompleteProductConfig {
    width: 100%;
    min-height: 46px;
    margin: 0 !important;
    border-radius: 11px !important;
    font-size: 11px !important;
}

#order-standard_cart .hch-vps-order-summary .hch-onepage-summary__body > p {
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    #order-standard_cart .hch-vps-billing-cycle-card .hch-billing-cycle-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    #order-standard_cart .hch-vps-billing-cycle-card .hch-billing-cycle-options {
        grid-template-columns: minmax(0, 1fr);
    }

    #order-standard_cart .hch-vps-order-section .hch-product-config-card,
    #order-standard_cart .hch-vps-fields-card {
        padding: 12px !important;
    }

    #order-standard_cart .hch-vps-custom-fields {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Keep Standard Cart alerts aligned with the global client-area system. */
#order-standard_cart .alert:not(.hch-auth-provider-feedback) {
    position: relative;
    min-width: 0;
    margin: 0 0 16px !important;
    padding: 14px 16px 14px 50px !important;
    overflow: hidden;
    color: #31566b !important;
    background: #f2f9fc !important;
    border: 1px solid #cbe5f0 !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 22px rgba(15, 80, 112, .055) !important;
    font-size: 11px !important;
    line-height: 1.6 !important;
    overflow-wrap: anywhere;
    text-align: left !important;
}

#order-standard_cart .alert.alert-danger:not(.hch-auth-provider-feedback) {
    color: #9f2d2d !important;
    background: #fff5f5 !important;
    border-color: #fecaca !important;
}

#order-standard_cart .alert.alert-success:not(.hch-auth-provider-feedback) {
    color: #176448 !important;
    background: #effbf5 !important;
    border-color: #a7e8ca !important;
}

#order-standard_cart .alert.alert-warning:not(.hch-auth-provider-feedback) {
    color: #7a5310 !important;
    background: #fffbeb !important;
    border-color: #f7d98b !important;
}

#order-standard_cart .alert:not(.hch-auth-provider-feedback) ul,
#order-standard_cart .alert:not(.hch-auth-provider-feedback) ol {
    display: grid;
    gap: 5px;
    margin: 7px 0 0 !important;
    padding-left: 18px !important;
}

@media (max-width: 575.98px) {
    #order-standard_cart .alert:not(.hch-auth-provider-feedback) {
        margin-bottom: 12px !important;
        padding: 12px 12px 12px 45px !important;
        border-radius: 12px !important;
        font-size: 10.5px !important;
    }
}

/* Review & pay: keep the second step visually consistent with the one-page
   order card while preserving the native cart totals and update selectors. */
#order-standard_cart .hch-review-heading {
    margin-bottom: 18px !important;
}

#order-standard_cart .hch-review-heading h1 {
    margin-bottom: 7px !important;
}

#order-standard_cart .hch-review-heading p {
    margin: 0 !important;
    color: #668198 !important;
    font-size: 13px !important;
}

#order-standard_cart .hch-review-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(290px, 340px);
    align-items: start;
    gap: 22px;
    margin: 0 !important;
}

#order-standard_cart .hch-review-main,
#order-standard_cart .hch-review-sidebar {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    flex: none !important;
}

#order-standard_cart .hch-review-notice {
    margin: 0 0 14px !important;
    padding: 13px 16px !important;
    border-radius: 13px !important;
    border-width: 1px !important;
    font-size: 12px !important;
}

#order-standard_cart .hch-review-main .view-cart-items-header {
    margin: 0 0 10px !important;
    padding: 12px 18px !important;
    color: #4e6b80 !important;
    background: #ffffff !important;
    border: 1px solid #d5e4ec !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 18px rgba(15, 62, 88, 0.04);
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#order-standard_cart .hch-review-main .view-cart-items {
    display: grid;
    gap: 11px;
    margin: 0 0 14px !important;
    border: 0 !important;
}

#order-standard_cart .hch-review-main .view-cart-items .item,
#order-standard_cart .hch-review-main .view-cart-items .item:nth-child(even) {
    padding: 17px 18px !important;
    color: #173b52 !important;
    background: #ffffff !important;
    border: 1px solid #d5e4ec !important;
    border-radius: 16px !important;
    box-shadow: 0 7px 22px rgba(15, 62, 88, 0.05);
    font-size: 12px !important;
}

#order-standard_cart .hch-review-main .view-cart-items .item-title {
    color: #082f49 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

#order-standard_cart .hch-review-main .hch-cart-item-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(132px, auto) auto;
    align-items: start;
    gap: 14px;
    margin: 0 !important;
}

#order-standard_cart .hch-review-main .hch-cart-item-row--qty {
    grid-template-columns: minmax(0, 1fr) minmax(76px, auto) minmax(132px, auto) auto;
}

#order-standard_cart .hch-review-main .hch-cart-item-row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    flex: none !important;
}

#order-standard_cart .hch-review-main .hch-cart-item-details {
    grid-column: 1;
    min-width: 0;
}

#order-standard_cart .hch-review-main .hch-cart-item-row > .item-qty {
    grid-column: 2;
}

#order-standard_cart .hch-review-main .hch-cart-item-price {
    grid-column: 2;
    min-width: 132px;
    margin: 0 !important;
    text-align: right !important;
}

#order-standard_cart .hch-review-main .hch-cart-item-row--qty > .hch-cart-item-price {
    grid-column: 3;
}

#order-standard_cart .hch-review-main .hch-cart-item-actions {
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    min-width: max-content;
}

#order-standard_cart .hch-review-main .hch-cart-item-row--qty > .hch-cart-item-actions {
    grid-column: 4;
}

#order-standard_cart .hch-review-main .hch-cart-item-action {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: auto !important;
    min-width: 34px;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    border: 0 !important;
    border-radius: 10px !important;
    font-size: 10px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap;
}

#order-standard_cart .hch-review-main .hch-cart-item-action--edit {
    color: #037cae !important;
    background: #ebf8fd !important;
}

#order-standard_cart .hch-review-main .hch-cart-item-action--remove {
    color: #dc2626 !important;
    background: #fff1f2 !important;
}

#order-standard_cart .hch-review-main .view-cart-items .item-title .btn-link {
    margin-left: 7px !important;
    padding: 5px 9px !important;
    color: #037cae !important;
    background: #ebf8fd !important;
    border: 0 !important;
    border-radius: 9px !important;
    font-size: 10px !important;
    font-weight: 750 !important;
    text-decoration: none !important;
}

#order-standard_cart .hch-review-main .view-cart-items .item-group,
#order-standard_cart .hch-review-main .view-cart-items .item-domain,
#order-standard_cart .hch-review-main .view-cart-items .item small {
    margin-top: 4px !important;
    color: #688297 !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
}

#order-standard_cart .hch-review-main .view-cart-items .item-price > span:first-child {
    color: #046a9a !important;
    font-size: 20px !important;
    font-weight: 850 !important;
    letter-spacing: -0.025em;
}

#order-standard_cart .hch-review-main .view-cart-items .item-price .cycle {
    margin-top: 3px !important;
    color: #6f899b !important;
    font-size: 10px !important;
    font-style: normal !important;
}

#order-standard_cart .hch-review-main .btn-remove-from-cart {
    width: 30px;
    height: 30px;
    display: inline-grid !important;
    place-items: center;
    padding: 0 !important;
    color: #ef4444 !important;
    background: #fff1f2 !important;
    border: 0 !important;
    border-radius: 10px !important;
}

#order-standard_cart .hch-review-main .hch-cart-item-action.btn-remove-from-cart {
    display: inline-flex !important;
    width: auto !important;
    min-width: 34px;
    height: 34px !important;
    padding: 0 10px !important;
}

#order-standard_cart .hch-review-main .empty-cart {
    margin: 0 0 16px !important;
    text-align: right !important;
}

#order-standard_cart .hch-review-main .empty-cart .btn {
    padding: 8px 12px !important;
    color: #dc2626 !important;
    background: #fff5f5 !important;
    border: 1px solid #fecaca !important;
    border-radius: 10px !important;
}

#order-standard_cart .hch-review-summary {
    position: sticky;
    top: 18px;
    margin: 0 !important;
    overflow: hidden;
    color: #173b52 !important;
    background: #ffffff !important;
    border: 1px solid #d5e4ec !important;
    border-radius: 20px !important;
    box-shadow: 0 18px 42px rgba(15, 62, 88, 0.1) !important;
}

#order-standard_cart .hch-review-summary__header {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 17px 18px;
    color: #073e61;
    background: #eaf8fd;
    border-bottom: 1px solid #d8edf5;
}

#order-standard_cart .hch-review-summary__header > i {
    color: #0491f5;
    font-size: 19px;
}

#order-standard_cart .hch-review-summary__header > span {
    display: grid;
    gap: 1px;
}

#order-standard_cart .hch-review-summary__header small {
    color: #6a8497;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 1.1;
    text-transform: uppercase;
}

#order-standard_cart .hch-review-summary__header strong {
    font-size: 17px;
    font-weight: 850;
    line-height: 1.2;
}

#order-standard_cart .hch-review-summary .hch-review-summary__body {
    min-height: 0 !important;
    padding: 16px !important;
    background: #ffffff !important;
    border-radius: 0 !important;
    font-size: 11px !important;
}

#order-standard_cart .hch-review-summary__snapshot {
    display: grid;
    gap: 4px;
    margin-bottom: 14px;
    padding: 13px 14px;
    background: #f8fcfe;
    border: 1px solid #d8e8ef;
    border-radius: 13px;
}

#order-standard_cart .hch-review-summary__snapshot small {
    color: #0491f5;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#order-standard_cart .hch-review-summary__snapshot strong {
    color: #082f49;
    font-size: 16px;
    font-weight: 850;
}

#order-standard_cart .hch-review-summary__snapshot span {
    color: #6b8496;
    font-size: 10px;
    line-height: 1.45;
}

#order-standard_cart .hch-review-summary .subtotal,
#order-standard_cart .hch-review-summary .bordered-totals,
#order-standard_cart .hch-review-summary .recurring-totals {
    margin: 0 !important;
    padding: 11px 1px !important;
    border: 0 !important;
    border-bottom: 1px solid #e3edf2 !important;
    font-size: 11px !important;
}

#order-standard_cart .hch-review-summary .bordered-totals > div + div {
    margin-top: 8px;
}

#order-standard_cart .hch-review-summary__promotion {
    color: #06835b !important;
    font-weight: 800 !important;
}

#order-standard_cart .hch-review-summary .recurring-charges {
    max-width: 58%;
    color: #607b8e !important;
    font-size: 10px !important;
    font-style: normal !important;
    line-height: 1.55;
}

#order-standard_cart .hch-review-summary .total-due-today-padded {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    margin: 14px 0 !important;
    padding: 15px !important;
    color: #507086;
    background: #eaf8fd;
    border: 1px solid #bde5f5;
    border-radius: 13px;
}

#order-standard_cart .hch-review-summary .total-due-today .amt {
    order: 2;
    color: #0475aa !important;
    font-size: 28px !important;
    font-weight: 850 !important;
    letter-spacing: -0.035em;
    line-height: 1.05;
}

#order-standard_cart .hch-review-summary .total-due-today > span:not(.amt) {
    order: 1;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#order-standard_cart .hch-review-summary .text-right {
    text-align: center !important;
}

#order-standard_cart .hch-review-summary .btn-checkout {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 16px !important;
    color: #ffffff !important;
    background: #0788c2 !important;
    border: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 9px 20px rgba(4, 145, 245, 0.18);
    font-size: 12px !important;
    font-weight: 850 !important;
}

#order-standard_cart .hch-review-summary .btn-checkout:hover,
#order-standard_cart .hch-review-summary .btn-checkout:focus-visible {
    background: #036f9f !important;
}

#order-standard_cart .hch-review-summary .btn-continue-shopping {
    margin-top: 10px !important;
    color: #607d90 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
}

#order-standard_cart .hch-review-tax {
    margin-top: 18px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d5e4ec;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 62, 88, 0.05);
}

#order-standard_cart .hch-review-tax > header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

#order-standard_cart .hch-review-tax > header > span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #0491f5;
    background: #eaf8fd;
    border-radius: 10px;
}

#order-standard_cart .hch-review-tax h2 {
    margin: 0 !important;
    color: #082f49 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

#order-standard_cart .hch-review-tax p {
    margin: 3px 0 0 !important;
    color: #6b8496 !important;
    font-size: 10px !important;
}

@media (max-width: 1050px) {
    #order-standard_cart .hch-review-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    #order-standard_cart .hch-review-summary {
        position: static;
    }
}

@media (max-width: 575.98px) {
    #order-standard_cart .hch-review-main .view-cart-items-header {
        padding: 10px 12px !important;
    }

    #order-standard_cart .hch-review-main .view-cart-items .item,
    #order-standard_cart .hch-review-main .view-cart-items .item:nth-child(even) {
        padding: 14px !important;
    }

    #order-standard_cart .hch-review-main .hch-cart-item-row,
    #order-standard_cart .hch-review-main .hch-cart-item-row--qty {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px 10px;
    }

    #order-standard_cart .hch-review-main .hch-cart-item-details {
        grid-column: 1;
        grid-row: 1;
    }

    #order-standard_cart .hch-review-main .hch-cart-item-actions,
    #order-standard_cart .hch-review-main .hch-cart-item-row--qty > .hch-cart-item-actions {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
        gap: 6px;
    }

    #order-standard_cart .hch-review-main .hch-cart-item-action {
        width: 34px !important;
        min-width: 34px;
        padding: 0 !important;
    }

    #order-standard_cart .hch-review-main .hch-cart-item-action.btn-remove-from-cart {
        width: 34px !important;
        padding: 0 !important;
    }

    #order-standard_cart .hch-review-main .hch-cart-item-action > span {
        position: absolute !important;
        overflow: hidden !important;
        width: 1px !important;
        height: 1px !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
    }

    #order-standard_cart .hch-review-main .hch-cart-item-row > .item-qty {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    #order-standard_cart .hch-review-main .view-cart-items .item-price,
    #order-standard_cart .hch-review-main .hch-cart-item-row--qty > .hch-cart-item-price {
        grid-column: 1 / -1;
        grid-row: 2;
        min-width: 0;
        margin-top: 2px !important;
        text-align: left !important;
    }

    #order-standard_cart .hch-review-summary__header,
    #order-standard_cart .hch-review-summary .hch-review-summary__body {
        padding: 14px !important;
    }
}

/* Domain registration: clear search field and responsive pricing table. */
#order-standard_cart .domain-checker-container.hch-domain-search-card {
    margin: 15px 0 22px !important;
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

#order-standard_cart .domain-checker-container.hch-domain-search-card::before,
#order-standard_cart .domain-checker-container.hch-domain-search-card::after {
    display: none !important;
    content: none !important;
}

#order-standard_cart .hch-domain-search-card .domain-checker-bg {
    overflow: visible !important;
    padding: 30px 24px !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    border: 1px solid #dce8ee !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 36px rgba(15, 80, 112, 0.09) !important;
}

#order-standard_cart .hch-domain-search-card .domain-checker-bg::before,
#order-standard_cart .hch-domain-search-card .domain-checker-bg::after {
    display: none !important;
    content: none !important;
    border: 0 !important;
}

#order-standard_cart .hch-domain-search-card .input-group-box {
    overflow: hidden;
    padding: 0 !important;
    background: #f3f8fb !important;
    border: 2px solid #a9cfdf !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 14px rgba(15, 80, 112, 0.08), inset 0 1px 2px rgba(15, 80, 112, 0.04) !important;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

#order-standard_cart .hch-domain-search-card .input-group-box:focus-within {
    border-color: #1ba7fa !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(27, 167, 250, 0.13), 0 8px 20px rgba(15, 80, 112, 0.1) !important;
}

#order-standard_cart .hch-domain-search-card .input-group-box .form-control {
    min-height: 54px !important;
    padding: 0 18px !important;
    color: #123a54 !important;
    background: #f3f8fb !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-weight: 650;
}

#order-standard_cart .hch-domain-search-card .input-group-box:focus-within .form-control {
    background: #ffffff !important;
}

#order-standard_cart .hch-domain-search-card .input-group-box .form-control::placeholder {
    color: #7890a1;
    opacity: 1;
    font-weight: 500;
}

#order-standard_cart .hch-domain-search-label {
    display: block;
    margin: 0 0 8px;
    color: #173e58;
    font-size: 13px;
    font-weight: 850;
}

#order-standard_cart .hch-domain-input-hint,
#order-standard_cart .hch-domain-input-feedback {
    margin-top: 7px;
    padding-left: 2px;
    font-size: 11px;
    line-height: 1.45;
}

#order-standard_cart .hch-domain-input-hint {
    color: #6d8495;
}

#order-standard_cart .hch-domain-input-feedback {
    display: none;
    color: #b42318;
    font-weight: 750;
}

#order-standard_cart .hch-domain-input-feedback:not(:empty) {
    display: block;
}

#order-standard_cart .hch-domain-search-card .input-group-box.is-invalid {
    border-color: #ef6a61 !important;
    background: #fff7f6 !important;
    box-shadow: 0 0 0 4px rgba(239, 106, 97, 0.1) !important;
}

#order-standard_cart .hch-domain-search-card .input-group-box.is-invalid .form-control {
    background: #fff7f6 !important;
}

#order-standard_cart .hch-domain-search-card .input-group-box .btn {
    min-width: 128px;
    min-height: 46px;
    margin: 4px !important;
    color: #ffffff !important;
    background: #0491f5 !important;
    background-color: #0491f5 !important;
    background-image: none !important;
    border: 1px solid #0491f5 !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    font-weight: 800 !important;
    opacity: 1 !important;
}

#order-standard_cart .hch-domain-search-card .input-group-box .btn:hover,
#order-standard_cart .hch-domain-search-card .input-group-box .btn:focus {
    color: #ffffff !important;
    background: #0274c7 !important;
    border-color: #0274c7 !important;
}

/* Suggested domains use spaced cards instead of compact legacy rows. */
#order-standard_cart.hch-domain-register-page .suggested-domains {
    margin: 26px 0 22px;
    overflow: hidden;
    background: #ffffff !important;
    border: 1px solid #d9e7ed !important;
    border-radius: 18px !important;
    box-shadow: 0 13px 34px rgba(15, 80, 112, 0.075) !important;
}

#order-standard_cart.hch-domain-register-page .suggested-domains > .card-header,
#order-standard_cart.hch-domain-register-page .suggested-domains > .panel-heading {
    padding: 16px 18px !important;
    color: #173e58;
    background: #f5fafc !important;
    border: 0 !important;
    border-bottom: 1px solid #dfeaf0 !important;
    font-size: 14px;
    font-weight: 850;
}

#order-standard_cart.hch-domain-register-page #domainSuggestions {
    gap: 12px;
    padding: 14px;
    background: #f7fbfd;
    border: 0;
}

#order-standard_cart.hch-domain-register-page #domainSuggestions[style*="display: block"],
#order-standard_cart.hch-domain-register-page #domainSuggestions[style*="display:block"] {
    display: grid !important;
}

#order-standard_cart.hch-domain-register-page .domain-suggestion.clone {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px 20px;
    min-width: 0;
    margin: 0 !important;
    padding: 15px 16px !important;
    color: #173e58;
    background: #ffffff !important;
    border: 1px solid #d8e6ec !important;
    border-radius: 13px !important;
    box-shadow: 0 5px 15px rgba(15, 80, 112, 0.055);
}

#order-standard_cart.hch-domain-register-page .domain-suggestion.clone:hover {
    border-color: #a8d6e8 !important;
    box-shadow: 0 9px 22px rgba(15, 80, 112, 0.085);
}

#order-standard_cart.hch-domain-register-page .hch-suggestion-name {
    min-width: 0;
    color: #123a54;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

#order-standard_cart.hch-domain-register-page .domain-suggestion .promo {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 4px 7px !important;
    border-radius: 6px;
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
}

#order-standard_cart.hch-domain-register-page .domain-contact-support.w-hidden:not([style]),
#order-standard_cart.hch-domain-register-page .domain-suggestion .promo.w-hidden:not([style]) {
    display: none !important;
}

#order-standard_cart.hch-domain-register-page .domain-suggestion .actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    float: none !important;
    min-width: 0;
}

#order-standard_cart.hch-domain-register-page .domain-suggestion .actions .price {
    min-width: 105px;
    padding: 0 5px 0 0 !important;
    color: #0377d2;
    font-size: 14px;
    font-weight: 850;
    text-align: right;
    white-space: nowrap;
}

#order-standard_cart.hch-domain-register-page .domain-suggestion .actions .btn {
    min-height: 40px;
    margin: 0 !important;
    padding: 9px 13px !important;
    border-radius: 9px !important;
    font-weight: 800;
    line-height: 1.25;
    white-space: normal;
}

#order-standard_cart.hch-domain-register-page .suggested-domains > .card-footer,
#order-standard_cart.hch-domain-register-page .suggested-domains > .panel-footer,
#order-standard_cart.hch-domain-register-page .domain-suggestions-warning {
    margin: 0;
    padding: 11px 16px !important;
    color: #70889a;
    background: #ffffff !important;
    border: 0 !important;
    border-top: 1px solid #e4edf2 !important;
}

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

#order-standard_cart .hch-domain-pricing-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce8ee;
    border-radius: 18px;
    box-shadow: 0 13px 34px rgba(15, 80, 112, 0.075);
}

#order-standard_cart .hch-domain-pricing-card .dataTables_wrapper {
    width: 100%;
    color: #537084;
}

#order-standard_cart .hch-domain-table-toolbar,
#order-standard_cart .hch-domain-table-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
}

#order-standard_cart .hch-domain-table-toolbar {
    background: #ffffff;
    border-bottom: 1px solid #e5eef3;
}

#order-standard_cart .hch-domain-table-footer {
    background: #f8fbfd;
    border-top: 1px solid #e5eef3;
}

#order-standard_cart .hch-domain-table-toolbar::after,
#order-standard_cart .hch-domain-table-footer::after {
    display: none;
}

#order-standard_cart .hch-domain-pricing-card .dataTables_length,
#order-standard_cart .hch-domain-pricing-card .dataTables_filter,
#order-standard_cart .hch-domain-pricing-card .dataTables_info,
#order-standard_cart .hch-domain-pricing-card .dataTables_paginate {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#order-standard_cart .hch-domain-pricing-card .dataTables_length label,
#order-standard_cart .hch-domain-pricing-card .dataTables_filter label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #647f91;
    font-size: 11px;
    font-weight: 700;
}

#order-standard_cart .hch-domain-pricing-card .dataTables_length select {
    width: auto;
    min-width: 68px;
    min-height: 38px;
    margin: 0;
    padding: 6px 28px 6px 10px;
    background-color: #f8fbfd;
    border: 1px solid #cddfe8;
    border-radius: 9px;
}

#order-standard_cart .hch-domain-pricing-card .dataTables_filter input {
    width: min(300px, 42vw);
    min-height: 40px;
    margin: 0;
    padding: 8px 13px;
    color: #183b51;
    background: #f8fbfd;
    border: 1px solid #cddfe8;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
}

#order-standard_cart .hch-domain-pricing-card .dataTables_filter input:focus {
    background: #ffffff;
    border-color: #1ba7fa;
    box-shadow: 0 0 0 3px rgba(27, 167, 250, 0.12);
}

#order-standard_cart .hch-domain-table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#order-standard_cart table.hch-domain-pricing-table {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

#order-standard_cart table.hch-domain-pricing-table thead th {
    height: 48px;
    padding: 12px 16px !important;
    color: #35566c;
    background: #eef6fa !important;
    background-image: none !important;
    border: 0 !important;
    border-bottom: 1px solid #dce8ee !important;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    white-space: nowrap;
}

#order-standard_cart table.hch-domain-pricing-table tbody td {
    padding: 14px 16px !important;
    color: #4b687b;
    background: #ffffff;
    border: 0 !important;
    border-bottom: 1px solid #edf3f6 !important;
    font-size: 11px;
    vertical-align: middle;
}

#order-standard_cart table.hch-domain-pricing-table tbody tr:nth-child(even) td {
    background: #fbfdfe;
}

#order-standard_cart table.hch-domain-pricing-table tbody tr:hover td {
    background: #f0f9fd;
}

#order-standard_cart table.hch-domain-pricing-table tbody tr:last-child td {
    border-bottom: 0 !important;
}

#order-standard_cart table.hch-domain-pricing-table tbody td:first-child strong {
    color: #143c55;
    font-size: 13px;
    font-weight: 850;
}

#order-standard_cart .hch-domain-price {
    display: block;
    color: #0377d2;
    font-size: 12px;
    font-weight: 800;
}

#order-standard_cart .hch-domain-price--free {
    color: #07875c;
}

#order-standard_cart table.hch-domain-pricing-table small {
    display: block;
    margin-top: 2px;
    color: #8397a5;
    font-size: 9px;
}

#order-standard_cart .hch-domain-pricing-card .dataTables_info {
    color: #71899a;
    font-size: 10px;
}

#order-standard_cart .hch-domain-pricing-card .pagination {
    display: flex;
    gap: 5px;
    margin: 0;
}

#order-standard_cart .hch-domain-pricing-card .paginate_button,
#order-standard_cart .hch-domain-pricing-card .page-link {
    min-width: 34px;
    min-height: 34px;
    display: inline-grid !important;
    place-items: center;
    margin: 0 !important;
    padding: 6px 9px !important;
    color: #557286 !important;
    background: #ffffff !important;
    border: 1px solid #d5e4eb !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    font-size: 10px;
    text-decoration: none !important;
}

#order-standard_cart .hch-domain-pricing-card .paginate_button.current,
#order-standard_cart .hch-domain-pricing-card .page-item.active .page-link {
    color: #ffffff !important;
    background: #0491f5 !important;
    border-color: #0491f5 !important;
}

#order-standard_cart .hch-domain-pricing-card .paginate_button.disabled,
#order-standard_cart .hch-domain-pricing-card .page-item.disabled .page-link {
    color: #a7b7c2 !important;
    background: #f4f8fa !important;
    cursor: default;
}

@media (max-width: 767.98px) {
    #order-standard_cart .hch-domain-search-card .domain-checker-bg {
        padding: 15px !important;
        border-radius: 15px !important;
    }

    #order-standard_cart .hch-domain-search-card .input-group-box {
        display: grid;
        gap: 8px;
        overflow: visible;
        padding: 8px !important;
    }

    #order-standard_cart .hch-domain-search-card .input-group-box .form-control,
    #order-standard_cart .hch-domain-search-card .input-group-box .input-group-append,
    #order-standard_cart .hch-domain-search-card .input-group-box .input-group-btn,
    #order-standard_cart .hch-domain-search-card .input-group-box .btn {
        width: 100%;
        border-radius: 9px !important;
    }

    #order-standard_cart.hch-domain-register-page .suggested-domains {
        margin-top: 20px;
        border-radius: 15px !important;
    }

    #order-standard_cart.hch-domain-register-page #domainSuggestions {
        gap: 10px;
        padding: 10px;
    }

    #order-standard_cart.hch-domain-register-page .domain-suggestion.clone {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
        padding: 14px !important;
        text-align: left;
    }

    #order-standard_cart.hch-domain-register-page .domain-suggestion .actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
        gap: 8px;
    }

    #order-standard_cart.hch-domain-register-page .domain-suggestion .actions .price {
        min-width: 0;
        padding: 0 !important;
        text-align: left;
    }

    #order-standard_cart.hch-domain-register-page .domain-suggestion .actions .btn {
        width: 100%;
    }

    #order-standard_cart .hch-domain-table-toolbar,
    #order-standard_cart .hch-domain-table-footer {
        align-items: stretch;
        flex-direction: column;
        padding: 12px;
    }

    #order-standard_cart .hch-domain-pricing-card .dataTables_filter,
    #order-standard_cart .hch-domain-pricing-card .dataTables_filter label,
    #order-standard_cart .hch-domain-pricing-card .dataTables_filter input {
        width: 100%;
    }

    #order-standard_cart .hch-domain-table-responsive {
        overflow: visible;
    }

    #order-standard_cart table.hch-domain-pricing-table,
    #order-standard_cart table.hch-domain-pricing-table tbody,
    #order-standard_cart table.hch-domain-pricing-table tr,
    #order-standard_cart table.hch-domain-pricing-table td {
        display: block;
        width: 100% !important;
    }

    #order-standard_cart table.hch-domain-pricing-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    #order-standard_cart table.hch-domain-pricing-table tbody {
        padding: 10px;
        background: #f7fafc;
    }

    #order-standard_cart table.hch-domain-pricing-table tbody tr {
        overflow: hidden;
        margin-bottom: 10px;
        background: #ffffff;
        border: 1px solid #dce8ee;
        border-radius: 13px;
        box-shadow: 0 6px 16px rgba(15, 80, 112, 0.045);
    }

    #order-standard_cart table.hch-domain-pricing-table tbody tr:last-child {
        margin-bottom: 0;
    }

    #order-standard_cart table.hch-domain-pricing-table tbody td {
        display: grid;
        grid-template-columns: minmax(92px, 0.7fr) minmax(0, 1.3fr);
        align-items: center;
        gap: 10px;
        padding: 11px 13px !important;
        text-align: right;
    }

    #order-standard_cart table.hch-domain-pricing-table tbody td::before {
        content: attr(data-label);
        color: #7890a0;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 0.035em;
        text-align: left;
        text-transform: uppercase;
    }

    #order-standard_cart table.hch-domain-pricing-table tbody td:first-child {
        background: #eef8fc !important;
    }

    #order-standard_cart table.hch-domain-pricing-table tbody td:first-child strong,
    #order-standard_cart table.hch-domain-pricing-table tbody td:first-child .tld-sale-group {
        justify-self: end;
    }

    #order-standard_cart .hch-domain-table-footer .dataTables_paginate {
        align-self: center;
    }
}

/* Hosting one-page order --------------------------------------------------- */
body.hch-cart-page #order-standard_cart .hch-onepage-order__page-heading {
    margin-bottom: 18px;
}

#order-standard_cart .hch-cart-row--onepage > .cart-sidebar {
    display: none !important;
}

#order-standard_cart .hch-cart-row--onepage > .cart-body {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

#order-standard_cart .hch-onepage-order {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 326px;
    align-items: start;
    gap: 16px;
}

#order-standard_cart .hch-onepage-order__main {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce8ee;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(15, 80, 112, .07);
}

#order-standard_cart .hch-onepage-section {
    margin: 0;
    padding: 20px;
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid #e3edf2;
    border-radius: 0;
    box-shadow: none;
}

#order-standard_cart .hch-onepage-section:last-child {
    border-bottom: 0;
}

#order-standard_cart .hch-onepage-section__heading {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0 0 14px;
}

#order-standard_cart .hch-onepage-section__heading > span {
    width: 28px;
    height: 28px;
    display: grid;
    flex: 0 0 28px;
    place-items: center;
    color: #0274c7;
    background: #e7f6fd;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 850;
}

#order-standard_cart .hch-onepage-section__heading h2 {
    margin: 0;
    color: #102f46;
    font-size: 16px;
    font-weight: 850;
    letter-spacing: -.02em;
    line-height: 1.3;
}

#order-standard_cart .hch-onepage-section__heading p {
    margin: 2px 0 0;
    color: #71899b;
    font-size: 12px;
    line-height: 1.45;
}

#order-standard_cart .hch-onepage-product-fields__body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    align-items: stretch;
    gap: 12px;
    padding: 14px;
    background: #f7fcff;
    border: 1px solid #d7eaf3;
    border-radius: 13px;
}

#order-standard_cart .hch-onepage-product-fields__body:empty {
    display: none;
}

#order-standard_cart .hch-onepage-product-fields__body .form-group {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 0;
    padding: 13px;
    background: #ffffff;
    border: 1px solid #d7e7ef;
    border-radius: 11px;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

#order-standard_cart .hch-onepage-product-fields__body .form-group:only-child,
#order-standard_cart .hch-onepage-product-fields__body .form-group:has(textarea),
#order-standard_cart .hch-onepage-product-fields__loading {
    grid-column: 1 / -1;
}

#order-standard_cart .hch-onepage-product-fields__body .form-group > label {
    display: block;
    margin: 0 0 7px;
    color: #173e58;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.45;
}

#order-standard_cart .hch-onepage-product-fields__body .form-group:focus-within {
    border-color: #9fd8ed;
    box-shadow: 0 8px 20px rgba(7, 91, 137, .06);
}

#order-standard_cart .hch-onepage-product-fields__body .form-group[data-hch-custom-field-type="textarea"] {
    grid-column: 1 / -1;
}

#order-standard_cart .hch-onepage-product-fields__body .form-control,
#order-standard_cart .hch-onepage-product-fields__body .custom-select,
#order-standard_cart .hch-onepage-product-fields__body input[type="text"],
#order-standard_cart .hch-onepage-product-fields__body input[type="password"],
#order-standard_cart .hch-onepage-product-fields__body input[type="email"],
#order-standard_cart .hch-onepage-product-fields__body input[type="number"],
#order-standard_cart .hch-onepage-product-fields__body select,
#order-standard_cart .hch-onepage-product-fields__body textarea {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    margin: 0;
    padding: 11px 13px;
    color: #173e58;
    background: #ffffff;
    border: 1px solid #bfd8e5;
    border-radius: 10px;
    box-shadow: none;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.4;
}

#order-standard_cart .hch-onepage-product-fields__body textarea {
    min-height: 96px;
    resize: vertical;
}

#order-standard_cart .hch-onepage-product-fields__body .form-control:focus,
#order-standard_cart .hch-onepage-product-fields__body .custom-select:focus,
#order-standard_cart .hch-onepage-product-fields__body input:focus,
#order-standard_cart .hch-onepage-product-fields__body select:focus,
#order-standard_cart .hch-onepage-product-fields__body textarea:focus {
    border-color: #0ea5b7;
    box-shadow: 0 0 0 3px rgba(14, 165, 183, .11);
    outline: 0;
}

#order-standard_cart .hch-onepage-product-fields__body .field-help-text {
    display: block;
    margin-top: 6px;
    color: #71899b;
    font-size: 10px;
    line-height: 1.5;
}

#order-standard_cart .hch-onepage-product-fields__body .radio,
#order-standard_cart .hch-onepage-product-fields__body .checkbox,
#order-standard_cart .hch-onepage-product-fields__body label:has(> input[type="radio"]),
#order-standard_cart .hch-onepage-product-fields__body label:has(> input[type="checkbox"]) {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 7px 0 0;
    color: #29495f;
    font-size: 11px;
    line-height: 1.45;
}

#order-standard_cart .hch-onepage-product-fields__body .form-group[data-hch-custom-field-type="checkbox"] {
    justify-content: flex-start;
}

#order-standard_cart .hch-onepage-product-fields__body .hch-onepage-custom-checkbox,
#order-standard_cart .hch-onepage-product-fields__body .form-group[data-hch-custom-field-type="checkbox"] .checkbox,
#order-standard_cart .hch-onepage-product-fields__body .form-group[data-hch-custom-field-type="checkbox"] label:has(> input[type="checkbox"]) {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 48px;
    margin: auto 0 0;
    padding: 11px 12px;
    color: #254a63;
    background: #f7fbfe;
    border: 1px solid #cfe3ed;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

#order-standard_cart .hch-onepage-product-fields__body .hch-onepage-custom-checkbox:has(input:checked),
#order-standard_cart .hch-onepage-product-fields__body .form-group[data-hch-custom-field-type="checkbox"] .checkbox:has(input:checked),
#order-standard_cart .hch-onepage-product-fields__body .form-group[data-hch-custom-field-type="checkbox"] label:has(> input[type="checkbox"]:checked) {
    color: #075b8e;
    background: #eef9fe;
    border-color: #68c3e8;
    box-shadow: 0 0 0 3px rgba(4, 145, 245, .08);
}

#order-standard_cart .hch-onepage-product-fields__body input[type="radio"],
#order-standard_cart .hch-onepage-product-fields__body input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin: 0;
    accent-color: #078ecb;
}

#order-standard_cart .hch-onepage-product-fields__body .form-group[data-hch-custom-field-type="checkbox"] input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    border: 1.5px solid #9fc4d7;
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(8, 67, 100, .04);
    cursor: pointer;
}

#order-standard_cart .hch-onepage-product-fields__body .form-group[data-hch-custom-field-type="checkbox"] input[type="checkbox"]:checked {
    background-color: #0795df;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='m3 8 3 3 7-7'/%3E%3C/svg%3E");
    border-color: #0795df;
}

#order-standard_cart .hch-onepage-product-fields__body .form-group[data-hch-custom-field-type="checkbox"] input[type="checkbox"]:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(4, 145, 245, .18);
}

#order-standard_cart .hch-onepage-product-fields__body .form-group.is-invalid .form-control,
#order-standard_cart .hch-onepage-product-fields__body .form-group.is-invalid input,
#order-standard_cart .hch-onepage-product-fields__body .form-group.is-invalid select,
#order-standard_cart .hch-onepage-product-fields__body .form-group.is-invalid textarea {
    border-color: #f08a84 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .08) !important;
}

#order-standard_cart .hch-onepage-product-fields__body .form-group.is-invalid {
    background: #fffafa;
    border-color: #f1aaa5;
}

#order-standard_cart .hch-onepage-product-fields__loading {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #54758a;
    font-size: 11px;
}

#order-standard_cart .hch-onepage-product-fields__loading i {
    color: #078ecb;
}

#order-standard_cart .hch-onepage-product-fields__feedback {
    margin-top: 10px;
    padding: 10px 12px;
    color: #8f2f2a;
    background: #fff3f2;
    border: 1px solid #ffc7c2;
    border-radius: 10px;
    font-size: 10.5px;
    line-height: 1.5;
}

#order-standard_cart .hch-onepage-product-fields__feedback[hidden] {
    display: none !important;
}

#order-standard_cart .hch-onepage-package-grid,
#order-standard_cart .hch-onepage-cycle-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
}

#order-standard_cart .hch-onepage-package-grid {
    position: relative;
    isolation: isolate;
}

#order-standard_cart .hch-onepage-package-loading {
    position: absolute;
    inset: -2px;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
    min-height: 100%;
    padding: 20px;
    color: #0b507a;
    text-align: center;
    background: rgba(244, 251, 255, .92);
    border: 1px solid rgba(159, 211, 236, .86);
    border-radius: 13px;
    box-shadow: 0 12px 30px rgba(9, 77, 116, .1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

#order-standard_cart .hch-onepage-package-loading[hidden] {
    display: none !important;
}

#order-standard_cart .hch-onepage-package-loading__goo {
    margin: -4px 0 -2px;
    transform: scale(.82);
    transform-origin: center;
}

#order-standard_cart .hch-onepage-package-loading__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
    text-align: center;
}

#order-standard_cart .hch-onepage-package-loading__copy strong {
    font-size: 12px;
    font-weight: 850;
    line-height: 1.35;
}

#order-standard_cart .hch-onepage-package-loading__copy small {
    color: #66869a;
    font-size: 10px;
    line-height: 1.4;
}

#order-standard_cart .hch-onepage-order[data-hch-package-switching="1"] .hch-onepage-package-grid .hch-onepage-package {
    pointer-events: none;
}

#order-standard_cart .hch-onepage-package,
#order-standard_cart .hch-onepage-cycle {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
    padding: 13px 12px;
    color: #29495f;
    background: #fbfdfe;
    border: 1px solid #d4e2e9;
    border-radius: 11px;
    box-shadow: none;
    font-family: inherit;
    text-align: left;
    text-decoration: none !important;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

#order-standard_cart .hch-onepage-package {
    min-height: 142px;
}

#order-standard_cart .hch-onepage-cycle {
    min-height: 126px;
    cursor: pointer;
}

#order-standard_cart .hch-onepage-package:hover,
#order-standard_cart .hch-onepage-package:focus-visible,
#order-standard_cart .hch-onepage-cycle:hover,
#order-standard_cart .hch-onepage-cycle:focus-visible {
    color: #123a55;
    background: #f5fbfe;
    border-color: #65bfe2;
    box-shadow: 0 0 0 3px rgba(27, 167, 250, .1);
    outline: 0;
    transform: translateY(-1px);
}

#order-standard_cart .hch-onepage-package.is-selected,
#order-standard_cart .hch-onepage-cycle.is-selected {
    background: #f1fbfd;
    border: 2px solid #0ea5b7;
}

#order-standard_cart .hch-onepage-choice-dot {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: 1px solid #b9cede;
    border-radius: 50%;
}

#order-standard_cart .is-selected > .hch-onepage-choice-dot {
    border: 4px solid #0ea5b7;
}

#order-standard_cart .hch-onepage-package > strong,
#order-standard_cart .hch-onepage-cycle > strong {
    max-width: calc(100% - 20px);
    color: #102f46;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.35;
}

#order-standard_cart .hch-onepage-package ul {
    width: 100%;
    display: grid;
    gap: 2px;
    margin: 7px 0 8px;
    padding: 0;
    list-style: none;
}

#order-standard_cart .hch-onepage-package li {
    position: relative;
    overflow: hidden;
    padding-left: 13px;
    color: #607b8e;
    font-size: 11px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#order-standard_cart .hch-onepage-package li::before {
    position: absolute;
    left: 0;
    color: #0ea5b7;
    content: "\2713";
    font-weight: 900;
}

#order-standard_cart .hch-onepage-package > small {
    margin-top: auto;
    color: #078572;
    font-size: 10px;
    font-weight: 750;
}

#order-standard_cart .hch-onepage-cycle > small {
    margin-top: 3px;
    color: #7890a1;
    font-size: 10px;
}

#order-standard_cart .hch-onepage-cycle__price {
    display: grid;
    gap: 2px;
    margin-top: auto;
}

#order-standard_cart .hch-onepage-cycle__price del {
    color: #879aa8;
    font-size: 11px;
}

#order-standard_cart .hch-onepage-cycle__price b {
    color: #0274c7;
    font-size: 17px;
    font-weight: 900;
}

#order-standard_cart .hch-onepage-cycle__price em {
    margin-left: 2px;
    color: #5d7789;
    font-size: 10px;
    font-style: normal;
    font-weight: 650;
}

#order-standard_cart .hch-onepage-domain .hch-domain-choice-card {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

#order-standard_cart .hch-onepage-domain .domain-selection-options {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
}

#order-standard_cart .hch-onepage-domain .domain-selection-options > .option {
    margin: 0 !important;
    padding: 0 !important;
    background: #fbfdfe !important;
    border: 1px solid #d4e2e9 !important;
    border-radius: 11px !important;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

#order-standard_cart .hch-onepage-domain .domain-selection-options > .option:hover {
    background: #f7fbff !important;
    border-color: #a8d8f8 !important;
}

#order-standard_cart .hch-onepage-domain .domain-selection-options > .option > label {
    min-height: 54px;
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 12px 13px !important;
    color: #29495f;
    font-size: 12px;
    cursor: pointer;
}

#order-standard_cart .hch-onepage-domain .domain-input-group {
    grid-column: 1 / -1;
    margin: 0 !important;
    padding: 12px !important;
    background: #ffffff;
    border-top: 1px solid #e3edf2;
}

#order-standard_cart .hch-onepage-domain .domain-input-group .form-control:focus {
    border-color: #0491f5 !important;
    box-shadow: 0 0 0 3px rgba(4, 145, 245, .1) !important;
}

#order-standard_cart .hch-onepage-domain .domain-input-group > .row > [class*="col-"]:last-child {
    display: none !important;
}

#order-standard_cart .hch-onepage-domain .hch-domain-inline-action {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    margin: -1px !important;
    padding: 0 !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#order-standard_cart .hch-onepage-domain .domain-input-group > .hch-domain-check-row {
    align-items: center;
    margin-right: -5px !important;
    margin-left: -5px !important;
}

#order-standard_cart .hch-onepage-domain .domain-input-group > .hch-domain-check-row > [class*="col-"] {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

#order-standard_cart .hch-onepage-domain .domain-input-group > .row.hch-domain-check-row > [class*="col-"].hch-domain-check-action-wrap:last-child {
    display: flex !important;
}

#order-standard_cart .hch-onepage-domain .hch-domain-check-action {
    min-height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0 !important;
    padding: 10px 14px !important;
    color: #ffffff !important;
    background: #0491f5 !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 7px 16px rgba(4, 145, 245, .16);
    font-size: 11px !important;
    font-weight: 850 !important;
    white-space: nowrap;
}

#order-standard_cart .hch-onepage-domain .hch-domain-check-action:hover,
#order-standard_cart .hch-onepage-domain .hch-domain-check-action:focus-visible {
    background: #007bd4 !important;
}

#order-standard_cart .hch-onepage-domain .hch-domain-check-action.is-processing {
    cursor: wait;
    opacity: .78;
}

#order-standard_cart .hch-onepage-domain .hch-domain-input-help {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 8px 1px 0 !important;
    color: #6b8496;
    font-size: 10px;
    line-height: 1.45;
}

#order-standard_cart .hch-onepage-domain .hch-domain-input-help i {
    margin-top: 2px;
    color: #0491f5;
}

#order-standard_cart .hch-onepage-domain .hch-domain-input-help--nameserver {
    margin-top: 10px !important;
    padding: 8px 10px;
    color: #4b6b80;
    background: #f1f8ff;
    border: 1px solid #c9e5fa;
    border-radius: 9px;
}

#order-standard_cart .hch-onepage-domain .hch-domain-input-help--nameserver span {
    min-width: 0;
}

#order-standard_cart .hch-onepage-domain .hch-transfer-epp {
    display: grid;
    gap: 8px;
    margin: 18px 0 3px !important;
    padding: 13px;
    background: linear-gradient(135deg, #f8fcff 0%, #f3faff 100%);
    border: 1px solid #cfe7f4;
    border-radius: 12px;
}

#order-standard_cart .hch-onepage-domain .hch-transfer-epp > label {
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 0;
    padding: 0 1px;
    color: #173f59;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.4;
}

#order-standard_cart .hch-onepage-domain .hch-transfer-epp > label span {
    color: #dc2626;
}

#order-standard_cart .hch-onepage-domain .hch-transfer-epp__field {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
}

#order-standard_cart .hch-onepage-domain .hch-transfer-epp__field > i {
    position: absolute;
    top: 50%;
    left: 7px;
    z-index: 2;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0491f5;
    background: #eaf8fe;
    border-radius: 8px;
    font-size: 11px;
    transform: translateY(-50%);
    pointer-events: none;
}

#order-standard_cart .hch-onepage-domain .hch-transfer-epp__field .form-control {
    width: 100%;
    min-height: 46px;
    margin: 0 !important;
    padding: 10px 13px 10px 58px !important;
    text-indent: 1px;
    color: #234a62;
    background: #ffffff !important;
    border: 1px solid #bcdcea !important;
    border-radius: 11px !important;
    box-shadow: none !important;
    font-size: 11px;
    line-height: 1.4;
}

#order-standard_cart .hch-onepage-domain .hch-transfer-epp__field .form-control:focus {
    border-color: #0491f5 !important;
    box-shadow: 0 0 0 3px rgba(4, 145, 245, .12) !important;
}

#order-standard_cart .hch-onepage-domain .hch-transfer-epp > p {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin: 0;
    padding: 0 2px;
    color: #627e91;
    font-size: 10px;
    line-height: 1.5;
}

#order-standard_cart .hch-onepage-domain .hch-transfer-epp > p i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: #0491f5;
}

#order-standard_cart .hch-onepage-domain .hch-transfer-epp > p span {
    min-width: 0;
}

#order-standard_cart .hch-onepage-domain .option.option-selected,
#order-standard_cart .hch-onepage-domain .option:has(input:checked) {
    background: #eff8ff !important;
    border-color: #0491f5 !important;
    box-shadow: 0 0 0 3px rgba(4, 145, 245, .09);
}

#order-standard_cart .hch-onepage-free-domain {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 11px 0 0 !important;
    padding: 7px 10px;
    color: #0377d2;
    background: #eaf8fe;
    border: 1px solid #a9def5;
    border-radius: 8px;
    font-size: 11px;
    line-height: 1.4;
}

#order-standard_cart .hch-onepage-free-domain i {
    color: #0491f5;
}

#order-standard_cart .hch-domain-feedback {
    margin: 11px 0 0;
    padding: 9px 11px;
    color: #486779;
    background: #f4fafd;
    border: 1px solid #d5e8f1;
    border-radius: 9px;
    font-size: 10px;
    line-height: 1.45;
}

#order-standard_cart .hch-domain-feedback[hidden] {
    display: none !important;
}

#order-standard_cart .hch-domain-feedback.is-error {
    color: #b42318;
    background: #fff4f3;
    border-color: #fecdca;
}

#order-standard_cart .hch-domain-feedback.is-success {
    color: #087443;
    background: #ecfdf3;
    border-color: #abefc6;
}

#order-standard_cart .hch-onepage-order #searchDomainInfo {
    margin-top: 12px;
}

#order-standard_cart .hch-onepage-order #primaryLookupSearching,
#order-standard_cart .hch-onepage-order #primaryLookupResult {
    margin: 0;
    padding: 11px 13px;
    color: #486779;
    background: #f4fafd;
    border: 1px solid #d5e8f1;
    border-radius: 10px;
    font-size: 11px;
    line-height: 1.5;
    text-align: left;
}

#order-standard_cart .hch-onepage-order #primaryLookupResult.is-success {
    color: #087443;
    background: #ecfdf3;
    border-color: #abefc6;
}

#order-standard_cart .hch-onepage-order #primaryLookupResult.is-error {
    color: #b42318;
    background: #fff4f3;
    border-color: #fecdca;
}

#order-standard_cart .hch-onepage-promo {
    width: min(100%, 560px);
    display: grid;
    gap: 6px;
    margin: 0 !important;
}

#order-standard_cart .hch-onepage-promo > label {
    margin: 0;
    color: #355a70;
    font-size: 12px;
    font-weight: 800;
}

#order-standard_cart .hch-onepage-promo__field {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

#order-standard_cart .hch-onepage-promo__field i {
    position: absolute;
    top: 50%;
    left: 13px;
    color: #0ea5b7;
    transform: translateY(-50%);
}

#order-standard_cart .hch-onepage-promo__field input {
    width: 100%;
    min-height: 44px;
    padding-left: 37px !important;
}

#order-standard_cart .hch-onepage-promo__field .btn {
    min-width: 104px;
    min-height: 44px;
    margin: 0;
    color: #0274c7;
    background: #f0f9ff;
    border: 1px solid #7dd3fc;
    border-radius: 10px !important;
    font-size: 11px;
    font-weight: 800;
}

#order-standard_cart .hch-onepage-promo__feedback {
    padding: 8px 10px;
    color: #486779;
    background: #f4fafd;
    border: 1px solid #d5e8f1;
    border-radius: 8px;
    font-size: 10px;
    line-height: 1.45;
}

#order-standard_cart .hch-onepage-promo__feedback[hidden] {
    display: none !important;
}

#order-standard_cart .hch-onepage-promo__feedback.is-error {
    color: #b42318;
    background: #fff4f3;
    border-color: #fecdca;
}

#order-standard_cart .hch-onepage-promo__feedback.is-success {
    color: #087443;
    background: #ecfdf3;
    border-color: #abefc6;
}

#order-standard_cart .hch-onepage-promo__feedback.is-warning {
    color: #8a5700;
    background: #fffbeb;
    border-color: #fde68a;
}

#order-standard_cart .hch-onepage-promo__field .btn.is-processing {
    cursor: wait;
    opacity: .78;
}

#order-standard_cart .hch-onepage-summary {
    position: sticky;
    top: calc(var(--hch-topbar-height, 72px) + 18px);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce8ee;
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(15, 80, 112, .09);
}

#order-standard_cart .hch-onepage-summary-stack {
    position: sticky;
    top: calc(var(--hch-topbar-height, 72px) + 18px);
    align-self: start;
    display: grid;
    min-width: 0;
    gap: 12px;
}

#order-standard_cart .hch-onepage-summary-stack > .hch-onepage-summary {
    position: static;
    top: auto;
}

#order-standard_cart .hch-order-tos-consent {
    padding: 14px;
    color: #536f83;
    background: #ffffff;
    border: 1px solid #dce8ee;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(15, 80, 112, .07);
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

#order-standard_cart .hch-order-tos-consent.is-checked {
    background: #f4fbf9;
    border-color: #a9dfd1;
}

#order-standard_cart .hch-order-tos-consent.is-invalid {
    background: #fff8f7;
    border-color: #f3aaa4;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .08);
}

#order-standard_cart .hch-order-tos-consent > label {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    margin: 0;
    cursor: pointer;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.6;
}

#order-standard_cart .hch-order-tos-consent input[type="checkbox"].hch-native-check {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    min-width: 22px;
    margin: 1px 0 0;
    padding: 0;
    opacity: 1;
    background-color: #f8fcfe;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    border: 1.5px solid #a9c7d7;
    border-radius: 7px;
    box-shadow: inset 0 1px 2px rgba(15, 80, 112, .04);
    cursor: pointer;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#order-standard_cart .hch-order-tos-consent input[type="checkbox"].hch-native-check:hover {
    border-color: #38a9dc;
}

#order-standard_cart .hch-order-tos-consent input[type="checkbox"].hch-native-check:checked {
    background-color: #0787bd;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='m3.2 8.2 3 3.1 6.6-6.7'/%3E%3C/svg%3E");
    border-color: #0787bd;
    box-shadow: 0 5px 12px rgba(7, 135, 189, .22);
}

#order-standard_cart .hch-order-tos-consent input[type="checkbox"].hch-native-check:active {
    transform: scale(.94);
}

#order-standard_cart .hch-order-tos-consent input[type="checkbox"].hch-native-check:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(27, 167, 250, .16);
}

#order-standard_cart .hch-onepage-summary__action.hch-tos-disabled {
    cursor: not-allowed;
}

#order-standard_cart .hch-order-tos-consent a {
    position: relative;
    z-index: 1;
    color: #0277b5;
    font-weight: 850;
    text-decoration: underline;
    text-underline-offset: 2px;
}

#order-standard_cart .hch-order-tos-consent a:hover,
#order-standard_cart .hch-order-tos-consent a:focus-visible {
    color: #0377d2;
    text-decoration-thickness: 2px;
}

#order-standard_cart .hch-order-tos-consent__error {
    margin: 8px 0 0 30px;
    color: #c43228;
    font-size: 9px;
    font-weight: 750;
    line-height: 1.4;
}

#order-standard_cart .hch-order-tos-consent__error[hidden] {
    display: none !important;
}

#order-standard_cart .hch-onepage-summary > header {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 15px 17px;
    color: #0377d2;
    background: #eaf7fd;
}

#order-standard_cart .hch-onepage-summary > header > i {
    font-size: 16px;
}

#order-standard_cart .hch-onepage-summary > header > span {
    display: grid;
}

#order-standard_cart .hch-onepage-summary > header small {
    color: #638197;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

#order-standard_cart .hch-onepage-summary > header strong {
    color: #102f46;
    font-size: 16px;
    font-weight: 850;
}

#order-standard_cart .hch-onepage-summary__body {
    padding: 15px;
}

#order-standard_cart .hch-onepage-summary__product {
    display: grid;
    gap: 3px;
    padding: 13px;
    background: #f9fcfd;
    border: 1px solid #dce8ee;
    border-radius: 11px;
}

#order-standard_cart .hch-onepage-summary__product small,
#order-standard_cart .hch-onepage-summary__total small {
    color: #0491f5;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

#order-standard_cart .hch-onepage-summary__product > strong {
    color: #102f46;
    font-size: 16px;
    font-weight: 900;
}

#order-standard_cart .hch-onepage-summary__product > span {
    overflow: hidden;
    color: #7890a1;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#order-standard_cart .hch-onepage-summary__product > b {
    color: #078572;
    font-size: 11px;
}

#order-standard_cart .hch-onepage-summary__rows {
    display: grid;
    gap: 0;
    margin: 10px 0;
}

#order-standard_cart .hch-onepage-summary__rows > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 1px;
    color: #617b8e;
    border-bottom: 1px solid #e7eff3;
    font-size: 11px;
}

#order-standard_cart .hch-onepage-summary [hidden],
#order-standard_cart .hch-onepage-free-domain[hidden] {
    display: none !important;
}

#order-standard_cart .hch-onepage-summary__rows dt,
#order-standard_cart .hch-onepage-summary__rows dd {
    margin: 0;
}

#order-standard_cart .hch-onepage-summary__rows dd {
    color: #173e58;
    font-weight: 850;
}

#order-standard_cart .hch-onepage-summary__rows > div:nth-child(2) dd,
#order-standard_cart .hch-onepage-summary__rows .is-free dd {
    color: #078572;
}

#order-standard_cart .hch-onepage-summary__rows [data-hch-summary-domain-name] {
    display: block;
    max-width: 150px;
    margin-top: 2px;
    overflow: hidden;
    color: #6b8496;
    font-size: 9px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#order-standard_cart .hch-onepage-summary__rows [data-hch-summary-domain-row]:not(.is-free) dd {
    color: #173e58;
}

#order-standard_cart .hch-onepage-summary__total {
    position: relative;
    display: grid;
    gap: 2px;
    margin: 12px 0 14px;
}

#order-standard_cart .hch-onepage-summary__total strong {
    color: #0491f5;
    font-size: 22px;
    font-weight: 900;
}

#order-standard_cart .hch-onepage-summary__total > span {
    position: absolute;
    right: 0;
    bottom: 4px;
    max-width: 80px;
    color: #7a91a2;
    font-size: 7px;
    line-height: 1.25;
    text-align: right;
}

#order-standard_cart .hch-onepage-summary__action {
    width: 100%;
    min-height: 48px;
}

#order-standard_cart .hch-onepage-summary__action:disabled,
#order-standard_cart .hch-onepage-summary__action[aria-disabled="true"] {
    cursor: not-allowed;
    filter: saturate(.55);
    opacity: .58;
    box-shadow: none;
}

#order-standard_cart .hch-onepage-summary__action.is-processing {
    cursor: wait;
    opacity: .82;
}

#order-standard_cart .hch-onepage-summary__body > p {
    margin: 9px 0 0;
    color: #8296a4;
    font-size: 9px;
    text-align: center;
}

#order-standard_cart .hch-onepage-order #btnDomainContinue {
    display: none !important;
}

/* Domain recommendations: use readable cards instead of the compact legacy rows. */
#order-standard_cart .hch-onepage-order .suggested-domains {
    margin-top: 14px;
    overflow: hidden;
    background: #ffffff !important;
    border: 1px solid #d7e6ed !important;
    border-radius: 14px !important;
    box-shadow: 0 12px 28px rgba(15, 80, 112, .07) !important;
}

#order-standard_cart .hch-onepage-order .suggested-domains > .card-header,
#order-standard_cart .hch-onepage-order .suggested-domains > .panel-heading {
    padding: 13px 15px !important;
    color: #173e58;
    background: #f5fafc !important;
    border: 0 !important;
    border-bottom: 1px solid #e1ebf0 !important;
    font-size: 12px;
    font-weight: 850;
}

#order-standard_cart .hch-onepage-order #domainSuggestions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
    background: #ffffff;
}

#order-standard_cart .hch-onepage-order #domainSuggestions[style*="display: block"],
#order-standard_cart .hch-onepage-order #domainSuggestions[style*="display:block"] {
    display: grid !important;
}

#order-standard_cart .hch-onepage-order .domain-suggestion.clone {
    position: relative;
    min-width: 0;
    min-height: 112px;
    padding: 14px !important;
    background: #fbfdfe;
    border: 1px solid #d9e6ec !important;
    border-radius: 11px !important;
    box-shadow: none;
    color: #173e58;
    overflow: hidden;
}

#order-standard_cart .hch-onepage-order .domain-suggestion.clone > .domain,
#order-standard_cart .hch-onepage-order .domain-suggestion.clone > .extension {
    font-size: 13px;
    font-weight: 850;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

#order-standard_cart .hch-onepage-order .domain-suggestion .actions {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 8px 10px;
    float: none !important;
    margin-top: 12px;
}

#order-standard_cart .hch-onepage-order .domain-suggestion .actions .price {
    grid-column: 1 / -1;
    grid-row: 1;
    display: block;
    padding: 0 !important;
    color: #0377d2;
    font-size: 13px;
    font-weight: 850;
}

#order-standard_cart .hch-onepage-order .domain-suggestion .actions .btn {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-height: 38px;
    margin: 0 !important;
    padding: 8px 11px !important;
    white-space: normal;
}

#order-standard_cart .hch-onepage-order .domain-suggestion .actions .promo {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    padding: 4px 7px !important;
    border-radius: 6px;
    font-size: 8px;
    font-weight: 850;
}

/* The Standard Cart template hides these with w-hidden. A legacy button rule
 * can otherwise make both actions visible at once before jQuery chooses one. */
#order-standard_cart .hch-onepage-order .domain-contact-support.w-hidden:not([style]),
#order-standard_cart .hch-onepage-order .domain-suggestion .promo.w-hidden:not([style]) {
    display: none !important;
}

#order-standard_cart .hch-onepage-order .suggested-domains > .card-footer,
#order-standard_cart .hch-onepage-order .suggested-domains > .panel-footer,
#order-standard_cart .hch-onepage-order .domain-suggestions-warning {
    margin: 0;
    padding: 10px 14px !important;
    color: #70889a;
    background: #f8fbfc !important;
    border: 0 !important;
    border-top: 1px solid #e5edf1 !important;
    font-size: 9px;
}

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

@media (max-width: 1199.98px) {
    #order-standard_cart .hch-onepage-package-grid,
    #order-standard_cart .hch-onepage-cycle-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    #order-standard_cart .hch-onepage-order {
        grid-template-columns: minmax(0, 1fr);
    }

    #order-standard_cart .hch-onepage-summary,
    #order-standard_cart .hch-onepage-summary-stack {
        position: static;
    }
}

@media (max-width: 767.98px) {
    #order-standard_cart .hch-onepage-order #domainSuggestions {
        grid-template-columns: minmax(0, 1fr);
        padding: 10px;
    }

    #order-standard_cart .hch-onepage-order .domain-suggestion.clone {
        min-height: 0;
    }
}

@media (max-width: 575.98px) {
    #order-standard_cart .hch-onepage-section {
        padding: 16px 14px;
    }

    #order-standard_cart .hch-onepage-package-grid,
    #order-standard_cart .hch-onepage-cycle-grid,
    #order-standard_cart .hch-onepage-domain .domain-selection-options {
        grid-template-columns: minmax(0, 1fr);
    }

    #order-standard_cart .hch-onepage-package,
    #order-standard_cart .hch-onepage-cycle {
        min-height: 0;
    }

    #order-standard_cart .hch-onepage-product-fields__body {
        grid-template-columns: minmax(0, 1fr);
        padding: 12px;
    }

    #order-standard_cart .hch-onepage-promo__field {
        grid-template-columns: minmax(0, 1fr);
    }

    #order-standard_cart .hch-onepage-promo__field .btn {
        width: 100%;
    }

    #order-standard_cart .hch-order-tos-consent {
        padding: 12px;
        border-radius: 12px;
    }

    #order-standard_cart .hch-order-tos-consent > label {
        grid-template-columns: 19px minmax(0, 1fr);
        gap: 9px;
        font-size: 9.5px;
        line-height: 1.5;
    }

    #order-standard_cart .hch-order-tos-consent input[type="checkbox"] {
        width: 17px;
        height: 17px;
    }

    #order-standard_cart .hch-onepage-domain .hch-domain-check-action-wrap {
        margin-top: 9px;
    }

    #order-standard_cart .hch-onepage-domain .hch-domain-check-action {
        width: 100%;
    }

    #order-standard_cart .hch-onepage-domain .hch-transfer-epp {
        margin: 14px 0 2px !important;
        padding: 11px;
        border-radius: 11px;
    }

    #order-standard_cart .hch-onepage-domain .hch-transfer-epp__field > i {
        left: 6px;
        width: 30px;
        height: 30px;
    }

    #order-standard_cart .hch-onepage-domain .hch-transfer-epp__field .form-control {
        min-height: 44px;
        padding-left: 52px !important;
    }
}

/* Three-step order journey -------------------------------------------------
 * Mirrors the reference order UI while leaving WHMCS routing, forms, and
 * checkout state untouched. Logged-in customers therefore move directly
 * through configuration, review, and payment without a separate account step.
 */
#order-standard_cart .hch-order-progress {
    width: min(100%, 820px);
    margin: 0 auto 24px;
    padding: 0 4px;
}

#order-standard_cart .hch-order-progress__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#order-standard_cart .hch-order-progress__item {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px 12px;
    color: #78909f;
    border-bottom: 2px solid #d9e3e8;
    transition: color 160ms ease, border-color 160ms ease;
}

#order-standard_cart .hch-order-progress__text {
    min-width: 0;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
    white-space: nowrap;
}

#order-standard_cart .hch-order-progress__text strong {
    color: inherit;
    font-weight: 850;
}

#order-standard_cart .hch-order-progress__text span {
    overflow: hidden;
    text-overflow: ellipsis;
}

#order-standard_cart .hch-order-progress__item.is-active {
    color: #0377d2;
    border-bottom-color: #1ba7fa;
}

#order-standard_cart .hch-order-progress__item.is-done {
    color: #557786;
    border-bottom-color: #8dd5d8;
}

#order-standard_cart .hch-order-progress__item.is-done::after {
    width: 16px;
    height: 16px;
    display: inline-grid;
    flex: 0 0 16px;
    place-items: center;
    margin-left: 6px;
    color: #078572;
    background: #e3f7f0;
    border-radius: 50%;
    content: "\2713";
    font-size: 9px;
    font-weight: 900;
}

/* The progress component becomes the quiet top edge of the current theme,
 * leaving the page heading and native order controls directly below it. */
#order-standard_cart .hch-order-progress + .header-lined {
    margin-top: 0;
}

@media (max-width: 767.98px) {
    #order-standard_cart .hch-order-progress {
        margin-bottom: 20px;
        padding: 0;
    }

    #order-standard_cart .hch-order-progress__list {
        gap: 8px;
    }

    #order-standard_cart .hch-order-progress__item {
        min-height: 45px;
        align-items: flex-start;
        padding: 0 2px 9px;
    }

    #order-standard_cart .hch-order-progress__text {
        align-items: center;
        flex-direction: column;
        gap: 1px;
        font-size: 9px;
        white-space: normal;
    }

    #order-standard_cart .hch-order-progress__text span {
        max-width: 100%;
    }

    #order-standard_cart .hch-order-progress__item.is-done::after {
        position: absolute;
        top: -1px;
        right: 3px;
        width: 14px;
        height: 14px;
        margin: 0;
        font-size: 8px;
    }
}

@media (max-width: 359.98px) {
    #order-standard_cart .hch-order-progress__list {
        gap: 5px;
    }

    #order-standard_cart .hch-order-progress__text {
        font-size: 8px;
    }
}

/* Domain configuration --------------------------------------------------- */
#order-standard_cart .hch-configure-domains-form {
    display: grid;
    gap: 16px;
}

#order-standard_cart .hch-configure-domains-form > p {
    margin: 0;
    color: #688193;
    font-size: 11px;
}

#order-standard_cart .hch-configure-domains-form > .alert-danger {
    margin: 0;
    padding: 13px 15px;
    color: #a1261d;
    background: #fff4f3;
    border: 1px solid #fecdca;
    border-radius: 12px;
    font-size: 11px;
}

#order-standard_cart .hch-domain-config-card {
    display: block;
    margin: 0;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #dce8ee;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(15, 80, 112, .06);
}

#order-standard_cart .hch-domain-config-card__heading {
    margin: -18px -18px 17px !important;
    padding: 14px 18px !important;
    background: #f3fafd;
    border-bottom: 1px solid #dce8ee;
    border-radius: 16px 16px 0 0;
}

#order-standard_cart .hch-domain-config-card__heading span {
    color: #123a55 !important;
    background: transparent !important;
    font-size: 15px !important;
    font-weight: 850 !important;
}

#order-standard_cart .hch-domain-config-card > .row {
    margin-right: -7px;
    margin-left: -7px;
}

#order-standard_cart .hch-domain-config-card > .row > [class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
}

#order-standard_cart .hch-domain-config-card .form-group {
    margin-bottom: 13px;
    color: #526f82;
    font-size: 11px;
}

#order-standard_cart .hch-domain-config-card .form-group > label {
    color: #254a63;
    font-weight: 800;
}

#order-standard_cart .hch-domain-config-card .field,
#order-standard_cart .hch-domain-config-card .form-control {
    min-height: 44px;
    color: #29495f;
    background: #fbfdfe;
    border: 1px solid #cfe1ea;
    border-radius: 10px !important;
    box-shadow: none;
    font-size: 11px;
}

#order-standard_cart .hch-domain-config-card .field-help-text {
    display: block;
    margin-top: 7px;
    color: #708899;
    font-size: 10px;
    line-height: 1.5;
}

#order-standard_cart .hch-domain-config-card .addon-products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    margin: 5px 0 15px;
}

#order-standard_cart .hch-domain-config-card .addon-products > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
}

#order-standard_cart .hch-configure-domains-form > .text-center .btn-primary {
    min-width: 230px;
    min-height: 48px;
    border-radius: 11px !important;
    font-size: 11px;
    font-weight: 800;
}

/* Checkout / payment form ------------------------------------------------ */
body.hch-cart-checkout-page #order-standard_cart .hch-checkout-row > .cart-sidebar {
    display: none !important;
}

body.hch-cart-checkout-page #order-standard_cart .hch-checkout-row > .cart-body {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

#order-standard_cart .hch-checkout-page > .hch-order-progress,
#order-standard_cart .hch-checkout-page > .hch-checkout-header,
#order-standard_cart .hch-checkout-page > .hch-checkout-account-intro,
#order-standard_cart .hch-checkout-page > .hch-checkout-content-column {
    width: min(100%, 1120px);
    margin-right: auto;
    margin-left: auto;
}

#order-standard_cart .hch-checkout-content-column {
    min-width: 0;
    max-width: 1120px;
}

#order-standard_cart .hch-checkout-content-column > #frmCheckout,
#order-standard_cart .hch-checkout-content-column > .checkout-security-msg {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#order-standard_cart .hch-checkout-header {
    margin-bottom: 16px;
}

#order-standard_cart .hch-checkout-header h1 {
    margin-bottom: 5px;
}

#order-standard_cart .hch-checkout-header p {
    margin: 0;
    color: #71899b;
    font-size: 11px;
}

#order-standard_cart .hch-checkout-account-intro {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px !important;
    padding: 14px 17px;
    background: #ffffff;
    border: 1px solid #dce8ee;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(15, 80, 112, .05);
}

#order-standard_cart .hch-checkout-account-intro > p {
    margin: 0;
    color: #526f82;
    font-size: 11px;
}

#order-standard_cart .hch-checkout-account-intro .pull-right {
    order: 2;
    flex: 0 0 auto;
}

#order-standard_cart .hch-checkout-content-column > .checkout-error-feedback {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    box-sizing: border-box;
    float: none !important;
    clear: both;
    margin: 0 0 14px !important;
    padding: 14px 16px;
    color: #a1261d;
    background: #fff4f3;
    border: 1px solid #fecdca;
    border-radius: 13px;
    font-size: 11px;
}

#order-standard_cart .checkout-error-feedback__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-grid;
    place-items: center;
    color: #d92d20;
    background: #ffe5e2;
    border: 1px solid #ffc8c2;
    border-radius: 8px;
    font-size: 10px;
    line-height: 1;
}

#order-standard_cart .checkout-error-feedback__content {
    min-width: 0;
    flex: 1 1 auto;
    overflow-wrap: anywhere;
}

#order-standard_cart .hch-checkout-content-column > .checkout-error-feedback p {
    margin: 0 0 7px;
    font-weight: 700;
}

#order-standard_cart .hch-checkout-content-column > .checkout-error-feedback ul {
    margin: 0;
    padding-left: 18px;
}

#order-standard_cart .hch-checkout-content-column > .checkout-error-feedback li {
    padding-left: 2px;
    line-height: 1.55;
}

#order-standard_cart #frmCheckout {
    margin-bottom: 18px;
    padding: 22px;
    color: #29495f;
    background: #ffffff;
    border: 1px solid #dce8ee;
    border-radius: 18px;
    box-shadow: 0 15px 38px rgba(15, 80, 112, .07);
}

#order-standard_cart #frmCheckout .already-registered,
#order-standard_cart #frmCheckout #containerExistingAccountSelect,
#order-standard_cart #frmCheckout #applyCreditContainer,
#order-standard_cart #frmCheckout #paymentGatewaysContainer,
#order-standard_cart #frmCheckout #paymentGatewayInput,
#order-standard_cart #frmCheckout #creditCardInputFields,
#order-standard_cart #frmCheckout .marketing-email-optin {
    margin: 0 0 16px;
    padding: 17px;
    background: #ffffff !important;
    background-image: none !important;
    border: 1px solid #dce8ee !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 26px rgba(15, 80, 112, 0.06) !important;
}

#order-standard_cart #frmCheckout > .sub-heading:first-of-type {
    margin-top: 0;
}

#order-standard_cart #frmCheckout .already-registered {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

#order-standard_cart #frmCheckout .already-registered p {
    margin: 0;
    color: #526f82;
    font-size: 11px;
}

#order-standard_cart #frmCheckout .already-registered .pull-right {
    order: 2;
    flex: 0 0 auto;
}

#order-standard_cart #frmCheckout #containerExistingAccountSelect {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 0;
}

#order-standard_cart #frmCheckout #containerExistingAccountSelect > [class*="col-"] {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0;
    padding: 0;
}

#order-standard_cart #frmCheckout #containerExistingAccountSelect > [class*="col-"]:last-child {
    grid-column: 1 / -1;
}

#order-standard_cart #frmCheckout #containerExistingAccountSelect .account {
    height: 100%;
    margin: 0;
    padding: 14px;
    background: #f8fcfe;
    border: 1px solid #deedf3;
    border-radius: 12px;
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

#order-standard_cart #frmCheckout #containerExistingAccountSelect .account.active,
#order-standard_cart #frmCheckout #containerExistingAccountSelect .account:hover {
    background: #f0faff;
    border-color: #7dd3fc;
    box-shadow: 0 6px 16px rgba(4, 145, 245, 0.08);
}

#order-standard_cart #frmCheckout #containerExistingAccountSelect label {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0;
    color: #29495f;
    font-size: 10px;
    line-height: 1.5;
}

#order-standard_cart #frmCheckout #containerExistingAccountSelect .address {
    min-width: 0;
}

#order-standard_cart #frmCheckout #containerExistingAccountSelect .address strong {
    color: #153a53;
    font-size: 11px;
}

#order-standard_cart #frmCheckout #containerExistingAccountSelect .address .small {
    color: #7890a1;
    font-size: 9px;
    line-height: 1.5;
}

#order-standard_cart #frmCheckout #applyCreditContainer {
    padding: 15px 17px;
}

#order-standard_cart #frmCheckout #applyCreditContainer p {
    margin: 0 0 10px;
    color: #47667b;
    font-size: 10px;
}

#order-standard_cart #frmCheckout #applyCreditContainer label {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 8px 10px;
    color: #4b687b;
    background: #f8fcfe;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 10px;
    line-height: 1.45;
}

#order-standard_cart #frmCheckout #applyCreditContainer label + label {
    margin-top: 6px;
}

#order-standard_cart #frmCheckout #paymentGatewaysContainer {
    padding: 15px 17px 17px;
}

#order-standard_cart #frmCheckout #paymentGatewaysContainer > p {
    margin: 0 0 10px;
    color: #153a53;
    font-size: 11px;
    font-weight: 800;
}

#order-standard_cart #frmCheckout #paymentGatewaysContainer > .text-center {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    gap: 9px;
    text-align: left !important;
}

#order-standard_cart #frmCheckout #paymentGatewaysContainer .radio-inline {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
    padding: 10px 12px;
    color: #355a70;
    background: #f8fcfe;
    border: 1px solid #dcebf2;
    border-radius: 11px;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

#order-standard_cart #frmCheckout #paymentGatewaysContainer .radio-inline:hover {
    background: #f0faff;
    border-color: #7dd3fc;
}

#order-standard_cart #frmCheckout #paymentGatewayInput,
#order-standard_cart #frmCheckout #creditCardInputFields {
    padding: 17px;
}

#order-standard_cart #frmCheckout #paymentGatewayInput:empty {
    display: none !important;
}

#order-standard_cart #frmCheckout #creditCardInputFields > .row,
#order-standard_cart #frmCheckout #newCardInfo,
#order-standard_cart #frmCheckout #newCardSaveSettings > .row {
    margin-right: -7px;
    margin-left: -7px;
}

#order-standard_cart #frmCheckout #creditCardInputFields [class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
}

#order-standard_cart #frmCheckout .form-control,
#order-standard_cart #frmCheckout .field {
    min-height: 43px;
    color: #29495f;
    background: #fbfdfe;
    border-color: #cfe1ea;
    border-radius: 10px;
    font-size: 10px;
}

#order-standard_cart #frmCheckout .form-control:focus,
#order-standard_cart #frmCheckout .field:focus {
    background: #ffffff;
    border-color: #55c4ff;
    box-shadow: 0 0 0 3px rgba(85, 196, 255, 0.13);
}

#order-standard_cart #frmCheckout .sub-heading {
    margin: 22px 0 11px;
    padding: 0 0 9px;
    border-bottom: 1px solid #e3edf2;
}

#order-standard_cart #frmCheckout .sub-heading span {
    color: #153a53;
    font-size: 14px;
    font-weight: 820;
}

#order-standard_cart #frmCheckout .hch-checkout-extras {
    margin: 4px 0 20px;
    padding: 16px;
    overflow: hidden;
    background: #f8fcfe;
    border: 1px solid #dce8ee;
    border-radius: 14px;
}

#order-standard_cart #frmCheckout .hch-checkout-extras__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

#order-standard_cart #frmCheckout .hch-checkout-extras__heading > span {
    width: 34px;
    height: 34px;
    display: grid;
    flex: 0 0 34px;
    place-items: center;
    color: #0491f5;
    background: #e7f6fd;
    border-radius: 10px;
}

#order-standard_cart #frmCheckout .hch-checkout-extras__heading > div {
    display: grid;
    gap: 2px;
}

#order-standard_cart #frmCheckout .hch-checkout-extras__heading strong {
    color: #153a53;
    font-size: 12px;
    font-weight: 850;
}

#order-standard_cart #frmCheckout .hch-checkout-extras__heading small {
    color: #71899b;
    font-size: 9px;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item {
    overflow: hidden;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #dce8ee;
    border-radius: 11px;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item > * {
    max-width: 100% !important;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item h1,
#order-standard_cart #frmCheckout .hch-checkout-extra-item h2,
#order-standard_cart #frmCheckout .hch-checkout-extra-item h3,
#order-standard_cart #frmCheckout .hch-checkout-extra-item h4 {
    margin-top: 0;
    color: #254a63;
    font-size: 11px;
    font-weight: 800;
}

#order-standard_cart #frmCheckout textarea[name="notes"] {
    min-height: 96px;
    resize: vertical;
}

#order-standard_cart #frmCheckout #totalDueToday {
    margin: 0 0 16px;
    padding: 14px 17px;
    color: #0377d2;
    background: #eaf8fe !important;
    border: 1px solid #bae6fd !important;
    border-radius: 13px;
    font-size: 11px;
}

#order-standard_cart #frmCheckout #totalDueToday strong {
    font-size: 16px;
    font-weight: 850;
}

#order-standard_cart #frmCheckout .marketing-email-optin h4 {
    margin: 0 0 5px;
    color: #153a53;
    font-size: 13px;
    font-weight: 800;
}

#order-standard_cart #frmCheckout .marketing-email-optin p {
    margin: 0 0 9px;
    color: #71899b;
    font-size: 10px;
    line-height: 1.55;
}

#order-standard_cart #frmCheckout .hch-marketing-optin-card {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0;
    cursor: pointer;
}

#order-standard_cart #frmCheckout .hch-marketing-optin-card__icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    color: #0491f5;
    background: #eaf8fe;
    border: 1px solid #bae6fd;
    border-radius: 12px;
}

#order-standard_cart #frmCheckout .hch-marketing-optin-card__content {
    min-width: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 3px;
}

#order-standard_cart #frmCheckout .hch-marketing-optin-card__content strong {
    color: #153a53;
    font-size: 13px;
    font-weight: 850;
}

#order-standard_cart #frmCheckout .hch-marketing-optin-card__content small {
    color: #71899b;
    font-size: 10px;
    line-height: 1.55;
}

#order-standard_cart #frmCheckout .hch-marketing-optin-switch {
    position: relative;
    width: 46px;
    height: 26px;
    flex: 0 0 46px;
}

#order-standard_cart #frmCheckout .hch-marketing-optin-switch input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

#order-standard_cart #frmCheckout .hch-marketing-optin-switch > span {
    position: absolute;
    inset: 0;
    background: #dbe8ee;
    border: 1px solid #c7dbe5;
    border-radius: 999px;
    transition: background .18s ease, border-color .18s ease;
}

#order-standard_cart #frmCheckout .hch-marketing-optin-switch > span::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(15, 80, 112, .2);
    transition: transform .18s ease;
}

#order-standard_cart #frmCheckout .hch-marketing-optin-switch input:checked + span {
    background: #1ba7fa;
    border-color: #1ba7fa;
}

#order-standard_cart #frmCheckout .hch-marketing-optin-switch input:checked + span::after {
    transform: translateX(20px);
}

#order-standard_cart #frmCheckout .hch-marketing-optin-switch input:focus-visible + span {
    outline: 3px solid rgba(27, 167, 250, .22);
    outline-offset: 2px;
}

@media (max-width: 575.98px) {
    #order-standard_cart #frmCheckout .hch-marketing-optin-card {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    #order-standard_cart #frmCheckout .hch-marketing-optin-switch {
        margin-left: 53px;
    }
}

#order-standard_cart #frmCheckout > .text-center:last-of-type {
    margin-top: 18px;
}

#order-standard_cart #frmCheckout > .text-center:last-of-type > p {
    margin: 0 0 12px;
}

#order-standard_cart #frmCheckout .hch-checkout-tos-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

#order-standard_cart #frmCheckout > .text-center:last-of-type .checkbox-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 10px 13px;
    color: #526f82;
    background: #ffffff;
    border: 1px solid #dce8ee;
    border-radius: 11px;
    font-size: 10px;
}

#order-standard_cart #frmCheckout > .text-center:last-of-type .checkbox-inline > span {
    line-height: 1.5;
    text-align: left;
}

#order-standard_cart #frmCheckout .hch-checkout-tos-hint {
    display: none;
    color: #a85d00;
    font-size: 9px;
    line-height: 1.45;
}

#order-standard_cart #frmCheckout.hch-tos-pending .hch-checkout-tos-hint {
    display: block;
}

#order-standard_cart #frmCheckout #btnCompleteOrder {
    min-width: 220px;
    min-height: 48px;
    margin-top: 5px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 800;
}

#order-standard_cart #frmCheckout #btnCompleteOrder.is-tos-disabled,
#order-standard_cart #frmCheckout #btnCompleteOrder:disabled {
    cursor: not-allowed !important;
    opacity: .58;
    color: #6f8797 !important;
    background: #dce8ee !important;
    border-color: #dce8ee !important;
    box-shadow: none !important;
    transform: none !important;
}

#order-standard_cart #frmCheckout #btnCompleteOrder.is-tos-disabled i,
#order-standard_cart #frmCheckout #btnCompleteOrder:disabled i {
    color: #8da3b1;
    background: rgba(255, 255, 255, .75);
}

@media (max-width: 575.98px) {
    #order-standard_cart .hch-checkout-content-column > .checkout-error-feedback {
        gap: 10px;
        margin-bottom: 12px !important;
        padding: 12px;
        border-radius: 11px;
        font-size: 10.5px;
    }

    #order-standard_cart .checkout-error-feedback__icon {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
        border-radius: 7px;
    }

    #order-standard_cart .hch-checkout-content-column > .checkout-error-feedback ul {
        padding-left: 16px;
    }

    #order-standard_cart #frmCheckout > .text-center:last-of-type .checkbox-inline {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 11px 12px;
    }
}

#order-standard_cart .hch-checkout-content-column > .checkout-security-msg {
    width: 100% !important;
    max-width: none !important;
    min-height: 52px;
    display: flex !important;
    align-items: center;
    gap: 11px;
    box-sizing: border-box;
    float: none !important;
    clear: both;
    margin: 0 auto 18px !important;
    padding: 11px 14px !important;
    color: #456a80;
    background: linear-gradient(135deg, #f7fcff 0%, #eef9fe 100%) !important;
    border: 1px solid #cfe6f1 !important;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(15, 80, 112, .045);
    font-size: 10.5px;
    line-height: 1.55;
    text-align: left;
}

#order-standard_cart .hch-checkout-page .hch-checkout-security-text {
    min-width: 0;
    flex: 1 1 auto;
    overflow-wrap: anywhere;
}

#order-standard_cart .hch-checkout-page .hch-checkout-security-text strong {
    color: #164f70;
    font-weight: 800;
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    #order-standard_cart .hch-checkout-content-column > .checkout-security-msg {
        min-height: 0;
        align-items: flex-start;
        gap: 9px;
        margin-bottom: 14px !important;
        padding: 11px 12px !important;
        border-radius: 11px;
        font-size: 10px;
    }

}

#order-standard_cart #frmCheckout #btnCompleteOrder i {
    width: 21px;
    height: 21px;
    display: inline-grid;
    place-items: center;
    margin-left: 5px;
    color: #0491f5;
    background: #ffffff;
    border-radius: 50%;
    font-size: 10px;
}

/* Review & pay action: make the arrow read as a deliberate step indicator. */
body.hch-cart-view-page #order-standard_cart #checkout {
    color: #ffffff !important;
    background: #0491f5 !important;
    background-image: none !important;
    border: 1px solid #0491f5 !important;
    box-shadow: 0 10px 22px rgba(4, 145, 245, 0.18);
}

body.hch-cart-view-page #order-standard_cart #checkout i {
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    margin-left: 5px;
    color: #0491f5;
    background: #ffffff;
    border-radius: 50%;
    font-size: 10px;
}

/* Checkout registration uses the same explicit required-field language as
   the standalone registration page. */
#order-standard_cart #frmCheckout .hch-checkout-field-label {
    display: block;
    margin: 0 0 7px;
    color: #365d73;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.35;
}

#order-standard_cart #frmCheckout .hch-checkout-field-label > span {
    color: #dc2626;
    font-weight: 900;
}

#order-standard_cart #frmCheckout .hch-checkout-field-label > small {
    color: #7a91a1;
    font-size: 9px;
    font-weight: 650;
}

#order-standard_cart #frmCheckout .hch-checkout-field-group > .field-icon {
    top: 25px !important;
}

#order-standard_cart #frmCheckout .hch-checkout-security-question > [class*="col-"] {
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    #order-standard_cart .hch-domain-config-card {
        padding: 15px;
        border-radius: 13px;
    }

    #order-standard_cart .hch-domain-config-card__heading {
        margin: -15px -15px 15px !important;
        padding: 13px 15px !important;
        border-radius: 13px 13px 0 0;
    }

    #order-standard_cart .hch-configure-domains-form > .text-center .btn-primary {
        width: 100%;
        min-width: 0;
    }

    #order-standard_cart .hch-checkout-account-intro {
        align-items: stretch;
        flex-direction: column;
    }

    #order-standard_cart .hch-checkout-account-intro .pull-right {
        order: 0;
    }

    #order-standard_cart .hch-checkout-account-intro .pull-right,
    #order-standard_cart .hch-checkout-account-intro .pull-right .btn {
        width: 100%;
    }

    #order-standard_cart #frmCheckout {
        padding: 16px 14px;
        border-radius: 15px;
    }

    #order-standard_cart #frmCheckout .already-registered {
        align-items: stretch;
        flex-direction: column;
    }

    #order-standard_cart #frmCheckout .already-registered .pull-right {
        order: 0;
    }

    #order-standard_cart #frmCheckout .already-registered .pull-right,
    #order-standard_cart #frmCheckout .already-registered .pull-right .btn {
        width: 100%;
    }

    #order-standard_cart #frmCheckout #containerExistingAccountSelect {
        grid-template-columns: minmax(0, 1fr);
    }

    #order-standard_cart #frmCheckout #containerExistingAccountSelect > [class*="col-"]:last-child {
        grid-column: auto;
    }

    #order-standard_cart #frmCheckout #paymentGatewaysContainer > .text-center {
        grid-template-columns: minmax(0, 1fr);
    }

    #order-standard_cart #frmCheckout > .text-center:last-of-type .checkbox-inline {
        align-items: flex-start;
        text-align: left;
    }

    #order-standard_cart #frmCheckout #btnCompleteOrder {
        width: 100%;
    }
}

/* Final responsive safeguards for cart summary, promo field and iOS inputs. */
@media (max-width: 1050px) {
    #order-standard_cart .hch-review-layout {
        width: 100%;
        min-width: 0;
    }

    #order-standard_cart .hch-review-sidebar {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        justify-self: stretch;
    }

    #order-standard_cart .hch-review-summary {
        width: 100% !important;
        min-width: 0;
        max-width: none !important;
        box-sizing: border-box;
    }
}

@media (max-width: 575.98px) {
    #order-standard_cart .hch-review-page,
    #order-standard_cart .hch-review-layout,
    #order-standard_cart .hch-review-main,
    #order-standard_cart .hch-review-sidebar,
    #order-standard_cart .hch-review-summary {
        min-width: 0;
        max-width: 100% !important;
    }

    #order-standard_cart .hch-onepage-promo__field > i {
        top: 22px;
        z-index: 2;
        transform: translateY(-50%);
        pointer-events: none;
    }

    #order-standard_cart input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="file"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="image"]),
    #order-standard_cart select,
    #order-standard_cart textarea {
        font-size: 16px !important;
    }
}

/*
 * Configuration page polish
 * Keep the product summary and option menus as quiet, white cards. The
 * theme stylesheet also contains legacy gradients, so these scoped rules
 * intentionally reset both background and background-image here.
 */
#order-standard_cart .product-info,
#order-standard_cart .hch-product-config-card,
#order-standard_cart .hch-product-config-card.panel,
#order-standard_cart .product-configurable-options,
#order-standard_cart #productAddonsContainer,
#order-standard_cart .field-container {
    background: #ffffff !important;
    background-image: none !important;
    border: 1px solid #dce8ee !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 30px rgba(15, 80, 112, 0.07) !important;
}

#order-standard_cart .order-summary h2,
#order-standard_cart .panel-addon .panel-add {
    background: #0377d2 !important;
    background-image: none !important;
}

#order-standard_cart .panel-addon {
    overflow: hidden;
    background: #ffffff !important;
    background-image: none !important;
    border: 1px solid #dce8ee !important;
    border-radius: 13px !important;
    box-shadow: 0 8px 22px rgba(15, 80, 112, 0.06) !important;
}

#order-standard_cart .hch-product-config-card {
    margin: 14px 0 18px !important;
    padding: 19px 21px !important;
    color: #49677b !important;
    font-size: 11px !important;
    line-height: 1.6 !important;
}

#order-standard_cart .hch-product-config-card .product-title {
    margin: 0 0 12px !important;
    padding: 11px 13px !important;
    color: #123a55 !important;
    background: #f6fbfd !important;
    border: 1px solid #acd5e2 !important;
    border-radius: 9px !important;
    font-size: 19px !important;
    font-weight: 850 !important;
    letter-spacing: -0.025em;
    line-height: 1.25 !important;
}

#order-standard_cart .hch-product-config-card p:last-child {
    margin-bottom: 0 !important;
}

#order-standard_cart .hch-product-config-card__description {
    color: #4b697c;
    line-height: 1.55;
}

#order-standard_cart .hch-product-config-card__description > p {
    margin: 0 0 10px;
}

/* Product descriptions supplied from WHMCS can contain old float/width
 * attributes. Reset them here so the specifications always fill both columns
 * in reading order, rather than being pushed into the right-hand side. */
#order-standard_cart .hch-product-config-card__description,
#order-standard_cart .hch-product-config-card__description > ul,
#order-standard_cart .hch-product-config-card__description > ol {
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}

/* Product/metric feature lists use the same compact check treatment as the
 * pricing cards instead of the browser's loose bullet list. */
#order-standard_cart .product-info ul,
#order-standard_cart .hch-product-config-card ul,
#order-standard_cart .product-info ol,
#order-standard_cart .hch-product-config-card ol,
#order-standard_cart .secondary-cart-body > ul,
#order-standard_cart .secondary-cart-body > ol {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px 20px !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Descriptions in older products sometimes wrap the feature list in a
 * half-width floated element. Let the list use the complete card width. */
#order-standard_cart .hch-product-config-card__description > div,
#order-standard_cart .hch-product-config-card__description > section,
#order-standard_cart .hch-product-config-card__description > .row,
#order-standard_cart .hch-product-config-card__description > [class*="col-"] {
    width: 100% !important;
    max-width: none !important;
    clear: both !important;
    float: none !important;
}

#order-standard_cart .product-info li,
#order-standard_cart .hch-product-config-card li,
#order-standard_cart .secondary-cart-body > ul > li,
#order-standard_cart .secondary-cart-body > ol > li {
    position: relative;
    min-height: 18px;
    padding: 1px 0 1px 22px !important;
    color: #29495f;
    line-height: 1.45;
}

#order-standard_cart .product-info li::marker,
#order-standard_cart .hch-product-config-card li::marker,
#order-standard_cart .secondary-cart-body > ul > li::marker,
#order-standard_cart .secondary-cart-body > ol > li::marker {
    content: "";
}

#order-standard_cart .product-info li::before,
#order-standard_cart .hch-product-config-card li::before,
#order-standard_cart .secondary-cart-body > ul > li::before,
#order-standard_cart .secondary-cart-body > ol > li::before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
    color: #059669;
    background: #e7f8f1;
    border-radius: 50%;
    content: "\2713";
    font-size: 9px;
    font-weight: 900;
}

/* The configuration summary intentionally differs from the compact pricing
 * cards: every specification becomes its own tactile option tile. */
#order-standard_cart .hch-product-config-card .hch-product-config-card__description > ul,
#order-standard_cart .hch-product-config-card .hch-product-config-card__description > ol,
#order-standard_cart .hch-product-config-card > ul,
#order-standard_cart .hch-product-config-card > ol {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 8px !important;
    margin: 14px 0 0 !important;
    padding: 13px !important;
    background: #f8fcfe;
    border: 1px solid #dcebf2;
    border-radius: 12px;
}

#order-standard_cart .hch-product-config-card .hch-product-config-card__description > ul > li,
#order-standard_cart .hch-product-config-card .hch-product-config-card__description > ol > li,
#order-standard_cart .hch-product-config-card > ul > li,
#order-standard_cart .hch-product-config-card > ol > li {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 9px 10px 9px 41px !important;
    color: #1e4259;
    background: #ffffff;
    border: 1px solid #d5e4eb;
    border-radius: 9px;
    font-size: 11px;
    line-height: 1.35;
}

#order-standard_cart .hch-product-config-card .hch-product-config-card__description > ul > li::before,
#order-standard_cart .hch-product-config-card .hch-product-config-card__description > ol > li::before,
#order-standard_cart .hch-product-config-card > ul > li::before,
#order-standard_cart .hch-product-config-card > ol > li::before {
    top: 50%;
    left: 11px;
    width: 21px;
    height: 21px;
    color: #168f89;
    background: #e7f7f4;
    font-size: 11px;
    transform: translateY(-50%);
}

/* Billing-cycle selection --------------------------------------------------
 * The native select remains the source of truth for WHMCS. Once the theme
 * JavaScript is available it is represented by the pricing cards below.
 */
#order-standard_cart .hch-billing-cycle-card {
    width: min(100%, 544px);
    margin: 0 0 20px !important;
    padding: 16px 17px 22px !important;
}

#order-standard_cart .hch-billing-cycle-card .form-group {
    margin: 0 !important;
}

#order-standard_cart .hch-billing-cycle-card__title {
    margin: 0 0 9px !important;
    color: #254a63;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
}

#order-standard_cart .hch-billing-cycle-select-wrap {
    width: 100%;
}

#order-standard_cart .hch-billing-cycle-select {
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    color: #24475f !important;
    background: #f8fcfe !important;
    background-image: none !important;
    border: 1px solid #bcdbea !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.2;
    appearance: none;
    -webkit-appearance: none;
}

#order-standard_cart .hch-billing-cycle-select:focus {
    border-color: #0491f5 !important;
    box-shadow: 0 0 0 3px rgba(4, 145, 245, .12) !important;
    outline: 0;
}

#order-standard_cart .hch-billing-cycle-options {
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 10px;
}

#order-standard_cart .hch-billing-cycle-card.is-enhanced .hch-billing-cycle-select-wrap {
    display: none;
}

#order-standard_cart .hch-billing-cycle-card.is-enhanced .hch-billing-cycle-options {
    display: grid;
}

#order-standard_cart .hch-billing-cycle-option {
    min-height: 148px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 19px;
    padding: 19px 10px;
    color: #102f46;
    background: #ffffff;
    border: 1px solid #cbdbe3;
    border-radius: 9px;
    box-shadow: none;
    cursor: pointer;
    font: inherit;
    text-align: center;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

#order-standard_cart .hch-billing-cycle-option:hover,
#order-standard_cart .hch-billing-cycle-option:focus-visible {
    background: #f7fcfd;
    border-color: #42a8ad;
    box-shadow: 0 0 0 3px rgba(20, 158, 164, .11);
    outline: 0;
}

#order-standard_cart .hch-billing-cycle-option:active {
    transform: translateY(1px);
}

#order-standard_cart .hch-billing-cycle-option > span {
    color: #102f46;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}

#order-standard_cart .hch-billing-cycle-option > strong {
    color: #006d78;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.25;
}

#order-standard_cart .hch-billing-cycle-option.is-selected {
    background: #f1fbfb;
    border: 2px solid #26a0a5;
    box-shadow: none;
}

@media (max-width: 575.98px) {
    #order-standard_cart .hch-billing-cycle-card {
        width: 100%;
        padding: 15px !important;
    }

    #order-standard_cart .hch-billing-cycle-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #order-standard_cart .hch-billing-cycle-option {
        min-height: 108px;
        gap: 12px;
        padding: 14px 8px;
    }
}

/* Category and action menus: clearer rows, larger hit areas, no gradients. */
#order-standard_cart .cart-sidebar .card-sidebar {
    overflow: hidden !important;
    margin: 0 0 14px !important;
    background: #ffffff !important;
    background-image: none !important;
    border: 1px solid #d6e6ee !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 28px rgba(15, 80, 112, 0.08) !important;
}

#order-standard_cart .cart-sidebar .card-sidebar > .card-header,
#order-standard_cart .cart-sidebar .card-sidebar > .panel-heading {
    min-height: 53px;
    display: flex !important;
    align-items: center;
    padding: 10px 13px !important;
    color: #123a55 !important;
    background: #ffffff !important;
    background-image: none !important;
    border: 0 !important;
    border-bottom: 1px solid #e4eef3 !important;
}

#order-standard_cart .cart-sidebar .card-sidebar .panel-title {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

#order-standard_cart .cart-sidebar .card-sidebar .panel-title > i:first-child {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px;
    display: grid !important;
    place-items: center;
    margin: 0 !important;
    color: #ffffff !important;
    background: #0491f5 !important;
    background-image: none !important;
    border-radius: 10px !important;
    box-shadow: 0 7px 15px rgba(4, 145, 245, 0.2) !important;
    font-size: 12px !important;
}

#order-standard_cart .cart-sidebar .card-sidebar .card-minimise {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    margin: 0 0 0 auto !important;
    color: #0491f5 !important;
    background: #f2faff;
    border: 1px solid #bfe4f4;
    border-radius: 9px;
    font-size: 9px !important;
}

#order-standard_cart .cart-sidebar .card-sidebar .collapsable-card-body {
    background: #ffffff !important;
}

#order-standard_cart .cart-sidebar .card-sidebar .list-group-item {
    min-height: 42px;
    display: flex !important;
    align-items: center;
    margin: 0 !important;
    padding: 10px 14px !important;
    color: #49677b !important;
    background: #ffffff !important;
    border: 0 !important;
    border-bottom: 1px solid #edf3f6 !important;
    font-size: 10px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
    transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

#order-standard_cart .cart-sidebar .card-sidebar .list-group-item:last-child {
    border-bottom: 0 !important;
}

#order-standard_cart .cart-sidebar .card-sidebar .list-group-item:hover,
#order-standard_cart .cart-sidebar .card-sidebar .list-group-item:focus-visible {
    color: #0274c7 !important;
    background: #f3fbfe !important;
    box-shadow: inset 3px 0 0 #55c4ff;
}

#order-standard_cart .cart-sidebar .card-sidebar .list-group-item.active {
    color: #0274c7 !important;
    background: #e8f7fd !important;
    box-shadow: inset 3px 0 0 #0491f5;
    font-weight: 800 !important;
}

@media (max-width: 767.98px) {
    #order-standard_cart .product-info ul,
    #order-standard_cart .hch-product-config-card ul,
    #order-standard_cart .product-info ol,
    #order-standard_cart .hch-product-config-card ol,
    #order-standard_cart .secondary-cart-body > ul,
    #order-standard_cart .secondary-cart-body > ol {
        grid-template-columns: minmax(0, 1fr);
    }

    #order-standard_cart .hch-product-config-card {
        padding: 16px !important;
        border-radius: 14px !important;
    }

    #order-standard_cart .hch-product-config-card .hch-product-config-card__description > ul,
    #order-standard_cart .hch-product-config-card .hch-product-config-card__description > ol,
    #order-standard_cart .hch-product-config-card > ul,
    #order-standard_cart .hch-product-config-card > ol {
        grid-template-columns: minmax(0, 1fr) !important;
        padding: 10px !important;
    }
}

/* VPS package details, password generator, and operating-system selector. */
#order-standard_cart .hch-vps-order-form .hch-product-config-card {
    min-height: 0 !important;
    padding: 14px !important;
}

#order-standard_cart .hch-vps-order-form .hch-product-config-card .product-title {
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 13px !important;
    color: #123a55 !important;
    background: #f2fbfd !important;
    border: 1px solid #9ed7e2 !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
}

#order-standard_cart .hch-vps-order-form .hch-product-config-card__description {
    min-height: 0 !important;
    margin: 0 !important;
}

#order-standard_cart .hch-vps-order-form .hch-product-config-card__description > .hch-vps-spec-grid {
    width: 100% !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 12px 0 0 !important;
    padding: 12px !important;
    background: #f8fcfe !important;
    border: 1px solid #dce8ee !important;
    border-radius: 11px !important;
    list-style: none !important;
}

#order-standard_cart .hch-vps-order-form .hch-product-config-card__description > .hch-vps-spec-grid > li {
    width: auto !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    float: none !important;
    margin: 0 !important;
    padding: 9px 11px 9px 42px !important;
    color: #173e58 !important;
    background: #ffffff !important;
    border: 1px solid #d4e4eb !important;
    border-radius: 9px !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
}

#order-standard_cart .hch-vps-order-form .hch-product-config-card__description > .hch-vps-spec-grid > li::before {
    top: 50% !important;
    left: 11px !important;
    width: 21px !important;
    height: 21px !important;
    color: #168f89 !important;
    background: #e7f7f4 !important;
    transform: translateY(-50%) !important;
}

#order-standard_cart .hch-root-password-field {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px auto;
    align-items: stretch;
}

#order-standard_cart .hch-root-password-field #inputRootpw {
    min-width: 0;
    padding-right: 11px !important;
    border-radius: 10px 0 0 10px !important;
}

#order-standard_cart .hch-root-password-toggle {
    min-width: 44px;
    min-height: 46px;
    display: grid;
    place-items: center;
    padding: 0;
    color: #48687c;
    background: #ffffff;
    border: 1px solid #bfd8e5;
    border-left: 0;
    cursor: pointer;
}

#order-standard_cart .hch-root-password-toggle:hover,
#order-standard_cart .hch-root-password-toggle:focus-visible {
    color: #0274c7;
    background: #f2fbfd;
    outline: 0;
}

#order-standard_cart .hch-root-password-generate {
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    border-radius: 0 10px 10px 0 !important;
    box-shadow: none !important;
    white-space: nowrap;
}

#order-standard_cart .hch-root-password-help {
    display: block;
    margin-top: 6px;
    color: #71899b;
    font-size: 10px;
    line-height: 1.45;
}

#order-standard_cart .hch-root-password-help.is-success {
    color: #087f5b;
}

#order-standard_cart .hch-root-password-help.is-error {
    color: #c2413b;
}

#order-standard_cart .hch-vps-os-field {
    position: relative;
}

#order-standard_cart .hch-os-select-wrap {
    position: relative;
}

#order-standard_cart .hch-os-select-wrap > i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 14px;
    color: #0b88a6;
    font-size: 14px;
    pointer-events: none;
    transform: translateY(-50%);
}

#order-standard_cart .hch-vps-order-form .hch-os-select-wrap > .hch-os-select {
    width: 100% !important;
    padding-left: 40px !important;
    padding-right: 38px !important;
    cursor: pointer;
}

#order-standard_cart .hch-vps-order-form .hch-os-select option {
    color: #173e58;
    background: #ffffff;
}

@media (max-width: 767.98px) {
    #order-standard_cart .hch-vps-order-form .hch-product-config-card__description > .hch-vps-spec-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        padding: 10px !important;
    }

    #order-standard_cart .hch-root-password-field {
        grid-template-columns: minmax(0, 1fr) 44px;
    }

    #order-standard_cart .hch-root-password-generate {
        grid-column: 1 / -1;
        margin-top: 8px !important;
        border-radius: 10px !important;
    }

    #order-standard_cart .hch-root-password-field #inputRootpw {
        border-radius: 10px 0 0 10px !important;
    }

    #order-standard_cart .hch-root-password-toggle {
        border-radius: 0 10px 10px 0;
    }
}

/* Order completion -------------------------------------------------------- */
#order-standard_cart .hch-order-complete-page {
    min-width: 0;
}

#order-standard_cart .hch-order-complete {
    width: 100%;
    display: grid;
    place-items: center;
    padding: 6px 0 34px;
}

#order-standard_cart .hch-order-complete__card {
    position: relative;
    width: min(100%, 820px);
    margin: 0 auto;
    padding: 34px;
    overflow: hidden;
    color: #173e58;
    background: #ffffff;
    border: 1px solid #d8e7ee;
    border-radius: 20px;
    box-shadow: 0 18px 46px rgba(19, 72, 99, .08);
    text-align: center;
}

#order-standard_cart .hch-order-complete__card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, #0ea5b7, #0b86b5);
    content: "";
}

#order-standard_cart .hch-order-complete__success-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    color: #078572;
    background: #e5f8f1;
    border: 1px solid #a9e8d2;
    border-radius: 50%;
    font-size: 25px;
    box-shadow: 0 9px 22px rgba(7, 133, 114, .12);
}

#order-standard_cart .hch-order-complete__header {
    max-width: 630px;
    margin: 0 auto;
}

#order-standard_cart .hch-order-complete__eyebrow {
    display: block;
    margin: 0 0 6px;
    color: #078572;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .13em;
    line-height: 1.3;
    text-transform: uppercase;
}

#order-standard_cart .hch-order-complete__header h1 {
    margin: 0 0 9px !important;
    color: #0b2f47 !important;
    font-size: clamp(27px, 4vw, 38px) !important;
    font-weight: 850 !important;
    letter-spacing: -.04em;
    line-height: 1.15 !important;
}

#order-standard_cart .hch-order-complete__header p {
    margin: 0 !important;
    color: #658095 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
}

#order-standard_cart .hch-order-complete__number {
    width: min(100%, 520px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 23px auto 0;
    padding: 16px 18px;
    color: #45677c;
    background: #ebf9fd;
    border: 1px solid #bde6f4;
    border-radius: 13px;
    text-align: left;
}

#order-standard_cart .hch-order-complete__number span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

#order-standard_cart .hch-order-complete__number strong {
    color: #047aa5;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    overflow-wrap: anywhere;
    text-align: right;
}

#order-standard_cart .hch-order-complete__instructions {
    max-width: 650px;
    margin: 18px auto 0 !important;
    color: #58768a !important;
    font-size: 11px !important;
    line-height: 1.6 !important;
}

#order-standard_cart .hch-order-complete__feedback:empty {
    display: none;
}

#order-standard_cart .hch-order-complete__notice {
    width: min(100%, 650px);
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    margin: 20px auto 0;
    padding: 14px 15px;
    border: 1px solid;
    border-radius: 12px;
    text-align: left;
}

#order-standard_cart .hch-order-complete__notice > i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    font-size: 15px;
}

#order-standard_cart .hch-order-complete__notice strong,
#order-standard_cart .hch-order-complete__notice span {
    display: block;
}

#order-standard_cart .hch-order-complete__notice strong {
    margin-bottom: 2px;
    color: inherit;
    font-size: 11px;
    font-weight: 850;
}

#order-standard_cart .hch-order-complete__notice span,
#order-standard_cart .hch-order-complete__notice > div {
    font-size: 10px;
    line-height: 1.5;
}

#order-standard_cart .hch-order-complete__notice--info {
    color: #0377d2;
    background: #f0f9ff;
    border-color: #bae6fd;
}

#order-standard_cart .hch-order-complete__notice--info > i {
    background: #e0f2fe;
}

#order-standard_cart .hch-order-complete__notice--warning {
    color: #8a5a00;
    background: #fffbeb;
    border-color: #fde68a;
}

#order-standard_cart .hch-order-complete__notice--warning > i {
    background: #fef3c7;
}

#order-standard_cart .hch-order-complete__notice--error {
    color: #b42318;
    background: #fff3f2;
    border-color: #fecaca;
}

#order-standard_cart .hch-order-complete__notice--error > i {
    background: #fee4e2;
}

#order-standard_cart .hch-order-complete__addon-output {
    margin: 18px 0 0;
    text-align: left;
}

#order-standard_cart .hch-order-complete__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 25px 0 0;
    padding: 22px 0 0;
    border-top: 1px solid #e4edf2;
}

#order-standard_cart .hch-order-complete__button {
    min-height: 46px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 !important;
    padding: 10px 20px !important;
    border-radius: 11px !important;
    box-shadow: none !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
}

#order-standard_cart .hch-order-complete__button--primary {
    color: #ffffff !important;
    background: #087eae !important;
    background-image: none !important;
    border: 1px solid #087eae !important;
    box-shadow: 0 9px 20px rgba(8, 126, 174, .16) !important;
}

#order-standard_cart .hch-order-complete__button--primary:hover,
#order-standard_cart .hch-order-complete__button--primary:focus-visible {
    color: #ffffff !important;
    background: #05658f !important;
    border-color: #05658f !important;
}

#order-standard_cart .hch-order-complete__button--secondary {
    color: #36586d !important;
    background: #ffffff !important;
    background-image: none !important;
    border: 1px solid #c5dae4 !important;
}

#order-standard_cart .hch-order-complete__button--secondary:hover,
#order-standard_cart .hch-order-complete__button--secondary:focus-visible {
    color: #05658f !important;
    background: #f3fbfe !important;
    border-color: #83c9df !important;
}

#order-standard_cart .hch-order-complete__recommendations {
    width: min(100%, 1120px);
    margin: 12px auto 0;
}

@media (max-width: 767.98px) {
    #order-standard_cart .hch-order-complete {
        padding-bottom: 20px;
    }

    #order-standard_cart .hch-order-complete__card {
        padding: 27px 20px 22px;
        border-radius: 16px;
    }

    #order-standard_cart .hch-order-complete__success-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 15px;
        font-size: 21px;
    }

    #order-standard_cart .hch-order-complete__number {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    #order-standard_cart .hch-order-complete__number strong {
        text-align: left;
    }

    #order-standard_cart .hch-order-complete__actions {
        align-items: stretch;
        flex-direction: column;
    }

    #order-standard_cart .hch-order-complete__button {
        width: 100%;
    }
}

@media (max-width: 419.98px) {
    #order-standard_cart .hch-order-complete__notice {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Domain renewal cards ---------------------------------------------------- */
#order-standard_cart .domain-renewals {
    display: grid;
    gap: 14px;
    margin: 16px 0;
    background: transparent;
    border: 0;
}

#order-standard_cart .domain-renewals .domain-renewal,
#order-standard_cart .domain-renewals .domain-renewal:nth-child(even) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.74fr);
    gap: 18px 28px;
    align-items: center;
    margin: 0;
    padding: 20px 22px;
    background: #ffffff;
    border: 1px solid #d8e7ee;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(15, 67, 96, 0.06);
}

#order-standard_cart .domain-renewals .hch-renewal-card__details,
#order-standard_cart .domain-renewals .hch-renewal-card__actions {
    min-width: 0;
}

#order-standard_cart .domain-renewals .hch-renewal-card__details {
    position: relative;
    padding-right: 144px;
}

#order-standard_cart .domain-renewals .hch-renewal-card__status {
    position: absolute;
    top: 0;
    right: 0;
    float: none !important;
    margin: 0;
}

#order-standard_cart .domain-renewals .domain-renewal h3 {
    margin: 0 0 7px;
    color: #073a5d;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

#order-standard_cart .domain-renewals .domain-renewal p {
    margin: 0;
    color: #698196;
    font-size: 12px;
    line-height: 1.55;
}

#order-standard_cart .domain-renewals .domain-renewal p + p {
    margin-top: 6px;
}

#order-standard_cart .domain-renewals .domain-renewal .label {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

#order-standard_cart .domain-renewals .hch-renewal-card__actions form,
#order-standard_cart .domain-renewals .hch-renewal-card__actions .text-right {
    margin: 0;
}

#order-standard_cart .domain-renewals .hch-renewal-card__actions .form-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    margin: 0 0 11px;
}

#order-standard_cart .domain-renewals .hch-renewal-card__actions .control-label {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    color: #527087;
    font-size: 10px;
    font-weight: 750;
    text-align: left;
}

#order-standard_cart .domain-renewals .hch-renewal-card__actions .col-sm-6 {
    width: 100%;
    max-width: none;
    padding: 0;
}

#order-standard_cart .domain-renewals .select-renewal-pricing {
    width: 100%;
    min-height: 43px;
    padding: 8px 34px 8px 12px;
    color: #264c64;
    background-color: #f8fcfe;
    border: 1px solid #c9e0eb;
    border-radius: 10px !important;
    font-size: 11px;
}

#order-standard_cart .domain-renewals .hch-renewal-card__actions .text-right {
    text-align: left !important;
}

#order-standard_cart .domain-renewals .btn-add-renewal-to-cart {
    min-height: 40px;
    padding: 8px 15px;
    color: #ffffff;
    background: linear-gradient(135deg, #087ead, #0694d2);
    border: 0;
    border-radius: 10px;
    box-shadow: 0 7px 15px rgba(4, 145, 245, 0.18);
    font-size: 10px;
    font-weight: 800;
}

@media (max-width: 767.98px) {
    #order-standard_cart .domain-renewals .domain-renewal,
    #order-standard_cart .domain-renewals .domain-renewal:nth-child(even) {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
        padding: 17px;
        border-radius: 14px;
    }

    #order-standard_cart .domain-renewals .hch-renewal-card__details {
        padding-right: 0;
    }

    #order-standard_cart .domain-renewals .hch-renewal-card__status {
        position: static;
        margin: 0 0 9px;
    }

    #order-standard_cart .domain-renewals .domain-renewal h3 {
        font-size: 18px;
    }

    #order-standard_cart .domain-renewals .btn-add-renewal-to-cart {
        width: 100%;
    }
}

/*
 * Checkout account and add-on polish
 *
 * WHMCS renders both the existing-customer login and the new-account form
 * from the same checkout template.  Keep those areas visually deliberate,
 * while preserving every original input name and server-side validation.
 */
#order-standard_cart #frmCheckout .hch-checkout-auth {
    margin: 0 0 22px;
    padding: 22px;
    color: #29495f;
    background: linear-gradient(180deg, #fbfeff 0%, #ffffff 100%);
    border: 1px solid #d6e8f0;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(15, 80, 112, 0.045);
}

#order-standard_cart #frmCheckout .hch-checkout-auth.w-hidden {
    /* WHMCS switches these panels with jQuery slideDown/slideUp.  Keeping
       !important here prevents the inline animation style from ever showing
       the existing-customer login panel. */
    display: none;
}

#order-standard_cart #frmCheckout .hch-checkout-auth > .sub-heading:first-of-type {
    margin-top: 0;
}

#order-standard_cart #frmCheckout .hch-checkout-auth .sub-heading {
    margin-bottom: 16px;
}

#order-standard_cart #frmCheckout .hch-checkout-auth .row {
    margin-right: -8px;
    margin-left: -8px;
}

#order-standard_cart #frmCheckout .hch-checkout-auth [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

#order-standard_cart #frmCheckout .hch-checkout-auth .form-group {
    margin-bottom: 16px;
}

#order-standard_cart #frmCheckout .hch-checkout-auth .field,
#order-standard_cart #frmCheckout .hch-checkout-auth .form-control {
    width: 100%;
    min-height: 47px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

#order-standard_cart #frmCheckout .hch-checkout-auth .prepend-icon .field {
    padding-left: 42px;
}

#order-standard_cart #frmCheckout .hch-checkout-auth .prepend-icon .field-icon {
    width: 45px;
    height: 47px;
    line-height: 47px;
}

#order-standard_cart #frmCheckout .hch-checkout-auth .prepend-icon .field-icon i {
    color: #7191a5;
    font-size: 13px;
}

#order-standard_cart #frmCheckout .hch-checkout-auth .field-help-text,
#order-standard_cart #frmCheckout .hch-checkout-auth .small.text-muted {
    color: #6a8496;
    font-size: 10px;
    line-height: 1.55;
}

#order-standard_cart #frmCheckout .hch-checkout-login-fields {
    margin-bottom: 1px;
}

#order-standard_cart #frmCheckout .hch-checkout-login-actions {
    margin: 2px 0 0;
    text-align: center;
}

#order-standard_cart #frmCheckout .hch-checkout-auth .text-center {
    text-align: center;
}

#order-standard_cart #frmCheckout #btnExistingLogin {
    min-width: 176px;
    min-height: 46px;
    padding: 10px 26px;
    border-radius: 11px;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 9px 18px rgba(4, 145, 245, 0.18);
}

#order-standard_cart #frmCheckout .hch-checkout-linked-auth,
#order-standard_cart #frmCheckout .hch-checkout-auth .providerPreLinking,
#order-standard_cart #frmCheckout .hch-checkout-auth .social-signin-btns {
    min-width: 0;
}

#order-standard_cart #frmCheckout .hch-checkout-auth .providerPreLinking {
    display: flex;
    justify-content: center;
    text-align: center;
}

#order-standard_cart #frmCheckout .hch-checkout-auth .social-signin-btns {
    display: inline-flex;
    justify-content: center;
    max-width: 100%;
}

#order-standard_cart #frmCheckout .hch-checkout-auth .social-signin-btns > * {
    max-width: 100%;
}

#order-standard_cart #frmCheckout .hch-checkout-auth .social-signin-btns .btn,
#order-standard_cart #frmCheckout .hch-checkout-auth .social-signin-btns > a {
    min-height: 42px;
    padding: 9px 16px;
    border-radius: 10px;
}

/* Optional promotions are hook output, so normalize the stock WHMCS card
 * layout instead of depending on a provider-specific (NordVPN, etc.) DOM. */
#order-standard_cart #frmCheckout .hch-checkout-extra-item .addon-promo-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 18px;
    margin: 0 !important;
    padding: 16px !important;
    color: #436378;
    background: #f8fcfe;
    border: 1px solid #cfe6f1 !important;
    border-radius: 11px;
    font-size: 11px;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .addon-promo-container h3,
#order-standard_cart #frmCheckout .hch-checkout-extra-item .addon-promo-container .description {
    min-width: 0;
    margin: 0 !important;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .addon-promo-container h3 {
    color: #153a53;
    font-size: 14px;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .addon-promo-container .logo {
    float: none !important;
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    margin: 0 !important;
    line-height: 1;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .addon-promo-container img {
    display: block;
    max-width: 96px;
    max-height: 44px;
    object-fit: contain;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .addon-promo-container label {
    grid-column: 1 / -1;
    width: auto !important;
    margin: 0 !important;
    color: #4d6e82;
    line-height: 1.5;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .addon-promo-container a {
    color: #027db4;
    font-weight: 750;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promos {
    display: grid;
    gap: 10px;
    max-width: none;
    margin: 0;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo {
    overflow: hidden;
    margin: 0;
    background: #ffffff;
    border: 1px solid #b8ddeb;
    border-bottom: 3px solid #47b8e6;
    border-radius: 11px;
    box-shadow: none;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .header {
    height: auto !important;
    min-height: 76px;
    display: grid;
    grid-template-columns: 26px 52px minmax(0, 1fr) auto;
    grid-template-rows: minmax(22px, auto) minmax(20px, auto);
    align-items: center;
    column-gap: 10px;
    padding: 10px 12px;
    overflow: visible;
    cursor: pointer;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .expander,
#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .icon,
#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .headline,
#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .tagline,
#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .cta {
    float: none !important;
    min-width: 0;
    margin: 0;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .expander {
    grid-column: 1;
    grid-row: 1 / -1;
    width: auto;
    color: #0491f5;
    font-size: 15px;
    line-height: 1;
    text-align: center;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .icon {
    grid-column: 2;
    grid-row: 1 / -1;
    width: 52px;
    height: 42px;
    display: grid;
    place-items: center;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .icon img {
    max-width: 100%;
    max-height: 40px;
    object-fit: contain;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .headline {
    grid-column: 3;
    grid-row: 1;
    padding: 0;
    color: #173d57;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .tagline {
    grid-column: 3;
    grid-row: 2;
    color: #6c8799;
    font-size: 10px;
    line-height: 1.35;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .cta {
    grid-column: 4;
    grid-row: 1 / -1;
    display: grid;
    justify-items: end;
    gap: 5px;
    padding: 0;
    text-align: right;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .price {
    padding: 0;
    color: #087eae;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .btn-add,
#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .btn-add .text,
#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .btn-add .arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 9px;
    color: #ffffff;
    background: #0789c5;
    border: 0;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .btn-add {
    overflow: hidden;
    border-radius: 8px;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .btn-add .arrow {
    margin-right: -9px;
    padding: 0 8px;
    background: #0575ae;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .body {
    padding: 12px 14px;
    color: #557386;
    background: #f5fbfe;
    border-top: 1px solid #dcecf3;
    font-size: 10px;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .body ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 12px;
}

#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .body li,
#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .body li.left,
#order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .body li.right {
    float: none;
    width: auto;
    min-width: 0;
}

@media (max-width: 767.98px) {
    #order-standard_cart #frmCheckout .hch-checkout-auth {
        margin-bottom: 17px;
        padding: 16px;
        border-radius: 13px;
    }

    #order-standard_cart #frmCheckout .hch-checkout-auth .form-group {
        margin-bottom: 12px;
    }

    #order-standard_cart #frmCheckout .hch-checkout-auth .field,
    #order-standard_cart #frmCheckout .hch-checkout-auth .form-control {
        min-height: 46px;
        font-size: 13px;
    }

    #order-standard_cart #frmCheckout #btnExistingLogin,
    #order-standard_cart #frmCheckout .hch-checkout-auth .social-signin-btns,
    #order-standard_cart #frmCheckout .hch-checkout-auth .social-signin-btns > * {
        width: 100%;
    }

    #order-standard_cart #frmCheckout .hch-checkout-extra-item {
        padding: 10px;
    }

    #order-standard_cart #frmCheckout .hch-checkout-extra-item .addon-promo-container {
        grid-template-columns: minmax(0, 1fr);
        padding: 14px !important;
    }

    #order-standard_cart #frmCheckout .hch-checkout-extra-item .addon-promo-container .logo {
        grid-column: 1;
        grid-row: auto;
        justify-self: start;
    }

    #order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .header {
        grid-template-columns: 24px 44px minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        row-gap: 3px;
        padding: 12px;
    }

    #order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .expander {
        grid-row: 1 / span 2;
    }

    #order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .icon {
        grid-row: 1 / span 2;
        width: 44px;
        height: 38px;
    }

    #order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .headline,
    #order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .tagline {
        grid-column: 3;
    }

    #order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .cta {
        grid-column: 2 / -1;
        grid-row: 3;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        width: 100%;
        margin-top: 8px;
        padding-top: 9px;
        border-top: 1px solid #e2eff5;
    }

    #order-standard_cart #frmCheckout .hch-checkout-extra-item .mc-promo .body ul {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Standard Cart final alert cascade guard. Keep this at the end. */
#order-standard_cart .alert:not(.hch-auth-provider-feedback) {
    position: relative;
    min-width: 0;
    margin: 0 0 16px !important;
    padding: 14px 16px 14px 50px !important;
    overflow-wrap: anywhere;
    border: 1px solid #b9ddf0 !important;
    border-radius: 14px !important;
    background: #f2faff !important;
    color: #24536a !important;
    box-shadow: 0 8px 24px rgba(23, 91, 126, 0.06) !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    text-align: left !important;
}

#order-standard_cart .alert-danger:not(.hch-auth-provider-feedback) {
    border-color: #ffc9c6 !important;
    background: #fff5f4 !important;
    color: #b42318 !important;
}

#order-standard_cart .alert-success:not(.hch-auth-provider-feedback) {
    border-color: #a9e7cd !important;
    background: #f0fcf7 !important;
    color: #087b55 !important;
}

#order-standard_cart .alert-warning:not(.hch-auth-provider-feedback) {
    border-color: #f3d48a !important;
    background: #fffaf0 !important;
    color: #956000 !important;
}

#order-standard_cart .alert:not(.hch-auth-provider-feedback) ul {
    margin: 6px 0 0 !important;
    padding-left: 18px !important;
}

#order-standard_cart .alert:not(.hch-auth-provider-feedback) li + li {
    margin-top: 3px;
}

@media (max-width: 575.98px) {
    #order-standard_cart .alert:not(.hch-auth-provider-feedback) {
        width: 100%;
        margin-bottom: 14px !important;
        padding: 13px 14px 13px 46px !important;
        border-radius: 12px !important;
        font-size: 12px !important;
        line-height: 1.55 !important;
    }
}

/* Complete domain-configuration workspace. */
.hch-cart-domain-config-page #order-standard_cart .cart-body {
    min-width: 0;
}

#order-standard_cart .hch-domain-config-page {
    display: grid;
    gap: 16px;
}

#order-standard_cart .hch-domain-config-hero {
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 10%, rgba(125, 211, 252, .34), transparent 34%),
        linear-gradient(135deg, #0377d2, #0491f5);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(3, 105, 161, .18);
}

#order-standard_cart .hch-domain-config-hero .hch-order-eyebrow {
    margin: 0 0 5px;
    color: #bae6fd;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

#order-standard_cart .hch-domain-config-hero h1 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: clamp(23px, 3vw, 34px);
    font-weight: 850;
    letter-spacing: -.035em;
}

#order-standard_cart .hch-domain-config-hero p:last-child {
    max-width: 680px;
    margin: 0;
    color: #e0f2fe;
    font-size: 11px;
    line-height: 1.55;
}

#order-standard_cart .hch-domain-config-hero__icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 16px;
    font-size: 25px;
}

#order-standard_cart .hch-configure-domains-form {
    display: grid;
    gap: 18px;
}

#order-standard_cart .hch-domain-config-stack {
    display: grid;
    gap: 16px;
}

#order-standard_cart .hch-domain-config-card {
    padding: 0;
    overflow: hidden;
    border-color: #d4e6ef;
    border-radius: 18px;
    box-shadow: 0 13px 34px rgba(15, 80, 112, .07);
}

#order-standard_cart .hch-domain-config-card__heading {
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 !important;
    padding: 15px 18px !important;
    background: linear-gradient(135deg, #f7fcfe, #edf8fc);
    border-bottom: 1px solid #dcebf2;
    border-radius: 0;
}

#order-standard_cart .hch-domain-config-card__icon,
#order-standard_cart .hch-domain-section-heading__icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    color: #0787bd;
    background: #e0f4fc;
    border-radius: 11px;
    font-size: 15px;
}

#order-standard_cart .hch-domain-config-card__heading small {
    display: block;
    margin-bottom: 3px;
    color: #0795cc;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

#order-standard_cart .hch-domain-config-card__heading h2 {
    margin: 0;
    color: #153d56;
    font-size: 16px;
    font-weight: 850;
    overflow-wrap: anywhere;
}

#order-standard_cart .hch-domain-config-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 16px 18px;
}

#order-standard_cart .hch-domain-config-meta__item {
    min-height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 12px 14px;
    background: #f8fcfe;
    border: 1px solid #e0edf3;
    border-radius: 12px;
}

#order-standard_cart .hch-domain-config-meta__item > span {
    color: #7991a1;
    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

#order-standard_cart .hch-domain-config-meta__item strong,
#order-standard_cart .hch-domain-config-meta__item a {
    color: #244c64;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.45;
}

#order-standard_cart .hch-domain-config-meta__item strong.is-success { color: #07825f; }
#order-standard_cart .hch-domain-config-meta__item a { color: #d94b55; }

#order-standard_cart .hch-domain-epp-section,
#order-standard_cart .hch-domain-addon-section,
#order-standard_cart .hch-domain-custom-fields {
    margin: 0 18px 18px;
    padding: 16px;
    background: #fbfdfe;
    border: 1px solid #dceaf1;
    border-radius: 14px;
}

#order-standard_cart .hch-domain-section-heading {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 14px;
}

#order-standard_cart .hch-domain-section-heading h2,
#order-standard_cart .hch-domain-section-heading h3 {
    margin: 1px 0 4px;
    color: #193f57;
    font-size: 14px;
    font-weight: 850;
}

#order-standard_cart .hch-domain-section-heading p {
    margin: 0;
    color: #6d8596;
    font-size: 9.5px;
    line-height: 1.5;
}

#order-standard_cart .hch-domain-epp-field {
    position: relative;
    max-width: 620px;
}

#order-standard_cart .hch-domain-epp-field > i {
    position: absolute;
    top: 50%;
    left: 14px;
    color: #0795cc;
    transform: translateY(-50%);
}

#order-standard_cart .hch-domain-epp-field .form-control {
    min-height: 46px;
    padding-left: 40px;
    background: #ffffff;
    border: 1px solid #c9e0eb;
    border-radius: 11px;
    box-shadow: none;
    font-size: 11px;
}

#order-standard_cart .hch-domain-field-help {
    margin: 7px 0 0;
    color: #7a909f;
    font-size: 9px;
    line-height: 1.5;
}

#order-standard_cart .hch-domain-addons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 11px;
    margin: 0;
}

#order-standard_cart .hch-domain-addon-card {
    position: relative;
    min-width: 0;
    margin: 0 !important;
    overflow: hidden;
    background: #ffffff !important;
    border: 1px solid #d6e7ef !important;
    border-radius: 13px !important;
    box-shadow: none !important;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

#order-standard_cart .hch-domain-addon-card:hover {
    border-color: #82d0ed !important;
    box-shadow: 0 9px 22px rgba(14, 143, 191, .09) !important;
    transform: translateY(-1px);
}

#order-standard_cart .hch-domain-addon-card.panel-addon-selected {
    background: #f0fbfe !important;
    border-color: #0ea5c6 !important;
    box-shadow: 0 0 0 3px rgba(14, 165, 198, .09) !important;
}

#order-standard_cart .hch-domain-addon-card .panel-body {
    min-height: 126px;
    padding: 14px !important;
    background: transparent !important;
}

#order-standard_cart .hch-domain-addon-card .panel-body > label {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 22px;
    align-items: start;
    gap: 10px;
    margin: 0;
    cursor: pointer;
}

#order-standard_cart .hch-domain-addon-card input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* iCheck wraps the native checkbox after page load. The custom control in the
 * card header is the only visible selection state for domain add-ons. */
#order-standard_cart .hch-domain-addon-card .icheckbox_square-blue {
    display: none !important;
}

#order-standard_cart .hch-domain-addon-card__icon {
    grid-column: 1;
    grid-row: 1;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #0789bd;
    background: #e5f6fc;
    border-radius: 10px;
    font-size: 14px;
}

#order-standard_cart .hch-domain-addon-card__copy {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    display: grid;
    gap: 5px;
}

#order-standard_cart .hch-domain-addon-card__copy strong {
    color: #1d465f;
    font-size: 11px;
    font-weight: 850;
}

#order-standard_cart .hch-domain-addon-card__copy small {
    color: #738b9b;
    font-size: 9px;
    line-height: 1.5;
}

#order-standard_cart .hch-domain-addon-card__check {
    grid-column: 3;
    grid-row: 1;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    color: transparent;
    background: #ffffff;
    border: 1px solid #bdd8e5;
    border-radius: 6px;
    font-size: 9px;
}

#order-standard_cart .hch-domain-addon-card input:checked + .hch-domain-addon-card__check {
    color: #ffffff;
    background: #0797bd;
    border-color: #0797bd;
}

#order-standard_cart .hch-domain-addon-card.panel-addon-selected .hch-domain-addon-card__check {
    color: #ffffff;
    background: #0797bd;
    border-color: #0797bd;
    box-shadow: 0 0 0 3px rgba(7, 151, 189, .12);
}

#order-standard_cart .hch-domain-addon-card .panel-price {
    padding: 9px 13px !important;
    color: #345c73;
    background: #f2f8fb !important;
    border-top: 1px solid #e2edf2;
    font-size: 9px;
    font-weight: 800;
    text-align: left;
}

#order-standard_cart .hch-domain-addon-card .panel-add {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px !important;
    color: #ffffff;
    background: linear-gradient(135deg, #0385df, #18a6fa) !important;
    font-size: 9px;
    font-weight: 800;
}

#order-standard_cart .hch-domain-custom-fields__grid,
#order-standard_cart .hch-domain-nameservers-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

#order-standard_cart .hch-domain-custom-field,
#order-standard_cart .hch-domain-nameserver-field {
    min-width: 0;
}

#order-standard_cart .hch-domain-custom-field > label,
#order-standard_cart .hch-domain-nameserver-field > label {
    display: block;
    margin: 0 0 6px;
    color: #355b72;
    font-size: 9px;
    font-weight: 800;
}

#order-standard_cart .hch-domain-custom-field .form-control,
#order-standard_cart .hch-domain-custom-field input,
#order-standard_cart .hch-domain-custom-field select,
#order-standard_cart .hch-domain-custom-field textarea,
#order-standard_cart .hch-domain-nameserver-field .form-control {
    width: 100%;
    min-height: 44px;
    color: #294b60;
    background: #ffffff;
    border: 1px solid #cde2ec;
    border-radius: 10px;
    box-shadow: none;
    font-size: 11px;
}

#order-standard_cart .hch-domain-nameservers-card {
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d4e6ef;
    border-radius: 17px;
    box-shadow: 0 12px 30px rgba(15, 80, 112, .06);
}

#order-standard_cart .hch-domain-nameservers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#order-standard_cart .hch-domain-config-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 17px 18px;
    background: #eef9fd;
    border: 1px solid #cfe8f3;
    border-radius: 15px;
}

#order-standard_cart .hch-domain-config-submit > div {
    min-width: 0;
    display: grid;
    gap: 3px;
}

#order-standard_cart .hch-domain-config-submit strong {
    color: #17445f;
    font-size: 12px;
    font-weight: 850;
}

#order-standard_cart .hch-domain-config-submit span {
    color: #6d8798;
    font-size: 9.5px;
    line-height: 1.45;
}

#order-standard_cart .hch-domain-config-submit .btn-primary {
    min-width: 220px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 0;
    border: 0;
    border-radius: 11px;
    font-size: 10px;
    font-weight: 850;
    color: #ffffff !important;
    background: linear-gradient(135deg, #0377d2 0%, #0491f5 58%, #55c4ff 100%) !important;
    border-color: #0491f5 !important;
    box-shadow: 0 10px 22px rgba(4, 145, 245, .22) !important;
    text-shadow: none;
}

#order-standard_cart .hch-domain-config-submit .btn-primary > span,
#order-standard_cart .hch-domain-config-submit .btn-primary > i {
    color: #ffffff !important;
    opacity: 1 !important;
}

#order-standard_cart .hch-domain-config-submit .btn-primary:hover,
#order-standard_cart .hch-domain-config-submit .btn-primary:focus-visible {
    color: #ffffff !important;
    filter: saturate(1.08);
    transform: translateY(-1px);
    box-shadow: 0 13px 25px rgba(4, 145, 245, .28) !important;
}

/* Unified cart modal treatment, including remove and empty-cart dialogs. */
.hch-cart-page .modal-dialog {
    width: min(92vw, 560px);
    max-width: 560px;
    margin: 24px auto;
}

.hch-cart-page .modal-content {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #cfe5ef;
    border-radius: 18px;
    box-shadow: 0 26px 76px rgba(15, 66, 92, .24);
}

.hch-cart-page .modal-header {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 15px 18px;
    color: #173f58;
    background: #eef9fd;
    border-bottom: 1px solid #d8ebf3;
}

.hch-cart-page .modal-title,
.hch-cart-page .modal-header h4 {
    margin: 0;
    color: #173f58;
    font-size: 17px;
    font-weight: 850;
}

.hch-cart-page .hch-order-modal__heading {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 11px;
}

.hch-cart-page .hch-order-modal__icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: grid;
    place-items: center;
    color: #078dca;
    background: #dff4fd;
    border: 1px solid #c6e9f7;
    border-radius: 10px;
    font-size: 14px;
}

.hch-cart-page .hch-order-modal__icon--danger {
    color: #c7424e;
    background: #fff0f1;
    border-color: #ffd5d9;
}

.hch-cart-page .hch-order-modal__message {
    max-width: 430px;
    margin: 0;
    color: #587587;
}

.hch-cart-page .modal-header .close,
.hch-cart-page .modal-body .close {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0;
    color: #55788d;
    background: #ffffff;
    border: 1px solid #cde2ec;
    border-radius: 9px;
    font-size: 18px;
    line-height: 1;
    opacity: 1;
}

.hch-cart-page .modal-body {
    padding: 22px;
    color: #587587;
    font-size: 11px;
    line-height: 1.65;
}

.hch-cart-page .modal-remove-item .modal-body {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 24px 22px 18px;
    text-align: center;
}

.hch-cart-page .hch-order-modal.modal-remove-item .modal-body {
    display: block;
    padding: 20px 22px;
    text-align: left;
}

.hch-cart-page .modal-remove-item .modal-body .float-right {
    position: absolute;
    top: 12px;
    right: 12px;
}

.hch-cart-page .modal-remove-item .modal-body > i {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin: 0 !important;
    color: #dc5661;
    background: #fff0f1;
    border-radius: 15px;
    font-size: 23px !important;
}

.hch-cart-page .modal-remove-item .modal-body h4 {
    margin: 0;
    color: #173f58;
    font-size: 18px;
    font-weight: 850;
}

.hch-cart-page .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    margin: 0;
    padding: 14px 18px 18px;
    background: #f9fcfd;
    border-top: 1px solid #e0edf2;
}

.hch-cart-page .modal-footer .btn {
    min-width: 92px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 800;
}

@media (max-width: 991.98px) {
    #order-standard_cart .hch-domain-nameservers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    #order-standard_cart .hch-domain-config-hero {
        min-height: 0;
        padding: 18px;
        border-radius: 15px;
    }

    #order-standard_cart .hch-domain-config-hero__icon {
        display: none;
    }

    #order-standard_cart .hch-domain-config-meta,
    #order-standard_cart .hch-domain-custom-fields__grid,
    #order-standard_cart .hch-domain-nameservers-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    #order-standard_cart .hch-domain-config-meta {
        padding: 14px;
    }

    #order-standard_cart .hch-domain-epp-section,
    #order-standard_cart .hch-domain-addon-section,
    #order-standard_cart .hch-domain-custom-fields {
        margin: 0 14px 14px;
        padding: 14px;
    }

    #order-standard_cart .hch-domain-addons-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    #order-standard_cart .hch-domain-config-submit {
        align-items: stretch;
        flex-direction: column;
    }

    #order-standard_cart .hch-domain-config-submit .btn-primary {
        width: 100%;
        min-width: 0;
    }

    .hch-cart-page .modal-dialog {
        width: calc(100vw - 24px);
        margin: 12px auto;
    }

    .hch-cart-page .modal-footer {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hch-cart-page .modal-footer .btn {
        width: 100%;
    }
}

/* Bright primary-blue guard for native Standard Cart controls. */
.hch-cart-page #order-standard_cart .btn-primary,
.hch-cart-page #order-standard_cart button.btn-primary,
.hch-cart-page #order-standard_cart input.btn-primary {
    color: #ffffff !important;
    background: linear-gradient(135deg, #0377d2 0%, #0491f5 58%, #55c4ff 100%) !important;
    border-color: #0491f5 !important;
    box-shadow: 0 9px 20px rgba(4, 145, 245, .18) !important;
}

.hch-cart-page #order-standard_cart .btn-primary:hover,
.hch-cart-page #order-standard_cart .btn-primary:focus,
.hch-cart-page #order-standard_cart button.btn-primary:hover,
.hch-cart-page #order-standard_cart button.btn-primary:focus,
.hch-cart-page #order-standard_cart input.btn-primary:hover,
.hch-cart-page #order-standard_cart input.btn-primary:focus {
    background: linear-gradient(135deg, #0268bb 0%, #037fdc 52%, #28adfb 100%) !important;
    border-color: #0377d2 !important;
    box-shadow: 0 10px 24px rgba(4, 145, 245, .25) !important;
}

/* Domain register: separate the editable field from its search action. */
#order-standard_cart .hch-domain-search-card .hch-domain-search-controls {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 138px;
    gap: 12px;
    position: relative;
    z-index: 2;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

#order-standard_cart .hch-domain-search-card .hch-domain-search-controls .form-control {
    width: 100%;
    min-height: 54px;
    height: 54px;
    margin: 0;
    padding: 0 17px;
    color: #073b60 !important;
    background: #ffffff !important;
    border: 1px solid #9dcfe5 !important;
    border-radius: 11px !important;
    caret-color: #0377d2;
    -webkit-text-fill-color: #073b60;
    box-shadow: inset 0 1px 1px rgba(7, 59, 96, .04) !important;
    font-size: 16px;
    pointer-events: auto !important;
    touch-action: manipulation;
}

#order-standard_cart .hch-domain-search-card .hch-domain-search-controls .form-control::placeholder {
    color: #6688a2 !important;
    opacity: 1;
}

#order-standard_cart .hch-domain-search-card .hch-domain-search-controls:focus-within .form-control {
    color: #073b60 !important;
    background: #ffffff !important;
    border-color: #0491f5 !important;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(4, 145, 245, .18), inset 0 1px 1px rgba(7, 59, 96, .04) !important;
}

#order-standard_cart .hch-domain-search-card .hch-domain-search-controls.is-invalid .form-control {
    color: #9b2c25 !important;
    background: #fff7f6 !important;
    border-color: #ef6a61 !important;
    box-shadow: 0 0 0 3px rgba(239, 106, 97, .12) !important;
}

#order-standard_cart .hch-domain-search-card .hch-domain-search-controls .btn {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    height: 54px;
    margin: 0 !important;
    border-radius: 11px !important;
    font-size: 13px;
    font-weight: 800;
    pointer-events: auto !important;
    touch-action: manipulation;
}

@media (max-width: 767.98px) {
    #order-standard_cart .hch-domain-search-card .hch-domain-search-controls {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        padding: 8px;
        background: #edf9ff;
        border: 1px solid #8ccde8;
        border-radius: 13px;
        box-shadow: 0 8px 20px rgba(4, 145, 245, .09);
    }

    #order-standard_cart .hch-domain-search-card .hch-domain-search-controls .btn {
        min-height: 50px;
        height: 50px;
    }
}

/* Dashboard-aligned surface for the standalone domain registration page. */
#order-standard_cart.hch-domain-register-page .hch-domain-register-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 20px;
}

#order-standard_cart.hch-domain-register-page .hch-domain-register-intro__eyebrow,
#order-standard_cart.hch-domain-register-page .hch-domain-search-card__eyebrow {
    display: block;
    color: #078ce5;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.2;
    text-transform: uppercase;
}

#order-standard_cart.hch-domain-register-page .hch-domain-register-intro h1 {
    margin: 7px 0 6px;
    color: #063d62;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.1;
}

#order-standard_cart.hch-domain-register-page .hch-domain-register-intro p {
    max-width: 650px;
    margin: 0;
    color: #66849a;
    font-size: 14px;
    line-height: 1.6;
}

#order-standard_cart.hch-domain-register-page .hch-domain-register-intro__icon,
#order-standard_cart.hch-domain-register-page .hch-domain-search-card__icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #078ce5;
    background: #e4f6ff;
    border: 1px solid #bde4f6;
    border-radius: 14px;
}

#order-standard_cart.hch-domain-register-page .hch-domain-register-intro__icon {
    width: 52px;
    height: 52px;
    font-size: 20px;
}

#order-standard_cart.hch-domain-register-page .hch-domain-search-card {
    overflow: hidden !important;
    margin: 0 0 28px !important;
    background:
        radial-gradient(circle at 94% 104%, transparent 0 66px, rgba(255, 255, 255, .5) 67px 94px, transparent 95px),
        linear-gradient(122deg, #e9f9ff 0%, #c9efff 54%, #e3faf3 100%) !important;
    border: 1px solid #b9e4ef !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 42px rgba(20, 88, 125, .1) !important;
}

#order-standard_cart.hch-domain-register-page .hch-domain-search-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    padding: 28px 28px 10px;
    background: transparent;
}

#order-standard_cart.hch-domain-register-page .hch-domain-search-card__top h2 {
    margin: 7px 0 6px;
    color: #073c60;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.2;
}

#order-standard_cart.hch-domain-register-page .hch-domain-search-card__top p {
    max-width: 700px;
    margin: 0;
    color: #66849a;
    font-size: 12px;
    line-height: 1.6;
}

#order-standard_cart.hch-domain-register-page .hch-domain-search-card__icon {
    width: 42px;
    height: 42px;
    font-size: 15px;
}

#order-standard_cart.hch-domain-register-page .hch-domain-search-card .domain-checker-bg {
    padding: 12px 28px 10px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

#order-standard_cart.hch-domain-register-page .hch-domain-search-card .domain-checker-bg .row > [class*="col-"] {
    width: 100% !important;
    max-width: 820px;
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#order-standard_cart.hch-domain-register-page .hch-domain-search-label {
    margin-bottom: 8px;
    color: #26657f;
    font-size: 11px;
    font-weight: 800;
}

#order-standard_cart.hch-domain-register-page .hch-domain-search-card .hch-domain-search-controls {
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 10px;
    padding: 7px;
    background: #ffffff;
    border: 1px solid #97d6ee;
    border-radius: 14px;
    box-shadow: 0 9px 22px rgba(19, 132, 183, .12);
}

#order-standard_cart.hch-domain-register-page .hch-domain-search-card .hch-domain-search-controls .form-control {
    min-height: 50px;
    height: 50px;
    padding: 0 16px;
    background: #ffffff !important;
    border-color: #cae5f0 !important;
    border-radius: 9px !important;
    font-size: 15px;
}

#order-standard_cart.hch-domain-register-page .hch-domain-search-card .hch-domain-search-controls .btn {
    min-height: 50px;
    height: 50px;
    color: #ffffff !important;
    background: linear-gradient(112deg, #087edc 0%, #24aeef 100%) !important;
    border-color: transparent !important;
    border-radius: 9px !important;
    box-shadow: 0 8px 17px rgba(10, 143, 222, .2) !important;
}

#order-standard_cart.hch-domain-register-page .hch-domain-search-card .hch-domain-input-hint {
    color: #558096;
    font-size: 10px;
}

#order-standard_cart.hch-domain-register-page .hch-domain-search-card__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 3px 28px 20px;
    color: #52758a;
    background: transparent;
    border-top: 0;
    font-size: 10px;
    font-weight: 700;
}

#order-standard_cart.hch-domain-register-page .hch-domain-search-card__benefits span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

#order-standard_cart.hch-domain-register-page .hch-domain-search-card__benefits i {
    display: grid;
    place-items: center;
    width: 19px;
    height: 19px;
    color: #0aa676;
    background: #def9ef;
    border: 1px solid #b9eedc;
    border-radius: 6px;
    font-size: 9px;
}

#order-standard_cart.hch-domain-register-page .hch-domain-search-results {
    margin: 0 0 28px;
}

#order-standard_cart.hch-domain-register-page .hch-domain-search-results .domain-checker-result-headline {
    margin: 0 0 18px;
    padding: 15px 18px;
    background: #ffffff;
    border: 1px solid #d7e9f2;
    border-radius: 14px;
    box-shadow: 0 9px 22px rgba(20, 88, 125, .06);
    font-size: 15px;
}

#order-standard_cart.hch-domain-register-page .spotlight-tlds-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 14px;
}

#order-standard_cart.hch-domain-register-page .spotlight-tld-container {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#order-standard_cart.hch-domain-register-page .spotlight-tld {
    display: grid;
    min-height: 154px;
    padding: 21px 16px 15px;
    color: #0c476d;
    background: #ffffff;
    border: 1px solid #cde5f1;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(20, 88, 125, .07);
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

#order-standard_cart.hch-domain-register-page .spotlight-tld .domain-lookup-result {
    align-self: end;
}

#order-standard_cart.hch-domain-register-page .spotlight-tld .available.price {
    display: block;
    margin: 8px 0 10px;
    color: #0c6ea8;
    font-size: 14px;
    font-weight: 800;
}

#order-standard_cart.hch-domain-register-page .spotlight-tld .btn {
    width: 100%;
    min-height: 39px;
    margin: 0 !important;
    border-radius: 9px !important;
    font-size: 11px;
    font-weight: 800;
}

#order-standard_cart.hch-domain-register-page .hch-domain-pricing-section > h4 {
    margin: 30px 0 12px;
    color: #0a3d60;
    font-weight: 800;
}

@media (max-width: 767.98px) {
    #order-standard_cart.hch-domain-register-page .hch-domain-register-intro {
        align-items: flex-start;
        margin-bottom: 16px;
    }

    #order-standard_cart.hch-domain-register-page .hch-domain-register-intro__icon {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    #order-standard_cart.hch-domain-register-page .hch-domain-register-intro h1 {
        font-size: 30px;
    }

    #order-standard_cart.hch-domain-register-page .hch-domain-register-intro p {
        font-size: 13px;
    }

    #order-standard_cart.hch-domain-register-page .hch-domain-search-card {
        border-radius: 17px !important;
    }

    #order-standard_cart.hch-domain-register-page .hch-domain-search-card__top {
        gap: 14px;
        padding: 20px 18px 17px;
    }

    #order-standard_cart.hch-domain-register-page .hch-domain-search-card__top h2 {
        font-size: 20px;
    }

    #order-standard_cart.hch-domain-register-page .hch-domain-search-card .domain-checker-bg {
        padding: 18px !important;
    }

    #order-standard_cart.hch-domain-register-page .hch-domain-search-card .hch-domain-search-controls {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 7px;
    }

    #order-standard_cart.hch-domain-register-page .hch-domain-search-card__benefits {
        gap: 10px 14px;
        padding: 12px 18px 14px;
        font-size: 9px;
    }

    #order-standard_cart.hch-domain-register-page .spotlight-tlds-container {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    #order-standard_cart.hch-domain-register-page .spotlight-tld {
        min-height: 132px;
        padding: 17px 14px 13px;
    }
}

/* Service renewals ------------------------------------------------------- */
#order-standard_cart.hch-service-renewals-page {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    color: #173f57;
}

#order-standard_cart.hch-service-renewals-page .hch-service-renewals-shell {
    display: block;
    margin: 0;
}

#order-standard_cart.hch-service-renewals-page .hch-service-renewals-categories,
#order-standard_cart.hch-service-renewals-page .categories-collapsed {
    display: none !important;
}

#order-standard_cart.hch-service-renewals-page .hch-service-renewals-body {
    width: 100%;
    max-width: none;
    flex: 0 0 100%;
    padding: 0;
}

#order-standard_cart .hch-service-renewals-hero {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
    padding: 20px 22px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 0%, rgba(255, 255, 255, .19), transparent 35%),
        linear-gradient(112deg, #047fd8 0%, #0497ef 58%, #3ebbf8 100%);
    border: 1px solid rgba(3, 119, 210, .18);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(4, 145, 245, .14);
}

#order-standard_cart .hch-service-renewals-hero__copy {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
}

#order-standard_cart .hch-service-renewals-hero__icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    color: #047dcc;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 13px;
    box-shadow: 0 8px 20px rgba(2, 86, 145, .14);
    font-size: 17px;
}

#order-standard_cart .hch-service-renewals-hero__copy > div {
    min-width: 0;
}

#order-standard_cart .hch-service-renewals-hero__copy p {
    margin: 0 0 3px;
    color: rgba(255, 255, 255, .8);
    font-size: 8px;
    font-weight: 820;
    letter-spacing: .1em;
    line-height: 1.2;
}

#order-standard_cart .hch-service-renewals-hero__copy h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 830;
    letter-spacing: -.035em;
    line-height: 1.15;
}

#order-standard_cart .hch-service-renewals-hero__copy > div > span {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, .84);
    font-size: 10px;
    line-height: 1.45;
}

#order-standard_cart .hch-service-renewals-hero__tools {
    min-width: 210px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

#order-standard_cart .hch-service-renewals-hero__tools .service-renewals-quick-filter {
    min-height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
    padding: 8px 12px;
    color: #047ccb;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, .74);
    border-radius: 10px;
    font-size: 9px;
    font-weight: 760;
}

#order-standard_cart .hch-service-renewals-search {
    min-width: 220px;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0 10px;
    color: #5c7b8e;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, .74);
    border-radius: 10px;
}

#order-standard_cart .hch-service-renewals-search .form-control {
    width: 100%;
    min-height: 38px;
    height: 38px !important;
    margin: 0;
    padding: 8px 0 !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 10px;
}

#order-standard_cart .hch-service-renewals-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(285px, 320px);
    gap: 16px;
    align-items: start;
    margin: 0;
}

#order-standard_cart .hch-service-renewals-list-column,
#order-standard_cart .hch-service-renewals-summary-column {
    width: auto;
    max-width: none;
    min-width: 0;
    flex: none;
    padding: 0;
}

#order-standard_cart .hch-service-renewals-result-count {
    margin: 0 0 10px;
    padding: 10px 12px;
    color: #668397;
    background: #f6fbfe;
    border: 1px solid #dbeaf1;
    border-radius: 10px;
    font-size: 9px;
}

#order-standard_cart .hch-service-renewals-result-count a {
    color: #078ee2;
    font-weight: 780;
}

#order-standard_cart .service-renewals {
    display: grid;
    gap: 12px;
}

#order-standard_cart .hch-service-renewal-card,
#order-standard_cart .hch-service-renewal-card:nth-child(even) {
    min-width: 0;
    margin: 0;
    padding: 17px;
    background: #ffffff;
    border: 1px solid #d7e8f0;
    border-radius: 15px;
    box-shadow: 0 8px 22px rgba(22, 71, 96, .055);
}

#order-standard_cart .hch-service-renewal-card__top {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

#order-standard_cart .hch-service-renewal-card__identity {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

#order-standard_cart .hch-service-renewal-card__icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    color: #078ee2;
    background: #eaf7fe;
    border: 1px solid #cdeaf8;
    border-radius: 10px;
    font-size: 12px;
}

#order-standard_cart .hch-service-renewal-card__identity > div {
    min-width: 0;
}

#order-standard_cart .hch-service-renewal-card__eyebrow {
    display: block;
    margin-bottom: 2px;
    color: #7994a5;
    font-size: 7px;
    font-weight: 820;
    letter-spacing: .09em;
    line-height: 1.2;
}

#order-standard_cart .hch-service-renewal-card h3,
#order-standard_cart .hch-service-renewal-card h4 {
    margin: 0;
    overflow-wrap: anywhere;
}

#order-standard_cart .hch-service-renewal-card h3 {
    color: #173f57;
    font-size: 15px;
    font-weight: 820;
    line-height: 1.3;
}

#order-standard_cart .hch-service-renewal-card h4 {
    margin-top: 2px;
    color: #58768a;
    font-size: 11px;
    font-weight: 620;
    line-height: 1.35;
}

#order-standard_cart .hch-service-renewal-card__status {
    flex: 0 0 auto;
}

#order-standard_cart .hch-service-renewal-card__status .label {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 5px 8px;
    color: #98620b;
    background: #fff8e7;
    border: 1px solid #f7d98d;
    border-radius: 999px;
    font-size: 7px;
    font-weight: 820;
    line-height: 1.2;
}

#order-standard_cart .hch-service-renewal-card__status .label-info {
    color: #60798a;
    background: #f4f8fa;
    border-color: #d9e5eb;
}

#order-standard_cart .hch-service-renewal-card__due {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin: 14px 0 0;
    padding: 10px 11px;
    color: #486a7f;
    background: #f7fbfd;
    border: 1px solid #e0edf3;
    border-radius: 9px;
    font-size: 9px;
    line-height: 1.45;
}

#order-standard_cart .hch-service-renewal-card__due > i {
    margin-top: 2px;
    color: #078ee2;
}

#order-standard_cart .hch-service-renewal-card__footer {
    min-width: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #e7eff3;
}

#order-standard_cart .hch-service-renewal-card__period {
    min-width: 0;
    float: none !important;
    color: #315a73;
    font-size: 9px;
    line-height: 1.5;
}

#order-standard_cart .hch-service-renewal-card__period-label {
    margin-bottom: 3px;
    color: #7893a4;
    font-size: 7px;
    font-weight: 820;
    letter-spacing: .07em;
    text-transform: uppercase;
}

#order-standard_cart .hch-service-renewal-card__button {
    min-width: 142px;
    min-height: 40px;
    flex: 0 0 auto;
    float: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 9px 13px;
    color: #ffffff !important;
    background: linear-gradient(105deg, #078ee2 0%, #25aef2 100%) !important;
    border: 1px solid #078ee2 !important;
    border-radius: 10px;
    box-shadow: 0 7px 16px rgba(7, 142, 226, .15);
    font-size: 9px;
    font-weight: 780;
}

#order-standard_cart .hch-service-renewal-card__button:hover,
#order-standard_cart .hch-service-renewal-card__button:focus-visible {
    color: #ffffff !important;
    background: linear-gradient(105deg, #0479c6 0%, #078ee2 100%) !important;
    border-color: #0479c6 !important;
}

#order-standard_cart .hch-service-renewal-card__button:disabled,
#order-standard_cart .hch-service-renewal-card__button[disabled] {
    color: #ffffff !important;
    background: linear-gradient(105deg, #078ee2 0%, #25aef2 100%) !important;
    border-color: #078ee2 !important;
    opacity: .72;
}

#order-standard_cart .hch-service-renewal-card__button .to-add,
#order-standard_cart .hch-service-renewal-card__button .added {
    align-items: center;
    gap: 5px;
}

#order-standard_cart .hch-service-renewal-card__addons {
    margin-top: 14px;
    padding: 12px;
    background: #f7fbfd;
    border: 1px solid #e0edf3;
    border-radius: 11px;
}

#order-standard_cart .hch-service-renewal-card__addons-title {
    margin: 0 0 9px;
    color: #315a73;
    font-size: 10px;
    font-weight: 800;
}

#order-standard_cart .hch-service-renewal-card--addon,
#order-standard_cart .hch-service-renewal-card--addon:nth-child(even) {
    padding: 12px;
    box-shadow: none;
}

#order-standard_cart .hch-service-renewals-summary {
    position: sticky;
    top: 78px;
}

#order-standard_cart .hch-service-renewals-summary__card {
    margin: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #d4e7f0;
    border-radius: 15px;
    box-shadow: 0 10px 26px rgba(22, 71, 96, .07);
}

#order-standard_cart .hch-service-renewals-summary__card > h2 {
    margin: 0;
    padding: 15px 16px;
    color: #ffffff;
    background: #0786d7;
    border: 0;
    font-size: 14px;
    font-weight: 820;
}

#order-standard_cart .hch-service-renewals-summary__card .summary-container {
    padding: 15px;
}

#order-standard_cart .hch-service-renewals-summary__action {
    margin-top: 10px;
}

#order-standard_cart .hch-service-renewals-summary__action #btnGoToCart {
    width: 100%;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
    padding: 9px 14px;
    color: #ffffff;
    background: #078ee2;
    border: 1px solid #078ee2;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(7, 142, 226, .15);
    font-size: 10px;
    font-weight: 800;
}

#order-standard_cart .hch-service-renewals-empty {
    margin: 0;
    border-radius: 13px;
}

@media (max-width: 991.98px) {
    #order-standard_cart .hch-service-renewals-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    #order-standard_cart .hch-service-renewals-summary {
        position: static;
    }
}

@media (max-width: 767.98px) {
    #order-standard_cart .hch-service-renewals-hero {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        padding: 17px;
        border-radius: 15px;
    }

    #order-standard_cart .hch-service-renewals-hero__tools,
    #order-standard_cart .hch-service-renewals-hero__tools .service-renewals-quick-filter,
    #order-standard_cart .hch-service-renewals-search {
        width: 100%;
        min-width: 0;
    }

    #order-standard_cart .hch-service-renewal-card__top,
    #order-standard_cart .hch-service-renewal-card__footer {
        align-items: stretch;
        flex-direction: column;
    }

    #order-standard_cart .hch-service-renewal-card__status {
        align-self: flex-start;
    }

    #order-standard_cart .hch-service-renewal-card__button {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 479.98px) {
    #order-standard_cart .hch-service-renewals-hero__copy {
        align-items: flex-start;
    }

    #order-standard_cart .hch-service-renewals-hero__icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        border-radius: 11px;
    }

    #order-standard_cart .hch-service-renewal-card,
    #order-standard_cart .hch-service-renewal-card:nth-child(even) {
        padding: 14px;
    }
}

/* Addon catalogue: full-width responsive cards for cart.php?gid=addons. */
#order-standard_cart.hch-addons-page {
    width: 100%;
    max-width: none;
}

#order-standard_cart.hch-addons-page .hch-addons-shell {
    display: block;
    margin-right: 0;
    margin-left: 0;
}

#order-standard_cart.hch-addons-page .hch-addons-categories {
    display: none !important;
}

#order-standard_cart.hch-addons-page .hch-addons-body {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    float: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#order-standard_cart .hch-addons-hero {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px;
    padding: 21px 23px;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(105deg, #0786d7 0%, #13a3ef 68%, #59c5f3 100%);
    border: 1px solid rgba(4, 126, 202, .2);
    border-radius: 17px;
    box-shadow: 0 14px 34px rgba(7, 134, 215, .13);
}

#order-standard_cart .hch-addons-hero__icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: grid;
    place-items: center;
    color: #0786d7;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 14px;
    font-size: 19px;
}

#order-standard_cart .hch-addons-hero__copy {
    min-width: 0;
}

#order-standard_cart .hch-addons-hero__eyebrow {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .82);
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .1em;
}

#order-standard_cart .hch-addons-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(24px, 2.35vw, 34px);
    font-weight: 850;
    letter-spacing: -.035em;
    line-height: 1.1;
}

#order-standard_cart .hch-addons-hero p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, .9);
    font-size: 11px;
    line-height: 1.45;
}

#order-standard_cart .hch-addon-catalog {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
}

#order-standard_cart .hch-addon-card {
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #d7e7ef;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(22, 71, 96, .065);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

#order-standard_cart .hch-addon-card:hover {
    border-color: #8fd6fa;
    box-shadow: 0 17px 36px rgba(7, 142, 226, .11);
    transform: translateY(-2px);
}

#order-standard_cart .hch-addon-card__form {
    min-height: 100%;
    display: flex !important;
    flex-direction: column;
    margin: 0;
}

#order-standard_cart .hch-addon-card__media {
    height: 150px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 18px;
    overflow: hidden;
    background: linear-gradient(145deg, #f2faff 0%, #f8fcfe 100%);
    border-bottom: 1px solid #e3eef3;
}

#order-standard_cart .hch-addon-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

#order-standard_cart .hch-addon-card__header {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 18px 18px 12px;
    color: #102f46;
    background: #ffffff;
    border: 0;
}

#order-standard_cart .hch-addon-card__header > div {
    min-width: 0;
}

#order-standard_cart .hch-addon-card__icon {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    display: grid;
    place-items: center;
    color: #078ee2;
    background: #eaf7fe;
    border: 1px solid #cceafb;
    border-radius: 11px;
    font-size: 14px;
}

#order-standard_cart .hch-addon-card__eyebrow {
    display: block;
    margin-bottom: 2px;
    color: #078ee2;
    font-size: 7px;
    font-weight: 850;
    letter-spacing: .09em;
}

#order-standard_cart .hch-addon-card__header h2 {
    margin: 0;
    overflow-wrap: anywhere;
    color: #102f46;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: -.018em;
    line-height: 1.3;
}

#order-standard_cart .hch-addon-card__body {
    min-width: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 0 18px 18px;
}

#order-standard_cart .hch-addon-card__description {
    margin-bottom: 17px;
    overflow-wrap: anywhere;
    color: #5d7485;
    font-size: 10px;
    line-height: 1.65;
}

#order-standard_cart .hch-addon-card__description:empty {
    display: none;
}

#order-standard_cart .hch-addon-card__description img {
    width: auto;
    max-width: 100%;
    max-height: 150px;
    display: block;
    margin: 0 auto 14px;
    object-fit: contain;
    border-radius: 10px;
}

#order-standard_cart .hch-addon-card__description p:last-child {
    margin-bottom: 0;
}

#order-standard_cart .hch-addon-card__field {
    width: 100%;
    min-width: 0;
    margin-top: auto;
}

#order-standard_cart .hch-addon-card__field > label {
    display: block;
    margin: 0 0 7px;
    color: #315a73;
    font-size: 9px;
    font-weight: 760;
}

#order-standard_cart .hch-addon-card__select-wrap {
    position: relative;
    min-width: 0;
}

#order-standard_cart .hch-addon-card__select-wrap > i {
    position: absolute;
    top: 50%;
    left: 13px;
    z-index: 1;
    color: #078ee2;
    font-size: 11px;
    pointer-events: none;
    transform: translateY(-50%);
}

#order-standard_cart .hch-addon-card__select-wrap select.form-control {
    width: 100% !important;
    min-width: 0;
    height: 44px;
    display: block;
    margin: 0;
    padding: 8px 34px 8px 35px;
    color: #23465c;
    background-color: #f8fbfd;
    border: 1px solid #cfe2ec;
    border-radius: 10px;
    box-shadow: none;
    font-size: 10px;
}

#order-standard_cart .hch-addon-card__select-wrap select.form-control:focus {
    background-color: #ffffff;
    border-color: #55bff5;
    box-shadow: 0 0 0 3px rgba(7, 142, 226, .1);
}

#order-standard_cart .hch-addon-card__footer {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding: 16px 18px;
    background: #f4faff;
    border-top: 1px solid #dfedf4;
}

#order-standard_cart .hch-addon-card__pricing {
    min-width: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

#order-standard_cart .hch-addon-card__price-label {
    margin-bottom: 3px;
    color: #7892a3;
    font-size: 7px;
    font-weight: 820;
    letter-spacing: .075em;
    text-transform: uppercase;
}

#order-standard_cart .hch-addon-card__price-line {
    min-width: 0;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 3px 5px;
}

#order-standard_cart .hch-addon-card__price {
    overflow-wrap: anywhere;
    color: #102f46;
    font-size: clamp(19px, 1.75vw, 26px);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1.12;
}

#order-standard_cart .hch-addon-card__price--free {
    color: #079b72;
    text-transform: uppercase;
}

#order-standard_cart .hch-addon-card__cycle,
#order-standard_cart .hch-addon-card__setup {
    color: #6f8798;
    font-size: 8px;
    line-height: 1.4;
}

#order-standard_cart .hch-addon-card__setup {
    display: block;
    margin-top: 4px;
}

#order-standard_cart .hch-addon-card__button {
    min-width: 112px;
    min-height: 42px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
    padding: 9px 14px;
    color: #ffffff !important;
    background: linear-gradient(105deg, #078ee2 0%, #25aef2 100%) !important;
    border: 1px solid #078ee2 !important;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(7, 142, 226, .16);
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

#order-standard_cart .hch-addon-card__button:hover,
#order-standard_cart .hch-addon-card__button:focus-visible {
    color: #ffffff !important;
    background: linear-gradient(105deg, #0479c6 0%, #078ee2 100%) !important;
    border-color: #0479c6 !important;
}

#order-standard_cart .hch-addons-empty {
    display: grid;
    justify-items: center;
    gap: 11px;
    padding: 42px 22px;
    color: #526d7f;
    background: #ffffff;
    border: 1px solid #d7e7ef;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(22, 71, 96, .06);
    text-align: center;
}

#order-standard_cart .hch-addons-empty__icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    color: #078ee2;
    background: #eaf7fe;
    border-radius: 14px;
    font-size: 19px;
}

#order-standard_cart .hch-addons-empty h2 {
    margin: 0;
    color: #173b52;
    font-size: 15px;
    font-weight: 800;
}

#order-standard_cart .hch-addons-empty__button {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 14px;
    color: #ffffff;
    background: #078ee2;
    border: 1px solid #078ee2;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 780;
}

@media (max-width: 1199.98px) {
    #order-standard_cart .hch-addon-catalog {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    #order-standard_cart .hch-addons-hero {
        align-items: flex-start;
        padding: 18px;
        border-radius: 15px;
    }

    #order-standard_cart .hch-addons-hero__icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        border-radius: 12px;
    }

    #order-standard_cart .hch-addon-catalog {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }
}

@media (max-width: 479.98px) {
    #order-standard_cart .hch-addons-hero {
        gap: 12px;
        padding: 16px;
    }

    #order-standard_cart .hch-addons-hero h1 {
        font-size: 23px;
    }

    #order-standard_cart .hch-addon-card__header,
    #order-standard_cart .hch-addon-card__body {
        padding-right: 15px;
        padding-left: 15px;
    }

    #order-standard_cart .hch-addon-card__footer {
        align-items: stretch;
        flex-direction: column;
        padding: 15px;
    }

    #order-standard_cart .hch-addon-card__button {
        width: 100%;
        min-width: 0;
    }
}

/* Public product catalogue ------------------------------------------------
 * One canonical component for every current and future WHMCS product. */
.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-grid {
    width: 100%;
    min-width: 0;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px 16px;
    margin: 0 0 20px !important;
    padding: 10px 0 6px;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card {
    --hch-card-accent: #6d72ff;
    --hch-card-accent-strong: #3164ff;
    --hch-card-accent-soft: #eff1ff;
    position: relative;
    isolation: isolate;
    min-width: 0;
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 13px;
    color: #252a35;
    background: #f2f2f4;
    border: 1px solid rgba(255, 255, 255, .94);
    border-radius: 28px;
    box-shadow:
        0 3px 3px rgba(33, 42, 58, .025),
        0 18px 38px rgba(33, 42, 58, .12);
    cursor: default;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card--hosting {
    --hch-card-accent: #7675ff;
    --hch-card-accent-strong: #386bff;
    --hch-card-accent-soft: #f0f0ff;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card--server {
    --hch-card-accent: #269ee9;
    --hch-card-accent-strong: #1479e7;
    --hch-card-accent-soft: #eaf7ff;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card--ssl {
    --hch-card-accent: #19a974;
    --hch-card-accent-strong: #07885d;
    --hch-card-accent-soft: #eafaf3;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card--mail {
    --hch-card-accent: #e96886;
    --hch-card-accent-strong: #c9486f;
    --hch-card-accent-soft: #fff0f4;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card--website {
    --hch-card-accent: #f0a53b;
    --hch-card-accent-strong: #e27e18;
    --hch-card-accent-soft: #fff6e8;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card--domain {
    --hch-card-accent: #17a7b8;
    --hch-card-accent-strong: #087f98;
    --hch-card-accent-soft: #e8f9fb;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card.is-featured {
    background: #f2f2f4;
    border-color: #9dcbf5;
    box-shadow: 0 18px 38px rgba(33, 42, 58, .13);
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card:hover {
    border-color: rgba(255, 255, 255, 1);
    box-shadow: 0 24px 50px rgba(43, 52, 74, .16);
    transform: translateY(-4px);
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card:focus-visible {
    outline: 0;
    border-color: var(--hch-card-accent);
    box-shadow: 0 0 0 4px rgba(74, 112, 255, .2), 0 24px 50px rgba(43, 52, 74, .16);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--hch-card-accent) 22%, transparent), 0 24px 50px rgba(43, 52, 74, .16);
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card.is-out-of-stock {
    cursor: default;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card.is-out-of-stock:hover {
    box-shadow:
        0 3px 3px rgba(33, 42, 58, .025),
        0 18px 38px rgba(33, 42, 58, .12);
    transform: none;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__topline {
    min-height: 46px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: grid;
    place-items: center;
    color: var(--hch-card-accent);
    background: rgba(255, 255, 255, .58);
    border: 1px solid rgba(209, 211, 221, .9);
    border-radius: 50%;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__icon .hch-svg-icon {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__featured {
    min-height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 0;
    padding: 5px 10px;
    color: #0962cf;
    background: #eaf4ff;
    border: 1px solid #83bdf6;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 760;
    line-height: 1;
    white-space: nowrap;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__heading {
    min-width: 0;
    margin: 15px 4px 0;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__heading h2 {
    margin: 0;
    overflow-wrap: anywhere;
    color: #292d36;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__heading p {
    min-height: 32px;
    margin: 4px 0 0;
    color: #666973;
    font-size: 10.5px;
    line-height: 1.45;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__price-row {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 9px;
    margin: 14px 4px 16px;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__price {
    min-width: 0;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 3px 5px;
    color: #777b85;
    line-height: 1.2;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__price-prefix {
    flex: 0 0 100%;
    margin-bottom: 2px;
    color: #777b85;
    font-size: 9px;
    font-weight: 720;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__price .price {
    min-width: 0;
    color: #111318;
    font-size: clamp(24px, 1.8vw, 30px);
    font-weight: 520;
    letter-spacing: -.05em;
    line-height: 1;
    overflow-wrap: anywhere;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__cycle {
    color: #777b85;
    font-size: 9px;
    white-space: nowrap;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__comparison,
.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__setup {
    flex: 0 0 100%;
    display: block;
    margin-top: 4px;
    color: #8b8e97;
    font-size: 9px;
    line-height: 1.35;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__comparison del {
    text-decoration-color: #e65f72;
    text-decoration-thickness: 1.5px;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__price-note {
    max-width: 84px;
    padding-bottom: 2px;
    color: #a1a3aa;
    font-size: 8.5px;
    line-height: 1.35;
    text-align: right;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__feature-panel {
    min-width: 0;
    min-height: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 19px 14px 11px;
    overflow: hidden;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(218, 218, 223, .92);
    border-radius: 23px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .95),
        0 8px 18px rgba(36, 39, 48, .055);
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__features {
    min-width: 0;
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 14px;
    color: #676a73;
    font-size: 10px;
    line-height: 1.4;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__features:empty {
    display: none;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__features > p {
    margin: 0 0 11px;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__features > br {
    display: none;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__features ul > br {
    display: none !important;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__features ul,
.hch-cart-products-page #order-standard_cart.hch-product-catalogue ul.hch-pricing-card__features {
    width: 100%;
    display: grid;
    align-content: start;
    justify-content: start;
    gap: 8px !important;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__features li {
    position: relative;
    min-width: 0;
    min-height: 17px;
    display: block;
    margin: 0;
    padding: 1px 0 1px 23px;
    color: #666a73;
    font-size: 10px;
    line-height: 1.4;
    list-style: none;
    overflow-wrap: anywhere;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__features li::before {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    display: grid;
    place-items: center;
    color: #06ad70;
    content: "\2713";
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__features li > b,
.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__features .feature-value {
    color: #343840;
    font-weight: 760;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card .hch-pricing-card__cta {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0 0;
    padding: 10px 15px;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--hch-cart-blue, #0491f5) 0%, var(--hch-cart-sky, #55c4ff) 100%) !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 8px 18px rgba(4, 145, 245, .22) !important;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: filter 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card .hch-pricing-card__cta:hover,
.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card .hch-pricing-card__cta:focus-visible {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--hch-cart-deep, #0377d2) 0%, var(--hch-cart-blue, #0491f5) 100%) !important;
    box-shadow: 0 10px 22px rgba(4, 145, 245, .28) !important;
    filter: none;
    transform: translateY(-1px);
}

.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card .hch-pricing-card__cta.btn-order-now--disabled,
.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card .hch-pricing-card__cta.btn-order-now--disabled:hover,
.hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card .hch-pricing-card__cta.btn-order-now--disabled:focus {
    color: #7f838c !important;
    background: #e2e3e7 !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
    filter: none;
    opacity: 1 !important;
    transform: none !important;
}

@media (max-width: 1199.98px) {
    .hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
        padding-top: 8px;
    }

    .hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card {
        width: min(100%, 560px);
        min-height: 0;
        margin: 0 auto;
        padding: 12px;
        border-radius: 25px;
    }

    .hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__feature-panel {
        min-height: 0;
        border-radius: 21px;
    }
}

@media (max-width: 399.98px) {
    .hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__heading {
        margin-top: 14px;
    }

    .hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__price-row {
        grid-template-columns: minmax(0, 1fr);
        gap: 7px;
        margin-top: 14px;
    }

    .hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__price-note {
        max-width: none;
        text-align: left;
    }

    .hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__price-note br {
        display: none;
    }

    .hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__feature-panel {
        padding: 18px 13px 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card,
    .hch-cart-products-page #order-standard_cart.hch-product-catalogue .hch-pricing-card__cta {
        transition: none;
    }
}
