/* Order Hive responsive fixes */
html, body {
  max-width: 100%;
}
body { overflow-x: clip; }
.ch-order-header,
#order-standard_cart,
.ch-product-grid,
.ch-product-grid > [class*="col-"] {
  min-width: 0;
}
.ch-h1,
.ch-h2,
.ch-h3,
.ch-cat-label,
.ch-product-card,
.ch-product-description {
  overflow-wrap: anywhere;
  word-break: normal;
}
.ch-cat-nav-wrapper {
  max-width: 100%;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}
.ch-cat-group {
  min-width: max-content;
}
.ch-product-card {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .ch-order-header {
    padding: 0 14px;
  }
  .ch-order-header .ch-h1,
  .ch-h1 {
    font-size: 28px !important;
    line-height: 1.12 !important;
    max-width: 100%;
  }
  .ch-order-categories {
    padding-left: 14px;
  }
  #order-standard_cart {
    padding-left: 14px;
    padding-right: 14px;
  }
  #order-standard_cart .ch-product-grid.row {
    margin-left: 0;
    margin-right: 0;
  }
  #order-standard_cart .ch-product-grid > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .ch-product-card {
    border-radius: 12px !important;
  }
  .ch-card-header,
  .ch-card-body {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .ch-price-block {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

@media (max-width: 575.98px) {
  body .ch-main,
  body .main-content,
  body .primary-content,
  body .container,
  body .container-fluid {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
  #order-standard_cart > .d-flex.align-items-center.justify-content-between {
    display: block !important;
    max-width: 100%;
  }
  #order-standard_cart > .d-flex.align-items-center.justify-content-between .ch-divider {
    display: none !important;
  }
  #order-standard_cart > .d-flex.align-items-center.justify-content-between .ch-h2 {
    white-space: normal !important;
    overflow-wrap: anywhere;
    font-size: 27px !important;
    line-height: 1.14 !important;
  }
  #order-standard_cart .ch-product-card,
  #order-standard_cart .ch-price-block,
  #order-standard_cart .ch-product-description,
  #order-standard_cart .ch-product-features {
    box-sizing: border-box;
    max-width: 100% !important;
  }
}
.ch-order-steps { gap: 10px; flex-wrap: wrap; }
.ch-step { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 7px 10px; border: 1px dashed rgba(148,163,184,.55); border-radius: 999px; background: #fff; color: #64748b; font-size: 12px; font-weight: 700; }
.ch-step.active { border-color: #F5A623; background: rgba(245,166,35,.06); color: #F5A623; }
.ch-step.done { color: #334155; }
.ch-step-num { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: rgba(245,166,35,.12); color: #F5A623; font-size: 11px; }
.ch-step-num svg { width: 12px; height: 12px; }
.ch-selectable-card.active { border-color: #F5A623 !important; background: rgba(245,166,35,.03) !important; }
@media (max-width: 575.98px) { .ch-order-steps { justify-content: flex-start !important; } .ch-step { width: 100%; border-radius: 10px; } }

#frmProductDomain:has(#selincart:checked) #domainincart,
#frmProductDomain:has(#selregister:checked) #domainregister,
#frmProductDomain:has(#seltransfer:checked) #domaintransfer,
#frmProductDomain:has(#selowndomain:checked) #domainowndomain {
  display: block !important;
  visibility: visible !important;
}
#frmProductDomain:has(#selincart:checked) #selection-options-domains,
#frmProductDomain:has(#selregister:checked) #selection-options-domains,
#frmProductDomain:has(#seltransfer:checked) #selection-options-domains,
#frmProductDomain:has(#selowndomain:checked) #selection-options-domains {
  min-height: 124px;
}
@supports not selector(:has(*)) {
  #selection-options-domains .domain-input-group:first-of-type {
    display: block !important;
    visibility: visible !important;
  }
}

/* ===== SaaS Lucide spinner animation ===== */
@keyframes ch-spin { to { transform: rotate(360deg); } }
.ch-spin { animation: ch-spin 0.8s linear infinite; display: inline-block; }


/* CloudHive domain configuration production polish */
.ch-domain-config-hero {
  max-width: 1180px;
  margin: 0 auto 30px;
  padding-top: 12px;
}
.ch-domain-config-hero .container-fluid,
#order-standard_cart.ch-domain-config-page .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#order-standard_cart.ch-domain-config-page {
  max-width: 1180px;
  margin: 0 auto;
}
#order-standard_cart.ch-domain-config-page .row.justify-content-center {
  margin-left: 0;
  margin-right: 0;
}
#order-standard_cart.ch-domain-config-page .row.justify-content-center > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
#order-standard_cart.ch-domain-config-page .ch-domain-selection-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-left: 0;
  margin-right: 0;
}
#order-standard_cart.ch-domain-config-page .ch-domain-selection-tabs > [class*="col-"] {
  width: auto;
  max-width: none;
  flex: initial;
  padding: 0;
  margin-bottom: 0 !important;
}
#order-standard_cart.ch-domain-config-page .ch-selectable-card {
  min-height: 166px;
  border: 1.5px dashed #d0cfe8 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 10px 30px -18px rgba(15, 23, 42, .18);
  display: flex;
  align-items: center;
  justify-content: center;
}
#order-standard_cart.ch-domain-config-page .ch-selectable-card.active {
  border-color: #F5A623 !important;
  background: rgba(245, 166, 35, .035) !important;
}
#order-standard_cart.ch-domain-config-page .ch-selectable-card h6 {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 1.35;
  color: #1f2937;
}
#order-standard_cart.ch-domain-config-page #selection-options-domains {
  border: 1.5px dashed #d0cfe8 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 10px 30px -18px rgba(15, 23, 42, .16);
  padding: 28px !important;
}
#order-standard_cart.ch-domain-config-page .domain-input-group p {
  color: #1f2937;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 18px !important;
}
#order-standard_cart.ch-domain-config-page .domain-input-group .row.no-gutters {
  align-items: stretch;
}
#order-standard_cart.ch-domain-config-page .domain-input-group input.form-control {
  height: 52px !important;
  border-color: #d0cfe8 !important;
  color: #1f2937 !important;
  box-shadow: none !important;
}
#order-standard_cart.ch-domain-config-page .domain-input-group input.form-control:focus {
  border-color: #F5A623 !important;
  box-shadow: 0 0 0 3px rgba(245, 166, 35, .14) !important;
}
#order-standard_cart.ch-domain-config-page #useOwnDomain,
#order-standard_cart.ch-domain-config-page #btnCheckAvailability,
#order-standard_cart.ch-domain-config-page .btn-add-to-cart.product-domain,
#order-standard_cart.ch-domain-config-page #btnDomainContinue {
  background: transparent !important;
  border: 1.5px dashed #F5A623 !important;
  color: #F5A623 !important;
  box-shadow: none !important;
}
#order-standard_cart.ch-domain-config-page #useOwnDomain:hover,
#order-standard_cart.ch-domain-config-page #btnCheckAvailability:hover,
#order-standard_cart.ch-domain-config-page .btn-add-to-cart.product-domain:hover,
#order-standard_cart.ch-domain-config-page #btnDomainContinue:hover {
  background: #F5A623 !important;
  border-color: #F5A623 !important;
  color: #fff !important;
}
#order-standard_cart.ch-domain-config-page .buttom__cart__submit__area {
  border-radius: 18px !important;
}
@media (max-width: 767.98px) {
  .ch-domain-config-hero {
    margin-bottom: 22px;
    padding: 0 24px;
  }
  .ch-domain-config-hero .ch-h1 {
    font-size: 30px !important;
    line-height: 1.14 !important;
  }
  .ch-domain-config-hero .ch-text-lg {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
  #order-standard_cart.ch-domain-config-page {
    padding-left: 24px;
    padding-right: 24px;
  }
  #order-standard_cart.ch-domain-config-page .ch-domain-selection-tabs {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  #order-standard_cart.ch-domain-config-page .ch-selectable-card {
    min-height: 154px;
  }
  #order-standard_cart.ch-domain-config-page #selection-options-domains {
    padding: 18px !important;
  }
  #order-standard_cart.ch-domain-config-page .domain-input-group .row.no-gutters > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    border-left: 0 !important;
  }
  #order-standard_cart.ch-domain-config-page .domain-input-group input.form-control,
  #order-standard_cart.ch-domain-config-page #useOwnDomain {
    border-radius: 12px !important;
  }
  #order-standard_cart.ch-domain-config-page #owndomaintld,
  #order-standard_cart.ch-domain-config-page #useOwnDomain {
    margin-top: 10px;
  }
}


