#order-standard_cart.dh-order-flow {
    --dh-blue: #0874e8;
    --dh-blue-dark: #0758ad;
    --dh-blue-soft: #f3f8ff;
    --dh-green: #18a942;
    --dh-ink: #12213f;
    --dh-muted: #5d6b85;
    --dh-line: #dce5f1;
    max-width: 1040px;
    margin: 0 auto;
    color: var(--dh-ink);
}

#order-standard_cart.dh-order-flow > .row {
    margin-right: 0;
    margin-left: 0;
}

#order-standard_cart.dh-order-flow .cart-sidebar,
#order-standard_cart.dh-order-flow .sidebar-collapsed {
    display: none !important;
}

#order-standard_cart.dh-order-flow .cart-body {
    float: none;
    width: 100%;
    max-width: none;
    padding: 0 15px;
}

#order-standard_cart.dh-order-flow .header-lined {
    margin: 22px 0 26px;
    padding: 0;
    border: 0;
    text-align: center;
}

#order-standard_cart.dh-order-flow .header-lined h1 {
    margin: 0;
    color: #101728;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.dh-checkout-progress {
    margin: 22px auto 12px;
    max-width: 780px;
}

.dh-checkout-progress ol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
}

.dh-checkout-progress li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    color: #63708a;
    font-size: 14px;
    font-weight: 650;
}

.dh-checkout-progress li::before,
.dh-checkout-progress li::after {
    position: absolute;
    top: 18px;
    z-index: 0;
    width: 50%;
    height: 2px;
    background: #dbe2ec;
    content: '';
}

.dh-checkout-progress li::before {
    left: 0;
}

.dh-checkout-progress li::after {
    right: 0;
}

.dh-checkout-progress li:first-child::before,
.dh-checkout-progress li:last-child::after {
    display: none;
}

.dh-checkout-progress li.is-complete::after,
.dh-checkout-progress li.is-current::before,
.dh-checkout-progress li.is-complete::before {
    background: var(--dh-green);
}

.dh-progress-dot {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 2px solid #b6c0d2;
    border-radius: 50%;
    background: #fff;
    color: #4e5b73;
    font-size: 15px;
}

.dh-checkout-progress .is-complete {
    color: var(--dh-green);
}

.dh-checkout-progress .is-complete .dh-progress-dot {
    border-color: var(--dh-green);
    color: var(--dh-green);
}

.dh-checkout-progress .is-current {
    color: var(--dh-blue);
}

.dh-checkout-progress .is-current .dh-progress-dot {
    border-color: var(--dh-blue);
    background: var(--dh-blue);
    color: #fff;
    box-shadow: 0 5px 16px rgba(8, 116, 232, 0.22);
}

.dh-selected-plan {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
    margin: 0 0 18px;
    padding: 24px 26px;
    border: 1px solid #8ec3ff;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
    box-shadow: 0 8px 24px rgba(23, 77, 132, 0.07);
}

.dh-plan-check {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--dh-green);
    color: #fff;
    box-shadow: 0 5px 15px rgba(24, 169, 66, 0.22);
}

.dh-plan-eyebrow {
    display: block;
    margin-bottom: 2px;
    color: #44516a;
    font-size: 13px;
    font-weight: 650;
}

.dh-selected-plan h2 {
    margin: 0 0 4px;
    color: #111827;
    font-size: 24px;
    font-weight: 750;
    line-height: 1.25;
}

.dh-plan-price {
    color: var(--dh-blue);
    font-size: 19px;
    font-weight: 750;
}

.dh-plan-price span {
    font-size: 15px;
    font-weight: 600;
}

.dh-plan-features {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 16px;
    margin: 8px 0 0;
    padding: 0;
    color: #4c5b76;
    font-size: 14px;
    list-style: none;
}

.dh-plan-features li:not(:last-child)::after {
    margin-left: 16px;
    color: #9aa8bd;
    content: '·';
}

.dh-plan-saved {
    margin-top: 10px;
    color: var(--dh-green);
    font-size: 14px;
    font-weight: 650;
}

.dh-change-plan {
    padding: 6px 0;
    color: var(--dh-blue);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

#order-standard_cart.dh-order-flow .domain-selection-options {
    margin: 0;
    padding: 20px;
    border: 1px solid var(--dh-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 9px 28px rgba(34, 55, 85, 0.06);
}

/* Neutralize the previous generated English heading in already-cached stylesheets. */
#order-standard_cart.dh-order-flow .domain-selection-options::before {
    content: none;
    display: none;
}

#order-standard_cart.dh-order-flow .dh-domain-choice-heading {
    margin: 0 0 12px;
    color: #121b2d;
    font-size: 21px;
    font-weight: 750;
    line-height: 1.3;
}

#order-standard_cart.dh-order-flow .domain-selection-options .option {
    margin: 0 0 9px;
    padding: 15px 17px;
    border: 1px solid #d9e1ec;
    border-radius: 10px;
    background: #fff;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

