body {
    background: #fff;
}

.hdf-services-step {
    max-width: 1200px;
}

.hdf-services-layout {
    align-items: flex-start;
    display: flex;
    gap: 24px;
}

.hdf-services-main {
    flex: 0 1 calc(65% - 12px);
    min-width: 0;
}

.hdf-services-layout > .hdf-cart-col {
    margin-top: 47px;
}

.hdf-service-domain-picker {
    align-items: center;
    background: #c0392b;
    border: 1px solid #c0392b;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    margin: 0 0 18px;
    padding: 14px 16px;
}

.hdf-service-domain-picker .hdf-control-label {
    color: #fff !important;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
}

.hdf-service-domain-picker .hdf-control-select {
    min-width: 240px;
}

.hdf-service-list {
    display: grid;
    gap: 12px;
}

.hdf-service-card {
    align-items: stretch;
    background: #fff;
    border: 1px solid #e6e8ef;
    border-radius: 8px;
    display: grid;
    gap: 10px 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 14px 18px 24px;
    position: relative;
}

.hdf-service-copy h2 {
    color: #161b25;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 4px;
}

.hdf-service-title-domain {
    color: #9aa2af;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    white-space: nowrap;
}

.hdf-service-copy p {
    color: #69707f;
    font-size: 14px;
    line-height: 1.35;
    margin: 0;
}

.hdf-service-standalone-toggle {
    align-items: center;
    color: #596170;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 500;
    gap: 8px;
    margin: 10px 0 0;
}