/* CloudHive domain configuration mobile field stack fix */
@media (max-width: 767.98px) {
  #order-standard_cart.ch-domain-config-page .domain-input-group .row.no-gutters {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #order-standard_cart.ch-domain-config-page .domain-input-group .row.no-gutters > .col-md-7,
  #order-standard_cart.ch-domain-config-page .domain-input-group .row.no-gutters > .col-md-2,
  #order-standard_cart.ch-domain-config-page .domain-input-group .row.no-gutters > .col-md-3 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-left: 0 !important;
  }
  #order-standard_cart.ch-domain-config-page #owndomainsld,
  #order-standard_cart.ch-domain-config-page #owndomaintld,
  #order-standard_cart.ch-domain-config-page #useOwnDomain {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
  }
}


/* CloudHive domain configuration symmetry fix */
.ch-domain-config-hero,
#order-standard_cart.ch-domain-config-page {
  max-width: 1040px;
}
#order-standard_cart.ch-domain-config-page .ch-domain-selection-tabs {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  margin-bottom: 28px !important;
}
#order-standard_cart.ch-domain-config-page .ch-domain-selection-tabs > [class*="col-"] {
  width: 100% !important;
  max-width: 100% !important;
}
#order-standard_cart.ch-domain-config-page .ch-selectable-card {
  width: 100% !important;
  min-height: 170px;
  margin: 0 !important;
  padding: 0 !important;
}
#order-standard_cart.ch-domain-config-page .ch-selectable-card .p-5 {
  width: 100%;
  padding: 36px 28px !important;
}
#order-standard_cart.ch-domain-config-page .ch-selectable-card h6 {
  max-width: 420px;
}
#order-standard_cart.ch-domain-config-page #selection-options-domains {
  margin-top: 0 !important;
  padding: 34px 34px 36px !important;
}
#order-standard_cart.ch-domain-config-page .domain-input-group p {
  margin-bottom: 22px !important;
}
#order-standard_cart.ch-domain-config-page .domain-input-group .row.no-gutters {
  gap: 0;
}
#order-standard_cart.ch-domain-config-page #owndomainsld,
#order-standard_cart.ch-domain-config-page #owndomaintld,
#order-standard_cart.ch-domain-config-page #useOwnDomain {
  height: 54px !important;
}
#order-standard_cart.ch-domain-config-page #useOwnDomain {
  min-width: 170px;
}
@media (min-width: 768px) {
  #order-standard_cart.ch-domain-config-page .domain-input-group .row.no-gutters > .col-md-7 {
    flex: 1 1 auto !important;
    max-width: none !important;
    width: auto !important;
  }
  #order-standard_cart.ch-domain-config-page .domain-input-group .row.no-gutters > .col-md-2 {
    flex: 0 0 150px !important;
    max-width: 150px !important;
    width: 150px !important;
  }
  #order-standard_cart.ch-domain-config-page .domain-input-group .row.no-gutters > .col-md-3 {
    flex: 0 0 220px !important;
    max-width: 220px !important;
    width: 220px !important;
  }
}
@media (max-width: 767.98px) {
  .ch-domain-config-hero,
  #order-standard_cart.ch-domain-config-page {
    max-width: none;
  }
  #order-standard_cart.ch-domain-config-page .ch-domain-selection-tabs {
    margin-bottom: 22px !important;
  }
  #order-standard_cart.ch-domain-config-page .ch-selectable-card .p-5 {
    padding: 34px 22px !important;
  }
  #order-standard_cart.ch-domain-config-page #selection-options-domains {
    padding: 20px !important;
  }
}