#order-standard_cart.dh-order-flow .domain-selection-options .option:last-child {
    margin-bottom: 0;
}

#order-standard_cart.dh-order-flow .domain-selection-options .option.option-selected {
    border-color: #78b4f5;
    background: var(--dh-blue-soft);
    box-shadow: inset 0 0 0 1px rgba(8, 116, 232, 0.06);
}

#order-standard_cart.dh-order-flow .domain-selection-options .option > label {
    display: flex;
    align-items: center;
    margin: 0;
    color: #172033;
    font-size: 16px;
    font-weight: 650;
    cursor: pointer;
}

#order-standard_cart.dh-order-flow .domain-selection-options .option > label .iradio_square-blue {
    margin-right: 10px;
}

#order-standard_cart.dh-order-flow .domain-input-group {
    margin-top: 13px;
    padding: 0;
}

#order-standard_cart.dh-order-flow .domain-input-group > .row {
    display: flex;
    align-items: flex-start;
}

#order-standard_cart.dh-order-flow .domain-input-group .col-sm-8,
#order-standard_cart.dh-order-flow .domain-input-group .col-sm-9 {
    flex: 1 1 auto;
}

#order-standard_cart.dh-order-flow .domain-input-group .col-sm-2 {
    flex: 0 0 210px;
}

.dh-compat-fields {
    display: none !important;
}

.dh-full-domain-field {
    position: relative;
}

#order-standard_cart.dh-order-flow .dh-full-domain-input {
    width: 100%;
    height: 48px;
    padding: 11px 14px;
    border: 1px solid #cbd7e6;
    border-radius: 7px;
    background: #fff;
    color: #111827;
    font-size: 16px;
    line-height: 24px;
    box-shadow: inset 0 1px 2px rgba(20, 40, 70, 0.04);
}

#order-standard_cart.dh-order-flow .dh-full-domain-input:focus {
    border-color: var(--dh-blue);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(8, 116, 232, 0.14);
}

#order-standard_cart.dh-order-flow .dh-full-domain-input[aria-invalid='true'] {
    border-color: #cf2e2e;
    box-shadow: 0 0 0 3px rgba(207, 46, 46, 0.1);
}

.dh-field-error {
    display: none;
    margin-top: 7px;
    color: #b42318;
    font-size: 13px;
    font-weight: 600;
}

.dh-field-error.is-visible {
    display: block;
}

#order-standard_cart.dh-order-flow .domain-input-group .btn {
    min-height: 48px;
    border-color: var(--dh-blue);
    border-radius: 7px;
    background: var(--dh-blue);
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 5px 14px rgba(8, 116, 232, 0.18);
}

#order-standard_cart.dh-order-flow .domain-input-group .btn:hover,
#order-standard_cart.dh-order-flow .domain-input-group .btn:focus {
    border-color: var(--dh-blue-dark);
    background: var(--dh-blue-dark);
}

.dh-order-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 28px;
    margin: 17px 0 4px;
    color: #40506e;
    font-size: 13px;
    font-weight: 600;
}

.dh-order-trust i {
    margin-right: 6px;
    color: #263958;
}

@media (max-width: 767px) {
    #order-standard_cart.dh-order-flow .cart-body {
        padding: 0 8px;
    }

    .dh-checkout-progress {
        margin-top: 14px;
    }

    .dh-checkout-progress li {
        font-size: 12px;
    }

    .dh-progress-dot {
        width: 32px;
        height: 32px;
    }

    .dh-checkout-progress li::before,
    .dh-checkout-progress li::after {
        top: 15px;
    }

    #order-standard_cart.dh-order-flow .header-lined {
        margin: 18px 0 20px;
    }

    .dh-selected-plan {
        grid-template-columns: auto minmax(0, 1fr);
        padding: 19px;
    }

    .dh-change-plan {
        grid-column: 2;
        justify-self: start;
        padding: 0;
    }

    #order-standard_cart.dh-order-flow .domain-selection-options {
        padding: 14px;
    }

    #order-standard_cart.dh-order-flow .dh-domain-choice-heading {
        font-size: 18px;
    }

    #order-standard_cart.dh-order-flow .domain-selection-options .option {
        padding: 14px;
    }

    #order-standard_cart.dh-order-flow .domain-input-group > .row {
        display: block;
    }

    #order-standard_cart.dh-order-flow .domain-input-group .col-sm-8,
    #order-standard_cart.dh-order-flow .domain-input-group .col-sm-9,
    #order-standard_cart.dh-order-flow .domain-input-group .col-sm-2 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }

    #order-standard_cart.dh-order-flow .domain-input-group .col-sm-2 {
        margin-top: 10px;
    }

    .dh-order-trust {
        align-items: center;
        flex-direction: column;
        gap: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #order-standard_cart.dh-order-flow .domain-selection-options .option {
        transition: none;
    }
}