.hdf-service-standalone-toggle input {
    height: 1px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.hdf-service-standalone-switch {
    background: #e4e8ef;
    border: 1px solid #cfd6e3;
    border-radius: 999px;
    display: inline-block;
    height: 20px;
    position: relative;
    transition: background 0.15s ease, border-color 0.15s ease;
    width: 38px;
}

.hdf-service-standalone-switch::after {
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 1px 3px rgba(17, 23, 34, 0.2);
    content: "";
    height: 16px;
    left: 1px;
    position: absolute;
    top: 1px;
    transition: transform 0.15s ease;
    width: 16px;
}

.hdf-service-standalone-toggle input:checked + .hdf-service-standalone-switch {
    background: #c0392b;
    border-color: #c0392b;
}

.hdf-service-standalone-toggle input:checked + .hdf-service-standalone-switch::after {
    transform: translateX(18px);
}

.hdf-service-standalone-toggle input:focus-visible + .hdf-service-standalone-switch {
    outline: 2px solid rgba(192, 57, 43, 0.35);
    outline-offset: 2px;
}

.hdf-service-details {
    color: #4f5663;
    grid-column: 1 / -1;
    line-height: 1.55;
    margin: 10px 0 10px;
    max-width: none;
    padding-top: 0;
    width: 100%;
}

.hdf-service-details[hidden] {
    display: none;
}

.hdf-service-info-toggle {
    bottom: 8px;
    display: flex;
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.hdf-service-detail-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #151922;
    cursor: pointer;
    display: flex;
    height: auto;
    justify-content: center;
    line-height: 1;
    padding: 4px;
    width: 32px;
}

.hdf-service-detail-toggle:hover {
    color: #151922;
}

.hdf-service-detail-toggle:focus-visible {
    outline: 2px solid rgba(192, 57, 43, 0.35);
    outline-offset: 2px;
}

.hdf-service-detail-label {
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
}

.hdf-service-detail-icon {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    display: inline-block;
    height: 8px;
    transform: rotate(45deg);
    transition: transform 0.16s ease;
    width: 8px;
}

.hdf-service-card.is-expanded .hdf-service-detail-icon {
    transform: rotate(225deg);
}

.hdf-service-meta {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: flex-end;
    padding-top: 6px;
}

.hdf-service-price-wrap {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px 8px;
    justify-content: flex-end;
    min-width: 124px;
}

.hdf-service-renewal-price {
    color: #8d94a2;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-decoration: line-through;
    white-space: nowrap;
}

.hdf-service-price {
    color: #111722;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.hdf-service-discount-badge {
    align-items: center;
    background: linear-gradient(135deg, #ffd84d, #f6b51f);
    border: 1px solid #f0a900;
    border-radius: 999px;
    box-shadow: 0 7px 16px rgba(246, 181, 31, 0.28);
    color: #352600;
    display: inline-flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
    min-width: 54px;
    padding: 6px 9px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.hdf-service-discount-badge strong {
    display: block;
    font-size: 14px;
    line-height: 1.05;
}

.hdf-service-add,
.hdf-service-added {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 38px;
    padding: 9px 14px;
    white-space: nowrap;
}

.hdf-service-add {
    background: #c0392b;
    border: 1px solid #c0392b;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    min-height: 34px;
    padding: 7px 12px;
}

.hdf-service-add:hover {
    background: #a93226;
    border-color: #a93226;
}

.hdf-service-add:disabled {
    background: #d98b83;
    border-color: #d98b83;
    cursor: wait;
}

.hdf-service-added {
    background: #edf7f1;
    border: 1px solid #cce9d7;
    color: #217a43;
}

.hdf-service-qty {
    align-items: center;
    color: #596170;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    margin: 0;
}

.hdf-service-qty input {
    border: 1px solid #dfe3ea;
    border-radius: 5px;
    font: inherit;
    min-height: 32px;
    padding: 5px 7px;
    width: 56px;
}

.hdf-service-empty {
    background: #fff;
    border: 1px dashed #d7dce8;
    border-radius: 8px;
    color: #69707f;
    font-size: 14px;
    padding: 22px;
}

.hdf-service-cart-panel .hdf-cart-items {
    display: grid;
    gap: 14px;
}

.hdf-cart-domain-group {
    border-bottom: 1px solid #edf0f5;
    padding-bottom: 12px;
}

.hdf-cart-domain-group:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.hdf-cart-service-line {
    align-items: start;
    border-bottom: 0;
    display: grid;
    gap: 8px;
    grid-template-columns: 26px 18px minmax(0, 1fr) max-content;
    margin: 10px 0 0;
    padding-bottom: 0;
}

.hdf-cart-service-name {
    color: #4c5360;
    font-size: 13px;
    min-width: 0;
    overflow-wrap: anywhere;
}

.hdf-cart-child-marker {
    color: #111722;
    font-size: 16px;
    line-height: 1.25;
    padding-top: 1px;
}

.hdf-cart-standalone-heading {
    color: #111722;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.hdf-btn-secondary {
    background: #fff;
    border: 1px solid #d8dde7;
    border-radius: 6px;
    color: #323844;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    margin-top: 8px;
    min-height: 42px;
    width: 100%;
}

.hdf-btn-secondary:hover {
    background: #f7f8fb;
}

@media (max-width: 900px) {
    .hdf-services-layout {
        flex-direction: column;
    }

    .hdf-services-main,
    .hdf-services-layout .hdf-cart-col {
        max-width: none;
        width: 100%;
    }

    .hdf-services-layout .hdf-cart-col {
        margin-top: 0;
        position: static;
    }
}

@media (max-width: 640px) {
    .hdf-service-domain-picker {
        align-items: stretch;
        flex-direction: column;
    }

    .hdf-service-domain-picker .hdf-control-select {
        min-width: 0;
        width: 100%;
    }

    .hdf-service-card {
        grid-template-columns: 1fr;
    }

    .hdf-service-meta {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .hdf-service-price-wrap {
        flex: 0 0 auto;
        gap: 5px 6px;
        min-width: 0;
    }

    .hdf-service-renewal-price {
        font-size: 12px;
    }

    .hdf-service-price {
        font-size: 14px;
    }

    .hdf-service-discount-badge {
        font-size: 9px;
        min-width: 48px;
        padding: 5px 7px;
    }

    .hdf-service-discount-badge strong {
        font-size: 12px;
    }

    .hdf-service-details {
        margin-top: 8px;
    }

    .hdf-service-add,
    .hdf-service-added {
        flex: 0 0 auto;
        font-size: 12px;
        min-height: 32px;
        padding: 7px 12px;
        width: auto;
    }
}

.hdf-checkout-step {
    max-width: 1200px;
}

.hdf-checkout-layout {
    align-items: flex-start;
    display: flex;
    gap: 24px;
}

.hdf-checkout-main {
    flex: 0 1 calc(65% - 12px);
    min-width: 0;
}

.hdf-checkout-main .header-lined p {
    color: #69707f;
    font-size: 15px;
    margin: 8px 0 0;
}

.hdf-checkout-form-card {
    background: #fff;
    border: 1px solid #dfe3ea;
    border-radius: 8px;
    padding: 28px 30px;
}

.hdf-checkout-account-tabs {
    align-items: flex-end;
    border-bottom: 1px solid #d7dce5;
    display: flex;
    gap: 38px;
    margin: 0 0 28px;
}

.hdf-checkout-account-tab {
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #69707f;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 -1px;
    padding: 0 0 16px;
}

.hdf-checkout-account-tab.is-active {
    border-bottom-color: #c0392b;
    color: #111722;
    font-weight: 700;
}

.hdf-checkout-account-tab:focus-visible {
    outline: 2px solid rgba(192, 57, 43, 0.35);
    outline-offset: 3px;
}

.hdf-checkout-native-switch {
    display: none !important;
}

.hdf-checkout-step .already-registered,
.hdf-checkout-step #frmCheckout > .sub-heading,
.hdf-checkout-step #frmCheckout > div[id^="container"],
.hdf-checkout-step #frmCheckout > .row,
.hdf-checkout-step #frmCheckout > .field-container,
.hdf-checkout-step #frmCheckout > .apply-credit-container,
.hdf-checkout-step #frmCheckout > .marketing-email-optin,
.hdf-checkout-step #paymentGatewaysContainer,
.hdf-checkout-step #creditCardInputFields,
.hdf-checkout-step .checkout-security-msg {
    background: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: 22px;
    padding: 0;
}

.hdf-checkout-step #frmCheckout > .marketing-email-optin {
    display: none !important;
}

.hdf-checkout-step .sub-heading {
    display: none;
}

.hdf-checkout-step .sub-heading span,
.hdf-checkout-step .sub-heading .primary-bg-color {
    background: transparent;
    color: #151922;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    padding: 0;
}

.hdf-checkout-step .form-group {
    margin-bottom: 14px;
}

.hdf-checkout-step .field,
.hdf-checkout-step .form-control,
.hdf-checkout-step select.form-control,
.hdf-checkout-step textarea.form-control {
    border: 1px solid #dfe3ea;
    border-radius: 6px;
    box-shadow: none;
    color: #1e2430;
    font-size: 14px;
    min-height: 42px;
}

.hdf-checkout-step textarea.form-control {
    min-height: 96px;
}

.hdf-checkout-step .prepend-icon .field {
    padding-left: 12px;
}

.hdf-checkout-step .field-icon {
    display: none !important;
}

.hdf-checkout-step #totalDueToday {
    display: none !important;
}

.hdf-checkout-step #paymentGatewaysContainer .radio-inline {
    background: #f7f8fb;
    border: 1px solid #e1e5ee;
    border-radius: 6px;
    display: inline-flex;
    gap: 8px;
    margin: 0 6px 8px 0;
    padding: 10px 12px;
}

.hdf-checkout-step #btnCompleteOrder {
    background: #c0392b;
    border-color: #c0392b;
    border-radius: 6px;
    font-weight: 800;
    min-height: 46px;
    padding-left: 22px;
    padding-right: 22px;
}