/* CloudHive domain selected check alignment */
#order-standard_cart.ch-domain-config-page .ch-selectable-card {
  position: relative;
  overflow: visible;
}
#order-standard_cart.ch-domain-config-page .ch-selectable-card .iradio_square-blue,
#order-standard_cart.ch-domain-config-page .ch-selectable-card .icheckbox_square-blue {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
  margin: 0 !important;
  z-index: 5;
}
@media (max-width: 767.98px) {
  #order-standard_cart.ch-domain-config-page .ch-selectable-card .iradio_square-blue,
  #order-standard_cart.ch-domain-config-page .ch-selectable-card .icheckbox_square-blue {
    top: 18px !important;
    left: 18px !important;
  }
}


/* CloudHive domain configuration SaaS layout rebuild */
.ch-domain-config-hero,
#order-standard_cart.ch-domain-config-page {
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.ch-domain-config-hero {
  padding: 34px 28px 0 !important;
  margin-bottom: 34px !important;
}
.ch-domain-config-hero .row.align-items-center {
  align-items: flex-start !important;
}
.ch-domain-config-hero .ch-h1 {
  margin-bottom: 12px !important;
}
.ch-domain-config-hero .ch-text-lg {
  max-width: 660px;
  line-height: 1.6 !important;
}
#order-standard_cart.ch-domain-config-page {
  padding: 0 28px 54px !important;
}
#order-standard_cart.ch-domain-config-page .container-fluid,
#order-standard_cart.ch-domain-config-page .row.justify-content-center,
#order-standard_cart.ch-domain-config-page .row.justify-content-center > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
}
#order-standard_cart.ch-domain-config-page .ch-h5.mb-6 {
  margin-bottom: 18px !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
}
#order-standard_cart.ch-domain-config-page .ch-domain-config-workspace {
  display: grid !important;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr) !important;
  gap: 24px !important;
  align-items: stretch !important;
}
#order-standard_cart.ch-domain-config-page .ch-domain-config-workspace > form {
  margin: 0 !important;
  min-width: 0 !important;
}
#order-standard_cart.ch-domain-config-page .ch-domain-selection-tabs {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  margin: 0 !important;
  height: 100% !important;
}
#order-standard_cart.ch-domain-config-page .ch-domain-selection-tabs > [class*="col-"] {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  flex: initial !important;
}
#order-standard_cart.ch-domain-config-page .ch-selectable-card {
  position: relative !important;
  min-height: 100% !important;
  height: 100% !important;
  border: 1.5px dashed #F5A623 !important;
  border-radius: 16px !important;
  background: rgba(245, 166, 35, .025) !important;
  box-shadow: 0 16px 36px -26px rgba(15, 23, 42, .36) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}
