/* Public hosting only. Checkout hooks and the customer account are unchanged. */
body.dl-public-restyle :is(.review-home-hosting, .dlhs-storefront) {
  --dlh-base: #14171c;
  --dlh-input-border: #697486;
  --dlh-success: #a5d9bd;
  --dlh-warning: #f1c98d;
  color: var(--dl-text, #f3f5f7);
  color-scheme: dark;
}

/* Homepage: the comparison remains the main element within this section. */
body.dl-public-restyle .review-home-hosting .home-hosting-manager {
  gap: 16px;
  padding: 32px !important; /* Replaces the earlier component's important padding. */
  overflow: visible;
  border: 1px solid var(--dl-border, #39414d);
  border-radius: var(--dl-radius, 12px);
  color: var(--dl-text, #f3f5f7);
  background: var(--dl-surface, #1b2028);
  box-shadow: none;
}

body.dl-public-restyle .review-home-hosting :is(.home-manager-head h2, .home-domain-title, .home-manager-plan-name, .home-manager-plan > strong, .home-manager-console strong) {
  color: var(--dl-text, #f3f5f7);
}

body.dl-public-restyle .review-home-hosting .home-manager-head h2 {
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  line-height: 1.2;
  letter-spacing: -.025em;
}

body.dl-public-restyle .review-home-hosting :is(.home-manager-kicker, .home-manager-intro, .home-manager-plan-fit, .home-manager-plan em, .home-manager-plan strong small, .home-manager-plan-features li, .home-manager-pricing-trust, .home-manager-console p) {
  color: var(--dl-muted, #bcc4d0);
}

body.dl-public-restyle .review-home-hosting .home-manager-intro {
  max-width: 760px;
  font-size: 1rem;
  line-height: 1.7;
}

body.dl-public-restyle .review-home-hosting .home-manager-kicker {
  font-size: .75rem;
  letter-spacing: .055em;
  line-height: 1.5;
  font-weight: 650;
}

body.dl-public-restyle .review-home-hosting .home-manager-plans {
  gap: 20px;
  margin: 20px 0 0;
  align-items: stretch;
}

body.dl-public-restyle .review-home-hosting .home-manager-plan {
  min-width: 0;
  min-height: 0;
  padding: 26px 24px 22px;
  gap: 11px;
  border: 1px solid var(--dl-border, #39414d);
  border-radius: var(--dl-radius, 12px);
  background: var(--dl-surface-raised, #222831);
  box-shadow: none;
  transform: none;
  text-decoration: none;
  transition: border-color 140ms ease, background-color 140ms ease;
}

body.dl-public-restyle .review-home-hosting .home-manager-plan.is-featured {
  border-color: #626c7b;
  background: #262d37;
}

body.dl-public-restyle .review-home-hosting .home-manager-plan:is(:hover, :focus-visible) {
  border-color: var(--dl-accent, #5288ed);
  background: #28303b;
  box-shadow: none;
  transform: none;
}

body.dl-public-restyle .review-home-hosting .home-manager-plan-badge {
  top: -12px;
  left: 20px;
  padding: 3px 8px;
  border: 1px solid #626c7b;
  border-radius: 5px;
  background: #303844;
  color: var(--dl-text, #f3f5f7);
  font-size: .72rem;
  font-weight: 600;
  line-height: 1.5;
}

body.dl-public-restyle .review-home-hosting .home-manager-plan-name {
  font-size: 1.12rem;
  line-height: 1.35;
  font-weight: 700;
}

body.dl-public-restyle .review-home-hosting .home-manager-plan-fit {
  min-height: 0;
  margin: 0;
  font-size: .875rem;
  line-height: 1.55;
}

body.dl-public-restyle .review-home-hosting .home-manager-plan > strong {
  font-size: 2.6rem;
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 700;
}

body.dl-public-restyle .review-home-hosting .home-manager-plan strong small {
  font-size: .86rem;
  letter-spacing: 0;
  font-weight: 500;
}

body.dl-public-restyle .review-home-hosting .home-manager-plan em {
  font-size: .82rem;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
}

body.dl-public-restyle .review-home-hosting .home-manager-plan-features {
  min-height: 0;
  margin: 7px 0 0;
  gap: 10px;
}

body.dl-public-restyle .review-home-hosting .home-manager-plan-features li {
  font-size: .9rem;
  line-height: 1.55;
}

body.dl-public-restyle .review-home-hosting .home-manager-plan-features li::before {
  background: #bdc6d1;
}

body.dl-public-restyle .review-home-hosting .home-manager-plan-cta {
  align-items: center;
  gap: 12px;
  margin-top: 9px;
  padding-top: 16px;
  border-color: var(--dl-border, #39414d);
  color: var(--dl-focus, #9cbfff);
  font-size: .94rem;
  line-height: 1.5;
}

body.dl-public-restyle .review-home-hosting .home-manager-plan-cta > span,
body.dl-public-restyle .review-home-hosting .home-manager-console a > span {
  flex: none;
  white-space: nowrap;
}

body.dl-public-restyle .review-home-hosting .home-manager-pricing-trust {
  margin: 2px 0 0;
  font-size: .875rem;
  line-height: 1.7;
}

body.dl-public-restyle .review-home-hosting .home-domain-title {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.35;
}

body.dl-public-restyle .review-home-hosting .home-domain-checker {
  max-width: none;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--dl-border, #39414d);
  border-radius: 10px;
  background: var(--dl-surface-raised, #222831);
  box-shadow: none;
}

body.dl-public-restyle .review-home-hosting .home-domain-checker > label {
  font-size: .85rem;
  line-height: 1.5;
  font-weight: 600;
  text-transform: none;
  color: var(--dl-text, #f3f5f7);
}

body.dl-public-restyle .review-home-hosting .home-domain-fields {
  grid-template-columns: minmax(0, 1fr) 96px auto;
  gap: 10px;
}

body.dl-public-restyle .review-home-hosting :is(.home-domain-result, .home-domain-result p, .home-domain-choice > p) {
  color: var(--dl-muted, #bcc4d0);
  font-size: .85rem;
  line-height: 1.6;
  font-weight: 400;
}

body.dl-public-restyle .review-home-hosting .home-domain-choice > strong {
  color: var(--dl-text, #f3f5f7);
  font-size: .95rem;
}

body.dl-public-restyle .review-home-hosting .home-domain-choices {
  gap: 20px;
  border-color: var(--dl-border, #39414d);
}

body.dl-public-restyle .review-home-hosting .home-domain-result.is-success {
  color: var(--dlh-success);
}

body.dl-public-restyle .review-home-hosting .home-domain-result.is-warning {
  color: var(--dlh-warning);
}

body.dl-public-restyle .review-home-hosting .home-manager-console {
  gap: 20px;
  margin: 10px 0 0;
  padding: 22px 0 0;
  border: 0;
  border-top: 1px solid var(--dl-border, #39414d);
  border-radius: 0;
  background: none;
  box-shadow: none;
}

body.dl-public-restyle .review-home-hosting .home-manager-console a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--dl-focus, #9cbfff);
  font-size: .9rem;
  line-height: 1.6;
  white-space: normal;
}

body.dl-public-restyle .review-home-hosting .home-manager-console strong {
  font-size: .95rem;
  line-height: 1.5;
}

body.dl-public-restyle .review-home-hosting .home-manager-console p {
  font-size: .85rem;
  line-height: 1.65;
}

/* Storefront: subdued photography supports the product comparison. */
body.dl-public-restyle .dlhs-storefront {
  --dlhs-ink: var(--dl-text, #f3f5f7);
  --dlhs-muted: var(--dl-muted, #bcc4d0);
  --dlhs-line: var(--dl-border, #39414d);
  background: var(--dlh-base);
}

body.dl-public-restyle .dlhs-storefront .dlhs-hero {
  grid-template-columns: minmax(0, 1.45fr) minmax(0, .8fr);
  gap: 48px;
  min-height: 0;
  padding-top: 90px;
  padding-bottom: 48px;
}

body.dl-public-restyle .dlhs-storefront .dlhs-copy h1 {
  font-size: clamp(2.25rem, 3.8vw, 3.7rem);
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 700;
}

body.dl-public-restyle .dlhs-storefront .dlhs-copy > p:not(.dlhs-eyebrow) {
  margin-top: 22px;
  font-size: 1.04rem;
  line-height: 1.75;
  color: var(--dl-muted, #bcc4d0);
}

body.dl-public-restyle .dlhs-storefront .dlhs-eyebrow {
  color: var(--dl-muted, #bcc4d0);
  font-size: .76rem;
  line-height: 1.5;
  font-weight: 650;
  letter-spacing: .055em;
}

body.dl-public-restyle .dlhs-storefront .dlhs-hero-actions {
  gap: 10px;
  margin-top: 26px;
}

body.dl-public-restyle .dlhs-storefront .dlhs-trust-strip {
  gap: 8px 18px;
  margin-top: 22px;
}

body.dl-public-restyle .dlhs-storefront .dlhs-trust-strip li {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: var(--dl-muted, #bcc4d0);
  font-size: .84rem;
  line-height: 1.7;
  font-weight: 400;
}

body.dl-public-restyle .dlhs-storefront .dlhs-hosting-media {
  width: 100%;
  max-width: 430px;
  aspect-ratio: auto;
  border: 1px solid var(--dl-border, #39414d);
  border-radius: var(--dl-radius, 12px);
  background: var(--dl-surface, #1b2028);
  box-shadow: none;
}

body.dl-public-restyle .dlhs-storefront .dlhs-hosting-media::after,
body.dl-public-restyle .dlhs-storefront .dlhs-media-brand,
body.dl-public-restyle .dlhs-storefront .dlhs-hosting-media-detail {
  display: none;
}

body.dl-public-restyle .dlhs-storefront .dlhs-hosting-media-main {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

body.dl-public-restyle .dlhs-storefront .dlhs-hosting-media figcaption {
  position: static;
  max-width: none;
  padding: 16px 18px;
  gap: 6px;
  color: var(--dl-text, #f3f5f7);
}

body.dl-public-restyle .dlhs-storefront .dlhs-hosting-media figcaption span {
  color: var(--dl-muted, #bcc4d0);
  font-size: .72rem;
  line-height: 1.5;
  font-weight: 500;
}

body.dl-public-restyle .dlhs-storefront .dlhs-hosting-media figcaption strong {
  font-size: .86rem;
  line-height: 1.6;
  font-weight: 500;
}

body.dl-public-restyle .dlhs-storefront :is(.dlhs-search-section, .dlhs-plans-section, .dlhs-checkout-shell) {
  padding-top: 48px;
  padding-bottom: 48px;
  scroll-margin-top: 100px;
}

body.dl-public-restyle .dlhs-storefront .dlhs-section-head {
  margin-bottom: 24px;
}

body.dl-public-restyle .dlhs-storefront :is(.dlhs-section-head h2, .dlhs-checkout-summary h2, .dlhs-checkout-form h2) {
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.18;
  letter-spacing: -.025em;
  font-weight: 700;
  color: var(--dl-text, #f3f5f7);
}

body.dl-public-restyle .dlhs-storefront :is(.dlhs-section-head p:not(.dlhs-eyebrow), .dlhs-checkout-summary p, .dlhs-small, .dlhs-price-policy, .dlhs-domain-result p, .dlhs-included-panel li, .dlhs-email-limit-note p) {
  color: var(--dl-muted, #bcc4d0);
  line-height: 1.7;
}

body.dl-public-restyle .dlhs-storefront :is(.dlhs-domain-search, .dlhs-domain-result, .dlhs-domain-only-intro, .dlhs-cart, .dlhs-checkout-form, .dlhs-included-panel, .dlhs-email-limit-note, .dlhs-checkout-message) {
  border: 1px solid var(--dl-border, #39414d);
  border-radius: var(--dl-radius, 12px);
  background: var(--dl-surface, #1b2028);
  box-shadow: none;
}

body.dl-public-restyle .dlhs-storefront .dlhs-domain-only-intro {
  padding: 24px;
  margin: 18px 0;
  gap: 24px;
}

body.dl-public-restyle .dlhs-storefront .dlhs-domain-only-intro :is(span, small, li) {
  color: var(--dl-muted, #bcc4d0);
  line-height: 1.65;
}

body.dl-public-restyle .dlhs-storefront :is(.dlhs-domain-only-intro strong, .dlhs-domain-result strong, .dlhs-email-limit-note strong, .dlhs-included-panel h3) {
  color: var(--dl-text, #f3f5f7);
}

body.dl-public-restyle .dlhs-storefront .dlhs-domain-search {
  grid-template-columns: minmax(0, 1fr) 140px auto;
  gap: 14px;
  padding: 22px;
}

body.dl-public-restyle .dlhs-storefront .dlhs-domain-result.is-success {
  border-color: #537761;
}

body.dl-public-restyle .dlhs-storefront .dlhs-domain-result.is-warning {
  border-color: #9b7950;
}

body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-plan-grid {
  gap: 24px;
  margin-top: 28px;
  align-items: stretch;
}

body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-plan-card {
  min-height: 0;
  padding: 28px 24px 24px;
  gap: 22px;
  border: 1px solid var(--dl-border, #39414d);
  border-radius: var(--dl-radius, 12px);
  background: var(--dl-surface, #1b2028);
  box-shadow: none;
  transform: none;
  transition: border-color 140ms ease, background-color 140ms ease;
}

body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-plan-card.is-featured {
  border-color: #626c7b;
  background: var(--dl-surface-raised, #222831);
  box-shadow: none;
}

body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-plan-card.is-selected {
  border-color: var(--dl-accent, #5288ed);
  background: #222d40;
  box-shadow: inset 0 3px 0 var(--dl-accent, #5288ed);
  transform: none;
}

body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-plan-badge {
  top: -12px;
  left: 20px;
  padding: 3px 9px;
  border: 1px solid #626c7b;
  border-radius: 5px;
  background: #303844;
  color: var(--dl-text, #f3f5f7);
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.5;
}

body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-plan-card .dlhs-plan-kicker {
  color: var(--dl-muted, #bcc4d0);
  font-size: .82rem;
  font-weight: 500;
}

body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-plan-card h3 {
  font-size: 1.6rem;
  line-height: 1.25;
  color: var(--dl-text, #f3f5f7);
}

body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-plan-card > div:first-child > p:last-child,
body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-plan-card li {
  color: var(--dl-muted, #bcc4d0);
  font-size: .94rem;
  line-height: 1.6;
}

body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-price {
  border-color: var(--dl-border, #39414d);
  padding-bottom: 20px;
}

body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-price strong {
  color: var(--dl-text, #f3f5f7);
  font-size: 2.6rem;
  line-height: 1.1;
  letter-spacing: -.03em;
}

body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-price :is(span, small) {
  color: var(--dl-muted, #bcc4d0);
  font-size: .84rem;
  line-height: 1.6;
  font-weight: 400;
}

body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-plan-card li::before,
body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-pricing-trust li::before {
  color: #c8d0dc;
}

body.dl-public-restyle .dlhs-storefront #hostingpakketten :is(.dlhs-plan-details, .dlhs-pricing-trust) {
  border-color: var(--dl-border, #39414d);
  color: var(--dl-muted, #bcc4d0);
}

body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-plan-details summary,
body.dl-public-restyle .dlhs-storefront .dlhs-text-link {
  color: var(--dl-focus, #9cbfff);
}

body.dl-public-restyle .dlhs-storefront .dlhs-included-panel {
  padding: 26px;
  gap: 24px;
}

body.dl-public-restyle .dlhs-storefront .dlhs-included-panel h3 {
  font-size: 1.65rem;
  line-height: 1.25;
}

body.dl-public-restyle .dlhs-storefront .dlhs-included-panel li {
  font-size: .94rem;
  font-weight: 400;
}

body.dl-public-restyle .dlhs-storefront .dlhs-included-panel li::before {
  background: #bdc6d1;
}

/* Inputs, buttons and feedback share the public form treatment. */
body.dl-public-restyle .review-home-hosting .home-domain-fields :is(input, select),
body.dl-public-restyle .dlhs-storefront :is(.dlhs-domain-search, .dlhs-checkout-form) :is(input:not([type="checkbox"]), select) {
  min-width: 0;
  min-height: 48px;
  width: 100%;
  padding: 11px 13px;
  border: 1px solid var(--dlh-input-border);
  border-radius: 7px;
  color: var(--dl-text, #f3f5f7);
  background: var(--dlh-base);
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}

body.dl-public-restyle .review-home-hosting .home-domain-fields input::placeholder,
body.dl-public-restyle .dlhs-storefront :is(.dlhs-domain-search, .dlhs-checkout-form) input::placeholder {
  color: #a6afbd;
  opacity: 1;
}

body.dl-public-restyle .dlhs-storefront :is(.dlhs-domain-search, .dlhs-checkout-form) label > span {
  color: var(--dl-text, #f3f5f7);
  font-size: .86rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

body.dl-public-restyle .dlhs-storefront .dlhs-checkout-form label small {
  color: var(--dl-muted, #bcc4d0);
  font-size: .78rem;
  font-weight: 400;
}

body.dl-public-restyle .dlhs-storefront .dlhs-checkout-form .dlhs-checkbox span {
  color: var(--dl-muted, #bcc4d0);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7;
}

body.dl-public-restyle .dlhs-storefront .dlhs-checkout-form input[type="checkbox"] {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  min-height: 0;
  padding: 0;
  margin-top: 3px;
  accent-color: var(--dl-action, #245cc5);
}

body.dl-public-restyle .dlhs-storefront .dlhs-checkout-form {
  padding: 28px;
  gap: 22px;
}

body.dl-public-restyle .dlhs-storefront .dlhs-form-grid {
  gap: 18px 16px;
}

body.dl-public-restyle .dlhs-storefront .dlhs-cart {
  padding: 24px;
}

body.dl-public-restyle .dlhs-storefront .dlhs-cart :is(li, .dlhs-cart-total) {
  border-color: var(--dl-border, #39414d);
}

body.dl-public-restyle .dlhs-storefront .dlhs-cart span {
  color: var(--dl-muted, #bcc4d0);
  font-size: .88rem;
  line-height: 1.6;
  font-weight: 400;
}

body.dl-public-restyle .dlhs-storefront .dlhs-cart strong {
  color: var(--dl-text, #f3f5f7);
  font-size: .94rem;
  line-height: 1.6;
  font-weight: 600;
  overflow-wrap: anywhere;
}

body.dl-public-restyle .dlhs-storefront .dlhs-cart .dlhs-cart-total strong {
  color: var(--dl-text, #f3f5f7);
  font-size: 1.1rem;
}

body.dl-public-restyle .dlhs-storefront .dlhs-checkout-message:empty {
  display: none;
}

body.dl-public-restyle .dlhs-storefront .dlhs-checkout-message:not(:empty) {
  padding: 16px;
}

body.dl-public-restyle .dlhs-storefront .dlhs-checkout-message p {
  margin: 0;
  color: var(--dl-text, #f3f5f7);
  font-size: .92rem;
  line-height: 1.7;
  font-weight: 500;
}

body.dl-public-restyle .dlhs-storefront .dlhs-success-box {
  border-color: #537761;
  border-radius: 8px;
  background: #1c2c24;
  color: var(--dlh-success);
}

body.dl-public-restyle .review-home-hosting :is(.home-domain-fields button, .home-domain-buy),
body.dl-public-restyle .dlhs-storefront .dlhs-button {
  min-height: 48px;
  padding: 11px 18px;
  border: 1px solid var(--dl-border, #39414d);
  border-radius: 7px;
  box-shadow: none;
  font-family: inherit;
  font-size: .93rem;
  line-height: 1.5;
  font-weight: 650;
  text-align: center;
  white-space: normal;
  transform: none;
  transition: border-color 140ms ease, background-color 140ms ease;
}

body.dl-public-restyle .review-home-hosting :is(.home-domain-fields button, .home-domain-buy),
body.dl-public-restyle .dlhs-storefront .dlhs-button-primary,
body.dl-public-restyle .dlhs-storefront .dlhs-plan-card.is-selected .dlhs-button-secondary {
  border-color: var(--dl-action, #245cc5);
  color: #fff;
  background: var(--dl-action, #245cc5);
}

body.dl-public-restyle .review-home-hosting .home-domain-choice + .home-domain-choice .home-domain-buy,
body.dl-public-restyle .dlhs-storefront .dlhs-button-secondary {
  border-color: #738094;
  color: var(--dl-text, #f3f5f7);
  background: var(--dl-surface-raised, #222831);
}

body.dl-public-restyle .review-home-hosting :is(.home-domain-fields button, .home-domain-buy):hover,
body.dl-public-restyle .dlhs-storefront .dlhs-button-primary:hover,
body.dl-public-restyle .dlhs-storefront .dlhs-plan-card.is-selected .dlhs-button-secondary:hover {
  background: #1c4fae;
  border-color: #1c4fae;
  color: #fff;
  box-shadow: none;
  transform: none;
}

body.dl-public-restyle .dlhs-storefront .dlhs-button-secondary:hover,
body.dl-public-restyle .review-home-hosting .home-domain-choice + .home-domain-choice .home-domain-buy:hover {
  border-color: #8d98a7;
  background: #2d3541;
  color: var(--dl-text, #f3f5f7);
  transform: none;
}

body.dl-public-restyle :is(.review-home-hosting, .dlhs-storefront) :is(a, button, input, select, summary):focus-visible {
  outline: 3px solid var(--dl-focus, #9cbfff);
  outline-offset: 4px;
  box-shadow: none;
}

body.dl-public-restyle .review-home-hosting .home-domain-fields :is(input, select):focus,
body.dl-public-restyle .dlhs-storefront :is(.dlhs-domain-search, .dlhs-checkout-form) :is(input, select):focus {
  border-color: var(--dl-focus, #9cbfff);
  box-shadow: none;
}

body.dl-public-restyle :is(.review-home-hosting, .dlhs-storefront) :is(button, input, select):disabled {
  cursor: not-allowed;
  opacity: .65;
}

/* Buying questions use the same matte surfaces as the packages. */
body.dl-public-restyle .dlhs-storefront .dl-hosting-review {
  gap: 36px;
  padding: 32px;
  margin-top: 36px;
  margin-bottom: 36px;
  border-color: var(--dl-border, #39414d);
  border-radius: var(--dl-radius, 12px);
  background: var(--dl-surface, #1b2028);
}

body.dl-public-restyle .dlhs-storefront .dl-hosting-review :is(h2, summary) {
  color: var(--dl-text, #f3f5f7);
}

body.dl-public-restyle .dlhs-storefront .dl-hosting-review :is(.dl-hosting-review-intro > p, details p, .dlhs-eyebrow) {
  color: var(--dl-muted, #bcc4d0);
}

body.dl-public-restyle .dlhs-storefront .dl-hosting-review details {
  border-color: var(--dl-border, #39414d);
}

body.dl-public-restyle .dlhs-storefront .dl-hosting-review summary::marker {
  color: #c8d0dc;
}

body.dl-public-restyle .dlhs-storefront .dl-hosting-review a {
  color: var(--dl-focus, #9cbfff);
}

/* Shared grid rows align prices and actions without fixed text heights. */
@supports (grid-template-rows: subgrid) {
  @media (min-width: 981px) {
    body.dl-public-restyle .review-home-hosting .home-manager-plan {
      grid-row: span 6;
      grid-template-rows: subgrid;
      row-gap: 10px;
    }
    body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-plan-card {
      grid-row: span 4;
      grid-template-rows: subgrid;
    }
  }
}

@media (max-width: 980px) {
  body.dl-public-restyle .dlhs-storefront .dlhs-hero {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr);
    gap: 28px;
    padding-top: 68px;
    padding-bottom: 28px;
  }
  body.dl-public-restyle .dlhs-storefront .dlhs-copy h1 {
    font-size: clamp(2.15rem, 4.5vw, 3.2rem);
  }
  body.dl-public-restyle .dlhs-storefront .dlhs-hosting-media-main {
    aspect-ratio: 3 / 4;
  }
  body.dl-public-restyle .dlhs-storefront .dlhs-domain-search {
    grid-template-columns: minmax(0, 1fr) 110px auto;
  }
  body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-plan-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-plan-card {
    grid-template-rows: auto;
  }
}

@media (max-width: 760px) {
  body.dl-public-restyle .review-home-hosting .home-hosting-manager {
    padding: 22px !important;
    gap: 16px;
  }
  body.dl-public-restyle .review-home-hosting .home-manager-plans {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 18px;
  }
  body.dl-public-restyle .review-home-hosting .home-manager-plan {
    padding: 26px 22px 22px;
  }
  body.dl-public-restyle .review-home-hosting .home-manager-console {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  body.dl-public-restyle .dlhs-storefront .dlhs-hero {
    grid-template-columns: 1fr;
    padding-top: 52px;
    gap: 28px;
  }
  body.dl-public-restyle .dlhs-storefront .dlhs-hosting-media {
    max-width: none;
  }
  body.dl-public-restyle .dlhs-storefront .dlhs-hosting-media-main {
    aspect-ratio: 2 / 1;
  }
  body.dl-public-restyle .dlhs-storefront :is(.dlhs-search-section, .dlhs-plans-section, .dlhs-checkout-shell) {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  body.dl-public-restyle .dlhs-storefront .dl-hosting-review {
    padding: 24px;
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media (max-width: 560px) {
  body.dl-public-restyle .review-home-hosting .home-domain-fields {
    grid-template-columns: minmax(0, 1fr) 84px;
  }
  body.dl-public-restyle .review-home-hosting .home-domain-fields button {
    grid-column: 1 / -1;
  }
  body.dl-public-restyle .review-home-hosting .home-domain-checker {
    padding: 16px;
  }
  body.dl-public-restyle .dlhs-storefront .dlhs-domain-search {
    grid-template-columns: minmax(0, 1fr) 90px;
    padding: 18px;
    gap: 12px;
  }
  body.dl-public-restyle .dlhs-storefront .dlhs-domain-search > .dlhs-button {
    grid-column: 1 / -1;
    width: 100%;
  }
  body.dl-public-restyle .dlhs-storefront :is(.dlhs-domain-only-intro, .dlhs-included-panel, .dlhs-checkout-form, .dlhs-cart) {
    padding: 22px;
  }
  body.dl-public-restyle .dlhs-storefront .dlhs-form-grid {
    grid-template-columns: 1fr;
  }
  body.dl-public-restyle .dlhs-storefront .dlhs-cart li {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }
  body.dl-public-restyle .dlhs-storefront .dlhs-cart strong {
    width: 100%;
    max-width: none;
    text-align: left;
  }
  body.dl-public-restyle .dlhs-storefront .dlhs-email-limit-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  body.dl-public-restyle .review-home-hosting .home-hosting-manager {
    padding: 18px !important;
  }
  body.dl-public-restyle .review-home-hosting .home-manager-plan,
  body.dl-public-restyle .dlhs-storefront #hostingpakketten .dlhs-plan-card {
    padding: 24px 18px 20px;
  }
  body.dl-public-restyle .review-home-hosting .home-domain-fields {
    grid-template-columns: minmax(0, 1fr) 76px;
    gap: 8px;
  }
  body.dl-public-restyle .dlhs-storefront .dlhs-domain-search {
    grid-template-columns: 1fr;
  }
  body.dl-public-restyle .dlhs-storefront .dlhs-hero-actions .dlhs-button {
    width: 100%;
  }
  body.dl-public-restyle .dlhs-storefront .dl-hosting-review {
    padding: 22px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.dl-public-restyle .review-home-hosting :is(.home-manager-plan, .home-domain-fields button, .home-domain-buy),
  body.dl-public-restyle .dlhs-storefront :is(.dlhs-plan-card, .dlhs-button) {
    transition: none;
  }
  body.dl-public-restyle .review-home-hosting .home-domain-result.is-loading > span {
    animation: none;
  }
}