.hdf-checkout-sidebar {
    flex: 0 1 calc(35% - 12px);
    margin-top: 74px;
    max-width: none;
    min-width: 340px;
    position: sticky;
    top: 16px;
}

.hdf-promo-panel {
    background: #fff;
    border: 1px solid #e6e8ef;
    border-radius: 8px;
    margin-bottom: 14px;
    overflow: hidden;
    padding: 0;
}

.hdf-promo-summary {
    align-items: center;
    color: #151922;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: space-between;
    list-style: none;
    padding: 22px 24px;
}

.hdf-promo-summary::-webkit-details-marker {
    display: none;
}

.hdf-promo-chevron {
    border-bottom: 2px solid #151922;
    border-right: 2px solid #151922;
    display: inline-block;
    height: 8px;
    transform: rotate(45deg);
    transition: transform 0.16s ease;
    width: 8px;
}

.hdf-promo-panel[open] .hdf-promo-chevron {
    transform: rotate(225deg);
}

.hdf-promo-form {
    border-top: 1px solid #eef1f5;
    padding: 18px 24px 22px;
}

.hdf-promo-field-label {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.hdf-promo-form label:not(.hdf-promo-field-label) {
    color: #151922;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px;
}

.hdf-promo-input-row {
    display: flex;
    gap: 8px;
}

.hdf-promo-input-row input {
    border: 1px solid #dfe3ea;
    border-radius: 6px;
    flex: 1;
    font: inherit;
    min-width: 0;
    padding: 10px 12px;
}

.hdf-promo-input-row button {
    background: #c0392b;
    border: 1px solid #c0392b;
    border-radius: 6px;
    color: #fff;
    font: inherit;
    font-weight: 700;
    padding: 10px 12px;
}

.hdf-promo-message {
    font-size: 13px;
    margin: 8px 0 0;
}

.hdf-promo-message.is-success {
    color: #217a43;
}

.hdf-promo-message.is-error {
    color: #b03225;
}

.hdf-cart-summary-discount,
.hdf-cart-summary-discount * {
    color: #217a43 !important;
    font-weight: 600;
}

@media (max-width: 900px) {
    .hdf-checkout-layout {
        flex-direction: column;
    }

    .hdf-checkout-main,
    .hdf-checkout-sidebar {
        max-width: none;
        width: 100%;
    }

    .hdf-checkout-sidebar {
        margin-top: 0;
        position: static;
    }
}

@media (max-width: 540px) {
    .hdf-flow-strip {
        gap: 4px;
        margin-left: -2px;
        margin-right: -2px;
    }

    .hdf-flow-step,
    .hdf-flow-step:focus,
    .hdf-flow-step:hover {
        font-size: 10px;
        gap: 3px;
    }

    .hdf-flow-num {
        font-size: 9px;
        height: 17px;
        min-width: 17px;
        width: 17px;
    }

    .hdf-flow-line {
        flex-basis: 8px;
        min-width: 6px;
    }


    .hdf-promo-input-row {
        flex-direction: column;
    }
}

.hdf-customer-type-panel {
    background: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 14px;
    padding: 0;
}

.hdf-customer-type-head {
    color: #151922;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
}

.checkout-customer-type-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: inline-flex;
    gap: 22px;
    margin-bottom: 16px;
    overflow: visible;
}

.checkout-customer-type-option {
    align-items: center;
    background: transparent;
    border: 0;
    color: #151922;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    gap: 8px;
    min-height: 26px;
    padding: 0;
}

.checkout-customer-type-option + .checkout-customer-type-option {
    border-left: 0;
}

.checkout-customer-type-option.is-active {
    background: transparent;
    color: #151922;
}

.checkout-customer-type-radio {
    background: #fff;
    border: 1px solid #cfd5df;
    border-radius: 50%;
    box-shadow: inset 0 0 0 5px #fff;
    display: inline-block;
    height: 18px;
    width: 18px;
}

.checkout-customer-type-option.is-active .checkout-customer-type-radio {
    background: #c0392b;
    border-color: #c0392b;
}

.hdf-customer-id-row {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr);
}

.hdf-field-slot:empty {
    display: none;
}

.hdf-field-slot-inner {
    width: 100%;
}