#order-standard_cart.ch-domain-config-page .ch-selectable-card .p-5 {
  width: 100% !important;
  padding: 36px 26px !important;
}
#order-standard_cart.ch-domain-config-page .ch-selectable-card .ch-icon-box {
  width: 48px !important;
  height: 48px !important;
  margin-bottom: 18px !important;
}
#order-standard_cart.ch-domain-config-page .ch-selectable-card h6 {
  max-width: 260px !important;
  margin: 0 auto !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  color: #111827 !important;
}
#order-standard_cart.ch-domain-config-page .ch-selectable-card .iradio_square-blue,
#order-standard_cart.ch-domain-config-page .ch-selectable-card .icheckbox_square-blue {
  position: absolute !important;
  top: 18px !important;
  left: 18px !important;
  margin: 0 !important;
  z-index: 5 !important;
}
#order-standard_cart.ch-domain-config-page #selection-options-domains {
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 30px !important;
  border: 1.5px dashed #d0cfe8 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 16px 36px -28px rgba(15, 23, 42, .28) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
#order-standard_cart.ch-domain-config-page .domain-input-group p {
  margin: 0 0 22px !important;
  max-width: 640px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #111827 !important;
}
#order-standard_cart.ch-domain-config-page .domain-input-group .row.no-gutters {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 130px 190px !important;
  gap: 12px !important;
  margin: 0 !important;
  align-items: stretch !important;
}
#order-standard_cart.ch-domain-config-page .domain-input-group .row.no-gutters > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  flex: initial !important;
  padding: 0 !important;
  border-left: 0 !important;
  min-width: 0 !important;
}
#order-standard_cart.ch-domain-config-page #owndomainsld,
#order-standard_cart.ch-domain-config-page #owndomaintld,
#order-standard_cart.ch-domain-config-page #useOwnDomain {
  width: 100% !important;
  height: 52px !important;
  margin: 0 !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
}
#order-standard_cart.ch-domain-config-page #owndomainsld,
#order-standard_cart.ch-domain-config-page #owndomaintld {
  border: 1.5px dashed #d0cfe8 !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: none !important;
}
#order-standard_cart.ch-domain-config-page #owndomainsld:focus,
#order-standard_cart.ch-domain-config-page #owndomaintld:focus {
  border-color: #F5A623 !important;
  box-shadow: 0 0 0 3px rgba(245, 166, 35, .14) !important;
}
#order-standard_cart.ch-domain-config-page #useOwnDomain,
#order-standard_cart.ch-domain-config-page #btnCheckAvailability,
#order-standard_cart.ch-domain-config-page .btn-add-to-cart.product-domain,
#order-standard_cart.ch-domain-config-page #btnDomainContinue {
  background: transparent !important;
  border: 1.5px dashed #F5A623 !important;
  color: #F5A623 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
#order-standard_cart.ch-domain-config-page #useOwnDomain:hover,
#order-standard_cart.ch-domain-config-page #btnCheckAvailability:hover,
#order-standard_cart.ch-domain-config-page .btn-add-to-cart.product-domain:hover,
#order-standard_cart.ch-domain-config-page #btnDomainContinue:hover {
  background: #F5A623 !important;
  border-color: #F5A623 !important;
  color: #fff !important;
}
@media (max-width: 991.98px) {
  #order-standard_cart.ch-domain-config-page .ch-domain-config-workspace {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }
  #order-standard_cart.ch-domain-config-page .ch-selectable-card {
    min-height: 172px !important;
  }
}
@media (max-width: 767.98px) {
  .ch-domain-config-hero {
    padding: 28px 34px 0 !important;
    margin-bottom: 28px !important;
  }
  .ch-domain-config-hero .ch-h1 {
    font-size: 30px !important;
    line-height: 1.14 !important;
  }
  .ch-domain-config-hero .ch-text-lg {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
  #order-standard_cart.ch-domain-config-page {
    padding: 0 34px 50px !important;
  }
  #order-standard_cart.ch-domain-config-page .ch-domain-config-workspace {
    gap: 22px !important;
  }
  #order-standard_cart.ch-domain-config-page .ch-selectable-card .p-5 {
    padding: 34px 24px !important;
  }
  #order-standard_cart.ch-domain-config-page #selection-options-domains {
    padding: 22px !important;
  }
  #order-standard_cart.ch-domain-config-page .domain-input-group .row.no-gutters {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}