.hdf-control-label-text {
    color: #4f5968;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.hdf-npri-shell,
.hdf-org-shell {
    align-items: stretch;
    display: flex;
    width: 100%;
}

.hdf-npri-prefix,
.hdf-org-prefix {
    align-items: center;
    background: #f7f4f4;
    border: 1px solid #dedede;
    border-right: 0;
    border-radius: 6px 0 0 6px;
    color: #4f5968;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    padding: 0 12px;
    white-space: nowrap;
}

.hdf-npri-shell .form-control,
.hdf-org-shell .form-control {
    border-radius: 0;
}

.hdf-info-button,
.hdf-inline-button {
    align-items: center;
    background: #fff;
    border: 1px solid #c0392b;
    color: #c0392b;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-weight: 800;
    justify-content: center;
}

.hdf-info-button {
    border-radius: 0 6px 6px 0;
    font-size: 11px;
    line-height: 1.15;
    min-width: 116px;
    padding: 0 9px;
    text-align: center;
    text-transform: none;
    white-space: normal;
}

.hdf-inline-button {
    border-radius: 6px;
    margin-top: 8px;
    min-height: 34px;
    padding: 6px 12px;
}

.hdf-org-shell .hdf-inline-button {
    border-radius: 0 6px 6px 0;
    font-size: 13px;
    margin-top: 0;
    min-height: auto;
    min-width: 72px;
    padding: 0 14px;
}

.hdf-info-button:hover,
.hdf-inline-button:hover {
    background: #c0392b;
    color: #fff;
}

.hdf-field-help {
    display: block;
    font-size: 13px;
    margin-top: 6px;
}

.hdf-field-help.is-success,
.hdf-ehf-status-panel .is-success {
    color: #217a43;
}

.hdf-field-help.is-error,
.hdf-ehf-status-panel .is-error {
    color: #b03225;
}

.hdf-ehf-status-panel {
    background: #f8fbf9;
    border: 1px solid #d8eadf;
    border-radius: 6px;
    margin-top: 12px;
    padding: 10px 12px;
}

.hdf-ehf-status-panel-payment {
    margin-bottom: 14px;
}

.hdf-ehf-status-panel label {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    margin: 0;
}

.hdf-norid-terms {
    background: #fff8f6;
    border: 1px solid #efd5cf;
    border-radius: 8px;
    margin: 0 0 16px;
    padding: 14px;
    text-align: left;
}

.hdf-norid-terms label {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    margin: 0;
}

.hdf-norid-terms input[type="checkbox"] {
    flex: 0 0 auto;
    margin: 6px 0 0;
}

.hdf-norid-terms a {
    color: #c0392b;
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hdf-norid-terms a:hover,
.hdf-norid-terms a:focus {
    color: #9f2d22;
    text-decoration: underline;
}

#order-standard_cart.hdf-checkout-step .checkout-security-msg {
    display: none !important;
}

.hdf-field-invalid .form-control,
.hdf-field-invalid.hdf-npri-shell .form-control {
    border-color: #c0392b !important;
}

.hdf-field-invalid .hdf-npri-prefix,
.hdf-field-invalid .hdf-org-prefix,
.hdf-field-invalid .hdf-info-button,
.hdf-field-invalid .hdf-org-lookup-button {
    border-color: #c0392b !important;
}

.hdf-field-error {
    color: #c0392b;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 7px;
}

.hdf-modal-backdrop {
    align-items: center;
    background: rgba(17, 23, 34, 0.46);
    display: none;
    inset: 0;
    justify-content: center;
    padding: 20px;
    position: fixed;
    z-index: 10000;
}

body.hdf-modal-open {
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    width: 100%;
}

.hdf-modal-backdrop.is-open {
    display: flex;
}

.hdf-modal {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 18px 60px rgba(17, 23, 34, 0.22);
    color: #111722;
    max-height: calc(100vh - 40px);
    overflow: auto;
    padding: 28px;
    position: relative;
    width: min(760px, 100%);
    -webkit-overflow-scrolling: touch;
}

.hdf-modal h2 {
    font-size: 22px;
    line-height: 1.25;
    margin: 0 34px 14px 0;
}

.hdf-modal > h2:empty {
    display: none;
}

.hdf-modal-body {
    color: #4f5968;
    font-size: 15px;
    line-height: 1.55;
}

.hdf-modal-body a {
    color: #c0392b;
    font-weight: 500;
}

.hdf-norid-declaration {
    color: #000;
    font-size: 16px;
    line-height: 1.38;
    margin: 0 auto;
    max-width: 650px;
}

.hdf-norid-declaration-logo {
    display: block;
    height: auto;
    margin: 0 0 54px;
    max-width: 250px;
    width: 250px;
}

.hdf-norid-declaration h2 {
    color: #000;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0 0 16px;
}

.hdf-norid-declaration p {
    margin: 0 0 22px;
}

.hdf-norid-declaration ul {
    list-style: none;
    margin: -8px 0 24px;
    padding: 0 0 0 18px;
}

.hdf-norid-declaration li {
    margin: 0 0 8px;
    padding-left: 18px;
    position: relative;
}

.hdf-norid-declaration li::before {
    content: "-";
    left: 0;
    position: absolute;
}

.hdf-norid-declaration a {
    color: #000;
    overflow-wrap: anywhere;
    text-decoration: underline;
}

.hdf-modal-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
}

.hdf-modal-bottom-close {
    background: #c0392b;
    border: 1px solid #c0392b;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    min-height: 40px;
    padding: 0 18px;
}

.hdf-modal-bottom-close:hover,
.hdf-modal-bottom-close:focus {
    background: #9f2d22;
    border-color: #9f2d22;
}

.hdf-transfer-primary,
.hdf-transfer-secondary {
    border-radius: 6px;
    cursor: pointer;
    font-weight: 800;
    min-height: 42px;
    padding: 0 18px;
}

@media (max-width: 540px) {
    .hdf-modal-backdrop {
        align-items: center;
        justify-content: center;
        overflow: hidden;
        padding: 12px;
    }

    .hdf-modal {
        max-height: calc(100dvh - 24px);
        overflow-y: auto;
        padding: 20px 16px;
        width: 100%;
    }

    @supports not (height: 100dvh) {
        .hdf-modal {
            max-height: calc(100vh - 24px);
        }
    }

    .hdf-norid-declaration {
        font-size: 13px;
        line-height: 1.38;
    }

    .hdf-norid-declaration-logo {
        margin-bottom: 30px;
        max-width: 190px;
        width: 190px;
    }

    .hdf-norid-declaration h2 {
        font-size: 22px;
    }
}

.hdf-transfer-primary {
    background: #c0392b;
    border: 1px solid #c0392b;
    color: #fff;
}

.hdf-transfer-secondary {
    background: #fff;
    border: 1px solid #dfe3ea;
    color: #4f5968;
}

.hdf-transfer-primary:disabled,
.hdf-transfer-secondary:disabled {
    cursor: wait;
    opacity: 0.65;
}

.hdf-modal-close {
    background: #f6eeee;
    border: 0;
    border-radius: 50%;
    color: #111722;
    cursor: pointer;
    font-size: 22px;
    height: 30px;
    line-height: 1;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 30px;
    z-index: 2;
}

@media (max-width: 640px) {
    .hdf-customer-id-row {
        grid-template-columns: 1fr;
    }

    .checkout-customer-type-toggle {
        display: flex;
        width: 100%;
    }

    .checkout-customer-type-option {
        flex: 1;
    }
}