/* CloudHive domain configuration final repaired layout */
.ch-domain-config-hero,
#order-standard_cart.ch-domain-config-page {
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.ch-domain-config-hero {
  padding: 34px 28px 0 !important;
  margin-bottom: 34px !important;
}
.ch-domain-config-hero .ch-text-lg {
  max-width: 650px !important;
  line-height: 1.6 !important;
}
#order-standard_cart.ch-domain-config-page {
  padding: 0 28px 58px !important;
}
#order-standard_cart.ch-domain-config-page .container-fluid,
#order-standard_cart.ch-domain-config-page .row.justify-content-center,
#order-standard_cart.ch-domain-config-page .row.justify-content-center > [class*="col-"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
}
#order-standard_cart.ch-domain-config-page .ch-h5.mb-6 {
  margin: 0 0 18px !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
}
#order-standard_cart.ch-domain-config-page #frmProductDomain {
  display: grid !important;
  grid-template-columns: 360px minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: stretch !important;
  margin: 0 !important;
}
#order-standard_cart.ch-domain-config-page .ch-domain-selection-tabs {
  display: grid !important;
  grid-template-columns: 1fr !important;
  margin: 0 !important;
  gap: 0 !important;
  height: auto !important;
}
#order-standard_cart.ch-domain-config-page .ch-domain-selection-tabs > [class*="col-"] {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
  flex: initial !important;
}
#order-standard_cart.ch-domain-config-page .ch-selectable-card {
  position: relative !important;
  min-height: 210px !important;
  height: 100% !important;
  border: 1.5px dashed #F5A623 !important;
  border-radius: 16px !important;
  background: rgba(245,166,35,.025) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 16px 38px -28px rgba(15,23,42,.34) !important;
  overflow: visible !important;
}
#order-standard_cart.ch-domain-config-page .ch-selectable-card .p-5 {
  width: 100% !important;
  padding: 42px 28px !important;
}
#order-standard_cart.ch-domain-config-page .ch-selectable-card .ch-icon-box {
  width: 48px !important;
  height: 48px !important;
  margin-bottom: 18px !important;
}
#order-standard_cart.ch-domain-config-page .ch-selectable-card h6 {
  max-width: 260px !important;
  margin: 0 auto !important;
  color: #111827 !important;
  font-size: 15px !important;
  line-height: 1.42 !important;
}
#order-standard_cart.ch-domain-config-page .ch-selectable-card .iradio_square-blue,
#order-standard_cart.ch-domain-config-page .ch-selectable-card .icheckbox_square-blue {
  position: absolute !important;
  top: 18px !important;
  left: 18px !important;
  margin: 0 !important;
  z-index: 5 !important;
}
#order-standard_cart.ch-domain-config-page #selection-options-domains {
  min-height: 210px !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 32px !important;
  border: 1.5px dashed #d0cfe8 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 16px 38px -30px rgba(15,23,42,.26) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
#order-standard_cart.ch-domain-config-page .domain-input-group p {
  margin: 0 0 24px !important;
  max-width: 640px !important;
  color: #111827 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}
#order-standard_cart.ch-domain-config-page .domain-input-group .row.no-gutters {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) 130px 190px !important;
  gap: 12px !important;
  margin: 0 !important;
  align-items: stretch !important;
}
#order-standard_cart.ch-domain-config-page .domain-input-group .row.no-gutters > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  flex: initial !important;
  padding: 0 !important;
  border-left: 0 !important;
  min-width: 0 !important;
}
#order-standard_cart.ch-domain-config-page #owndomainsld,
#order-standard_cart.ch-domain-config-page #owndomaintld,
#order-standard_cart.ch-domain-config-page #useOwnDomain {
  width: 100% !important;
  height: 52px !important;
  margin: 0 !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
}
#order-standard_cart.ch-domain-config-page #owndomainsld,
#order-standard_cart.ch-domain-config-page #owndomaintld {
  border: 1.5px dashed #d0cfe8 !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: none !important;
}
#order-standard_cart.ch-domain-config-page #owndomainsld:focus,
#order-standard_cart.ch-domain-config-page #owndomaintld:focus {
  border-color: #F5A623 !important;
  box-shadow: 0 0 0 3px rgba(245,166,35,.14) !important;
}
#order-standard_cart.ch-domain-config-page #useOwnDomain {
  background: transparent !important;
  border: 1.5px dashed #F5A623 !important;
  color: #F5A623 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
#order-standard_cart.ch-domain-config-page #useOwnDomain:hover {
  background: #F5A623 !important;
  border-color: #F5A623 !important;
  color: #fff !important;
}
@media (max-width: 991.98px) {
  #order-standard_cart.ch-domain-config-page #frmProductDomain {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }
  #order-standard_cart.ch-domain-config-page .ch-selectable-card,
  #order-standard_cart.ch-domain-config-page #selection-options-domains {
    min-height: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .ch-domain-config-hero {
    padding: 28px 34px 0 !important;
    margin-bottom: 28px !important;
  }
  .ch-domain-config-hero .ch-h1 {
    font-size: 30px !important;
    line-height: 1.14 !important;
  }
  #order-standard_cart.ch-domain-config-page {
    padding: 0 34px 50px !important;
  }
  #order-standard_cart.ch-domain-config-page .ch-selectable-card .p-5 {
    padding: 36px 24px !important;
  }
  #order-standard_cart.ch-domain-config-page #selection-options-domains {
    padding: 22px !important;
  }
  #order-standard_cart.ch-domain-config-page .domain-input-group .row.no-gutters {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}


/* CloudHive domain steps alignment */
.ch-domain-config-hero .col-md-5 {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
}
.ch-domain-config-hero .ch-order-steps {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  width: 250px !important;
  margin-left: auto !important;
  margin-top: 0 !important;
  justify-content: stretch !important;
}
.ch-domain-config-hero .ch-order-steps .ch-step {
  width: 100% !important;
  justify-content: flex-start !important;
  min-height: 36px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
}
.ch-domain-config-hero .ch-order-steps .ch-step-text {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
@media (max-width: 767.98px) {
  .ch-domain-config-hero .col-md-5 {
    justify-content: stretch !important;
  }
  .ch-domain-config-hero .ch-order-steps {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 24px !important;
  }
  .ch-domain-config-hero .ch-order-steps .ch-step {
    border-radius: 12px !important;
  }
}


/* CloudHive domain configuration font weight cleanup */
#order-standard_cart.ch-domain-config-page .ch-selectable-card h6,
#order-standard_cart.ch-domain-config-page .domain-input-group p {
  font-weight: 500 !important;
}
#order-standard_cart.ch-domain-config-page #owndomainsld,
#order-standard_cart.ch-domain-config-page #owndomaintld {
  font-weight: 400 !important;
}
#order-standard_cart.ch-domain-config-page #useOwnDomain {
  font-weight: 600 !important;
}


/* CloudHive product grid mobile wrap fix */
#order-standard_cart .ch-product-grid.row {
  flex-wrap: wrap !important;
}
@media (max-width: 575.98px) {
  #order-standard_cart .ch-product-grid.row {
    flex-wrap: wrap !important;
  }
  #order-standard_cart .ch-product-grid > [class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* Font Awesome replacement helpers: Lucide */
i[data-lucide], svg.lucide{width:1em;height:1em;vertical-align:-0.125em;stroke-width:2;}
.ch-lucide-fw{width:1.25em!important;min-width:1.25em;text-align:center;}
.ch-lucide-xs{width:.75em!important;height:.75em!important;}
.ch-lucide-sm{width:.875em!important;height:.875em!important;}
.ch-lucide-lg{width:1.333em!important;height:1.333em!important;}
.ch-lucide-2x{width:2em!important;height:2em!important;}
.ch-lucide-3x{width:3em!important;height:3em!important;}
.ch-lucide-4x{width:4em!important;height:4em!important;}
.ch-lucide-5x{width:5em!important;height:5em!important;}
.ch-lucide-fill{fill:currentColor;stroke-width:0;}
.ch-lucide-spin{animation:chLucideSpin 1s linear infinite;}
@keyframes chLucideSpin{to{transform:rotate(360deg);}}

/* Keep active order category visible inside horizontal rail */
.ch-cat-nav-wrapper{scroll-behavior:smooth;scroll-padding-inline:16px;}
.ch-cat-item.active{scroll-margin-inline:16px;}