.app-main .main-header {
    display: none;
}

.hdf-flow-strip {
    align-items: center;
    display: flex;
    gap: 8px;
    margin: 0 auto 18px;
    max-width: 1200px;
    padding: 0 16px;
    width: 100%;
}

.hdf-flow-step,
.hdf-flow-step:focus,
.hdf-flow-step:hover {
    align-items: center;
    color: #6b6f7c;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 7px;
    text-decoration: none;
    white-space: nowrap;
}

.hdf-flow-step:hover {
    color: #2f3543;
}

.hdf-flow-num {
    align-items: center;
    border: 1px solid #c8ccd8;
    border-radius: 50%;
    color: #6b6f7c;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.hdf-flow-step.is-active {
    color: #2f3543;
}

.hdf-flow-step.is-active .hdf-flow-num {
    background: #c0392b;
    border-color: #c0392b;
    color: #fff;
}

.hdf-flow-line {
    background: #d7dce8;
    flex: 1 1 52px;
    height: 1px;
    min-width: 52px;
}

#order-standard_cart {
    font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    margin: 0 auto 60px;
    max-width: 1200px;
    padding: 0 16px;
}

#order-standard_cart .cart-sidebar,
#order-standard_cart .sidebar-collapsed {
    display: none;
}

#order-standard_cart .cart-body {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#order-standard_cart .header-lined {
    border: 0;
    margin: 0 0 16px;
}

#order-standard_cart .header-lined h1,
#order-standard_cart h1.font-size-36 {
    color: #151922;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.18;
    margin: 0;
}

#order-standard_cart .btn-primary,
#order-standard_cart .btn-success,
#order-standard_cart .btn-checkout {
    background: #c0392b;
    border-color: #c0392b;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
}

#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn-success:hover,
#order-standard_cart .btn-checkout:hover {
    background: #a93226;
    border-color: #a93226;
}

#order-standard_cart .view-cart-items,
#order-standard_cart .order-summary {
    border: 1px solid #dedede;
    border-radius: 8px;
    box-shadow: none;
}

#order-standard_cart .order-summary {
    background: #fff;
    padding: 24px 28px;
}

#order-standard_cart .total-due-today {
    background: #fff;
    border-top: 1px solid #dedede;
    color: #111722;
}

#order-standard_cart .total-due-today .amt {
    color: #111722;
}

#order-standard_cart.hdf-real-domainsearch {
    max-width: 1200px;
}

.hdf-domain-search-full {
    margin: 0 0 28px;
}

.hdf-domain-layout {
    align-items: flex-start;
    display: flex;
    gap: 24px;
}

.hdf-results-col {
    flex: 0 1 calc(65% - 12px);
    min-width: 0;
}

.hdf-cart-col {
    flex: 0 1 calc(35% - 12px);
    max-width: none;
    min-width: 340px;
    position: sticky;
    top: 16px;
}

.hdf-domain-layout > .hdf-cart-col {
    margin-top: 47px;
}

.hdf-search-panel {
    margin: 0;
}

.hdf-search-input-group {
    align-items: center;
    background: #fff;
    border: 1px solid #e8d5d5;
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(192, 57, 43, 0.08);
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 136px;
    overflow: hidden;
}

.hdf-search-icon {
    align-items: center;
    color: #aaa;
    display: flex;
    font-size: 18px;
    height: 52px;
    justify-content: center;
    line-height: 1;
    padding: 0;
}

#hdfDomainQuery {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #222;
    font-family: inherit;
    font-size: 16px;
    height: 52px;
    min-width: 0;
    outline: none;
    padding: 0 12px 0 0;
    width: 100%;
}

#hdfDomainQuery::placeholder {
    color: #bbb;
}

#hdfBtnSearch {
    background: #c0392b;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    height: 52px;
    padding: 0 18px;
    transition: background 0.15s;
    white-space: nowrap;
    width: 100%;
}

#hdfBtnSearch:hover {
    background: #a93226;
}

#hdfBtnSearch:disabled {
    background: #d98b83;
    cursor: wait;
}

.hdf-search-controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 12px;
}

.hdf-control-group {
    align-items: center;
    display: flex;
    gap: 8px;
}

.hdf-control-label {
    color: #6e757c;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}

.hdf-control-select {
    background: #fff;
    border: 1px solid #dfe3ea;
    border-radius: 5px;
    color: #2c2c2c;
    font-size: 13px;
    min-height: 34px;
    padding: 6px 10px;
}

.hdf-toggle-control {
    align-items: center;
    background: transparent;
    border: 0;
    color: #6e757c;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    margin: 0;
    min-height: 34px;
    user-select: none;
    white-space: nowrap;
}

.hdf-toggle-control[hidden] {
    display: none;
}

.hdf-toggle-switch {
    background: #e7eaf0;
    border: 1px solid #cfd4df;
    border-radius: 999px;
    display: inline-flex;
    height: 22px;
    position: relative;
    transition: background 0.15s, border-color 0.15s;
    width: 40px;
}

.hdf-toggle-switch::after {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(17, 23, 34, 0.18);
    content: "";
    height: 18px;
    left: 1px;
    position: absolute;
    top: 1px;
    transition: transform 0.15s;
    width: 18px;
}

.hdf-toggle-control[aria-pressed="true"] .hdf-toggle-switch {
    background: #c0392b;
    border-color: #c0392b;
}

.hdf-toggle-control[aria-pressed="true"] .hdf-toggle-switch::after {
    transform: translateX(18px);
}

.hdf-toggle-control:focus-visible .hdf-toggle-switch {
    outline: 2px solid rgba(192, 57, 43, 0.35);
    outline-offset: 2px;
}

.hdf-top-result {
    align-items: center;
    background: #fff;
    border: 1px solid #e8d5d5;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(192, 57, 43, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 22px;
    padding: 18px 20px;
}

.hdf-top-check {
    align-items: center;
    background: #fde8e8;
    border-radius: 50%;
    color: #c0392b;
    display: flex;
    flex: 0 0 auto;
    font-size: 20px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.hdf-top-check.is-available {
    background: #d5f5e3;
    color: #1e8449;
}

.hdf-top-check.is-taken {
    background: #fde8e8;
    color: #c0392b;
}

.hdf-top-check.is-muted {
    background: #f4f4f4;
    color: #999;
}

.hdf-top-info {
    flex: 1;
    min-width: 150px;
}

.hdf-top-domain {
    color: #1e8449;
    font-size: 19px;
    font-weight: 700;
}

.hdf-top-status {
    color: #666;
    font-size: 14px;
    margin-left: 6px;
}

.hdf-top-price {
    flex: 0 0 auto;
    text-align: right;
}

.hdf-results-header {
    align-items: baseline;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.hdf-results-header h2 {
    color: #2c2c2c;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

#hdfStatsBadge {
    color: #888;
    font-size: 13px;
}

.hdf-results-card {
    background: #fff;
    border: 1px solid #e8d5d5;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(192, 57, 43, 0.06);
    overflow: hidden;
}

.hdf-col-header,
.hdf-result-row {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) 130px 90px;
}

.hdf-col-header {
    background: #fdf5f5;
    border-bottom: 1px solid #f0dada;
    color: #b0706a;
    font-size: 11px;
    font-weight: 700;
    padding: 9px 20px;
    text-transform: uppercase;
}

.hdf-ch-price {
    text-align: right;
}

.hdf-result-row {
    border-bottom: 1px solid #f5eded;
    min-height: 52px;
    padding: 13px 20px;
}

.hdf-result-row:last-child {
    border-bottom: 0;
}

.hdf-result-row:hover {
    background: #fffafa;
}

.hdf-rd-name {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hdf-rd-name strong {
    font-weight: 800;
}

.hdf-rd-status {
    color: #69707d;
    font-size: 12px;
    margin-top: 3px;
}

.hdf-rd-status.is-available {
    color: #1e8449;
}

.hdf-rd-status.is-taken {
    color: #c0392b;
}

.hdf-rd-status.is-muted {
    color: #999;
}

.hdf-rd-links {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    font-size: 12px;
    gap: 0;
    margin-top: 4px;
    overflow: hidden;
}

.hdf-rd-links a,
.hdf-rd-links button {
    background: transparent;
    border-right: 1px solid #e0b0b0;
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
    color: #c0392b;
    cursor: pointer;
    font: inherit;
    line-height: 1;
    padding: 0 7px;
    text-decoration: none;
    white-space: nowrap;
}

.hdf-rd-links a:first-child,
.hdf-rd-links button:first-child {
    padding-left: 0;
}

.hdf-rd-links a:last-child,
.hdf-rd-links button:last-child {
    border-right: 0;
}

.hdf-rd-links a:hover,
.hdf-rd-links button:hover {
    text-decoration: underline;
}

.hdf-rd-price {
    text-align: right;
}

.hdf-price-main,
.hdf-price-premium {
    color: #1a1a1a;
    display: block;
    font-size: 15px;
    font-weight: 700;
}

.hdf-price-premium {
    color: #7d3c98;
}

.hdf-price-struck {
    color: #bbb;
    display: block;
    font-size: 12px;
    text-decoration: line-through;
}

.hdf-premium-badge {
    background: #f5eef8;
    border: 1px solid #d2b4de;
    border-radius: 3px;
    color: #6c3483;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    margin-top: 3px;
    padding: 1px 5px;
    text-transform: uppercase;
}

.hdf-btn-add,
.hdf-btn-checkout {
    background: #27ae60;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 14px;
    transition: background 0.15s;
    white-space: nowrap;
    width: 100%;
}

.hdf-btn-add:hover {
    background: #1e8449;
}

.hdf-btn-add:disabled,
.hdf-btn-checkout:disabled {
    cursor: wait;
    opacity: 0.7;
}

.hdf-btn-added {
    background: #e8f5e9;
    border: 1px solid #a9dfbf;
    border-radius: 5px;
    color: #1e8449;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 10px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

.hdf-btn-added-large {
    padding: 10px 20px;
    width: auto;
}

.hdf-dot-spinner {
    align-items: center;
    display: inline-flex;
    gap: 4px;
    justify-content: flex-end;
}

.hdf-dot-spinner span {
    animation: hdfPulse 1.2s infinite ease-in-out;
    background: #c0392b;
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.hdf-dot-spinner span:nth-child(2) {
    animation-delay: 0.2s;
}

.hdf-dot-spinner span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes hdfPulse {
    0%, 80%, 100% {
        opacity: 0.15;
        transform: scale(0.75);
    }
    40% {
        opacity: 1;
        transform: scale(1);
    }
}

.hdf-footer-note {
    color: #b08080;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 13px;
}

.hdf-cart-panel {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 8px;
    overflow: hidden;
}

.hdf-cart-header {
    align-items: center;
    border-bottom: 1px solid #dedede;
    display: flex;
    gap: 14px;
    padding: 26px 28px 18px;
}

.hdf-cart-title {
    color: #111722;
    flex: 1;
    font-size: 20px;
    font-weight: 700;
}

.hdf-cart-caption {
    color: #5d6370;
    font-size: 15px;
    white-space: nowrap;
}

.hdf-cart-empty {
    color: #b08080;
    font-size: 13px;
    line-height: 1.7;
    padding: 28px 18px;
    text-align: center;
}

.hdf-cart-items {
    padding: 18px 28px 0;
}

.hdf-cart-line {
    align-items: start;
    border-bottom: 1px solid #dedede;
    display: grid;
    gap: 10px;
    grid-template-columns: 26px minmax(0, 1fr) minmax(88px, max-content);
    margin-bottom: 14px;
    padding-bottom: 14px;
}

.hdf-cart-line:last-child {
    border-bottom: 0;
}

.hdf-cart-domain-group .hdf-cart-line {
    border-bottom: 0;
    margin-bottom: 0;
}

.hdf-cart-remove {
    background: none;
    border: 0;
    color: #111722;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    padding: 1px 2px 0;
}

.hdf-cart-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.hdf-cart-domain {
    color: #111722;
    font-size: 15px;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.hdf-cart-detail {
    color: #596273;
    font-size: 13px;
}

.hdf-cart-price {
    color: #111722;
    font-size: 15px;
    font-weight: 600;
    justify-self: end;
    min-width: 88px;
    text-align: right;
    white-space: nowrap;
}

.hdf-cart-price-stack {
    align-items: flex-end;
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    justify-content: flex-start;
    white-space: nowrap;
}

.hdf-cart-price-renewal {
    color: #8c929d;
    font-weight: 400;
    text-decoration: line-through;
}

.hdf-cart-price-current {
    color: #111722;
    display: block;
    font-weight: 600;
}

.hdf-cart-price-renewal {
    display: block;
}

.hdf-cart-line.hdf-cart-service-line {
    column-gap: 8px;
    grid-template-columns: 26px 18px minmax(0, 1fr) minmax(88px, max-content);
}

.hdf-cart-line.hdf-cart-service-line .hdf-cart-remove {
    grid-column: 1;
}

.hdf-cart-line.hdf-cart-service-line .hdf-cart-child-marker {
    grid-column: 2;
}

.hdf-cart-line.hdf-cart-service-line .hdf-cart-copy {
    grid-column: 3;
}

.hdf-cart-line.hdf-cart-service-line .hdf-cart-price {
    grid-column: 4;
}

.hdf-cart-line.hdf-cart-standalone-service {
    grid-template-columns: 26px minmax(0, 1fr) minmax(88px, max-content);
}

.hdf-cart-line.hdf-cart-standalone-service .hdf-cart-remove {
    grid-column: 1;
}

.hdf-cart-line.hdf-cart-standalone-service .hdf-cart-copy {
    grid-column: 2;
}

.hdf-cart-line.hdf-cart-standalone-service .hdf-cart-price {
    grid-column: 3;
}

.hdf-cart-remove-spinner {
    animation: hdf-cart-remove-spin 0.75s linear infinite;
    border: 2px solid rgba(17, 23, 34, 0.22);
    border-radius: 999px;
    border-top-color: #c0392b;
    display: inline-block;
    height: 14px;
    width: 14px;
}

.hdf-cart-remove.is-removing {
    cursor: wait;
    opacity: 1;
}

@keyframes hdf-cart-remove-spin {
    to {
        transform: rotate(360deg);
    }
}

.hdf-cart-footer {
    padding: 0 28px 24px;
}

.hdf-cart-summary {
    border-top: 1px solid #dedede;
    padding-top: 20px;
}

.hdf-cart-summary-row {
    color: #111722;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    line-height: 1.35;
    margin-bottom: 12px;
}

.hdf-cart-summary-total {
    border-top: 1px solid #dedede;
    font-size: 18px;
    font-weight: 700;
    margin-top: 18px;
    padding-top: 18px;
}

.hdf-btn-checkout {
    background: #c0392b;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 16px;
    padding: 12px;
}

.hdf-btn-checkout:hover {
    background: #a93226;
}

.hdf-cart-empty-link {
    align-items: center;
    color: #8c929d;
    display: inline-flex;
    font-size: 12px;
    gap: 6px;
    justify-content: center;
    margin-top: 12px;
    text-decoration: none;
    width: 100%;
}

.hdf-cart-empty-link:hover,
.hdf-cart-empty-link:focus {
    color: #c0392b;
    text-decoration: none;
}

.hdf-cart-empty-link i {
    font-size: 11px;
}

.hdf-mobile-cart-shell {
    display: none;
}

@media (max-width: 860px) {
    .hdf-flow-strip {
        flex-wrap: nowrap;
        gap: 5px;
        margin-bottom: 14px;
        overflow: hidden;
        padding: 0 4px;
    }

    .hdf-flow-step,
    .hdf-flow-step:focus,
    .hdf-flow-step:hover {
        flex: 0 0 auto;
        font-size: 11px;
        gap: 4px;
        min-width: 0;
    }

    .hdf-flow-num {
        font-size: 10px;
        height: 18px;
        min-width: 18px;
        width: 18px;
    }

    .hdf-flow-line {
        flex: 1 1 12px;
        min-width: 8px;
        width: auto;
    }

    #order-standard_cart {
        padding: 0 12px;
    }

    .hdf-domain-layout {
        flex-direction: column;
    }

    .hdf-cart-col {
        margin-top: 0;
        max-width: 100%;
        position: static;
        width: 100%;
    }
}

@media (max-width: 767px) {
    body.hdf-has-mobile-cart {
        padding-bottom: 118px;
    }

    body.hdf-mobile-cart-open {
        overflow: hidden;
    }

    #order-standard_cart.hdf-domain-register .hdf-cart-col,
    #order-standard_cart.hdf-services-step .hdf-cart-col,
    #order-standard_cart.hdf-checkout-step .hdf-cart-col {
        display: none;
    }

    .hdf-mobile-cart-shell:not([hidden]) {
        bottom: 0;
        display: block;
        left: 0;
        pointer-events: none;
        position: fixed;
        right: 0;
        z-index: 9990;
    }

    .hdf-mobile-cart-backdrop {
        background: rgba(17, 23, 34, 0.48);
        border: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        pointer-events: auto;
        position: fixed;
        right: 0;
        top: 0;
    }

    .hdf-mobile-cart-backdrop[hidden] {
        display: none;
    }

    .hdf-mobile-cart-sheet {
        background: #fff;
        border-radius: 12px 12px 0 0;
        box-shadow: 0 -12px 40px rgba(17, 23, 34, 0.18);
        left: 0;
        max-height: calc(100dvh - 18px);
        pointer-events: auto;
        position: fixed;
        right: 0;
        bottom: 0;
    }

    @supports not (height: 100dvh) {
        .hdf-mobile-cart-sheet {
            max-height: calc(100vh - 18px);
        }
    }

    .hdf-mobile-cart-collapsed {
        padding: 13px 16px 16px;
    }

    .hdf-mobile-cart-shell.is-open .hdf-mobile-cart-collapsed {
        display: none;
    }

    .hdf-mobile-cart-toggle {
        align-items: center;
        background: transparent;
        border: 0;
        color: #111722;
        display: flex;
        font-size: 17px;
        justify-content: space-between;
        line-height: 1.3;
        margin: 0 0 14px;
        padding: 0;
        text-align: left;
        width: 100%;
    }

    .hdf-mobile-cart-chevron,
    .hdf-mobile-cart-close::before {
        border-right: 2px solid #111722;
        border-top: 2px solid #111722;
        content: "";
        display: block;
        height: 10px;
        width: 10px;
    }

    .hdf-mobile-cart-chevron {
        transform: rotate(-45deg);
    }

    .hdf-mobile-cart-continue {
        background: #c0392b;
        border: 0;
        border-radius: 6px;
        color: #fff;
        cursor: pointer;
        font-size: 17px;
        font-weight: 700;
        min-height: 56px;
        width: 100%;
    }

    .hdf-mobile-cart-continue:disabled {
        cursor: not-allowed;
        opacity: 0.55;
    }

    .hdf-mobile-cart-panel {
        max-height: calc(100dvh - 18px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    @supports not (height: 100dvh) {
        .hdf-mobile-cart-panel {
            max-height: calc(100vh - 18px);
        }
    }

    .hdf-mobile-cart-panel[hidden] {
        display: none;
    }

    .hdf-mobile-cart-header {
        align-items: flex-start;
        background: #fff;
        border-bottom: 1px solid #dedede;
        display: flex;
        justify-content: space-between;
        padding: 20px 20px 16px;
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .hdf-mobile-cart-title {
        color: #111722;
        display: block;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2;
    }

    .hdf-mobile-cart-caption {
        color: #596273;
        display: block;
        font-size: 13px;
        margin-top: 6px;
    }

    .hdf-mobile-cart-close {
        align-items: center;
        background: transparent;
        border: 0;
        cursor: pointer;
        display: flex;
        height: 32px;
        justify-content: center;
        padding: 0;
        width: 32px;
    }

    .hdf-mobile-cart-close::before {
        transform: rotate(135deg);
    }

    .hdf-mobile-cart-panel .hdf-cart-empty {
        padding: 24px 20px;
    }

    .hdf-mobile-cart-panel .hdf-cart-items {
        padding: 18px 20px 0;
    }

    .hdf-mobile-cart-panel .hdf-cart-footer {
        padding: 0 20px 22px;
    }

    .hdf-mobile-cart-panel .hdf-cart-summary-row {
        font-size: 16px;
    }

    .hdf-mobile-cart-panel .hdf-cart-summary-total {
        font-size: 20px;
    }

    .hdf-mobile-cart-continue-panel {
        margin-top: 16px;
    }
}

@media (max-width: 540px) {
    .hdf-col-header {
        display: none;
    }

    .hdf-search-input-group {
        grid-template-columns: 42px minmax(0, 1fr) 78px;
    }

    #hdfDomainQuery {
        font-size: 16px;
        height: 50px;
        padding: 0 12px 0 0;
        width: 100%;
    }

    #hdfBtnSearch {
        height: 50px;
        padding: 0 10px;
        width: 100%;
    }

    .hdf-top-result {
        display: grid;
        gap: 10px 12px;
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 14px 16px;
    }

    .hdf-top-check {
        display: none;
    }

    .hdf-top-info {
        min-width: 0;
    }

    .hdf-top-domain {
        display: inline;
        font-size: 15px;
        font-weight: 600;
        overflow-wrap: anywhere;
    }

    .hdf-top-status {
        font-size: 13px;
        margin-left: 4px;
    }

    .hdf-top-price {
        font-size: 13px;
    }

    .hdf-top-price .hdf-price-main,
    .hdf-top-price .hdf-price-premium {
        font-size: 13px;
        font-weight: 600;
    }

    .hdf-top-price .hdf-price-struck {
        font-size: 11px;
    }

    .hdf-top-action {
        grid-column: 1 / 3;
        justify-self: start;
    }

    .hdf-result-row {
        gap: 8px;
        grid-template-columns: minmax(0, 1fr) 82px 64px;
        min-height: 48px;
        padding: 10px 14px;
    }

    .hdf-rd-name,
    .hdf-price-main,
    .hdf-price-premium {
        font-size: 13px;
        font-weight: 600;
    }

    .hdf-rd-name strong {
        font-weight: 650;
    }

    .hdf-rd-status,
    .hdf-rd-links {
        font-size: 11px;
    }

    .hdf-price-struck {
        font-size: 11px;
    }

    .hdf-btn-add,
    .hdf-btn-added {
        font-size: 12px;
        font-weight: 600;
        padding: 6px 10px;
    }

    .hdf-top-action .hdf-btn-add,
    .hdf-top-action .hdf-btn-added {
        min-width: 108px;
        width: auto;
    }

    .hdf-cart-header,
    .hdf-cart-items,
    .hdf-cart-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}
