/* RoadHero Customer — mobility UI (Uber / Rapido / Hood patterns)
   Map-first hierarchy · monochrome chrome · mono for ETA/data · black CTAs */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

body.rh-customer {
  --bg: #f6f6f6;
  --bg-elev: #ffffff;
  --ink: #0a0a0a;
  --text: #1a1a1a;
  --mute: #6b6b6b;
  --line: #e8e8e8;
  --line-strong: #d0d0d0;
  --brand: #0a0a0a;
  --brand-ink: #000000;
  --signal: #276ef1;
  --ok: #05944f;
  --danger: #e11900;
  --warn: #c27803;
  --radius: 10px;
  --radius-lg: 16px;
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  --font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --display: "Plus Jakarta Sans", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --cv-teal: var(--ink);
  --cv-teal-dark: #000;
  --cv-orange: var(--signal);
  --black: #000000;
  --accent: #000000;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  letter-spacing: -0.011em;
}

/* —— Controls —— */
body.rh-customer .rh-btn {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: -0.015em;
  box-shadow: none;
}
body.rh-customer .rh-btn-ink,
body.rh-customer .rh-btn-signal {
  background: #000;
  border-color: #000;
  color: #fff;
}
body.rh-customer .rh-btn-ink:hover,
body.rh-customer .rh-btn-signal:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}
body.rh-customer .rh-btn-orange {
  background: #000;
  border-color: #000;
  color: #fff;
}
body.rh-customer .rh-btn-ghost-dark {
  border: 1px solid var(--line-strong);
  color: var(--ink);
  background: #fff;
  border-radius: 999px;
}
body.rh-customer .rh-btn-ghost-dark:hover {
  border-color: #000;
  background: #fafafa;
}
body.rh-customer .rh-input,
body.rh-customer .rh-select {
  border-radius: 12px;
  border-color: transparent;
  background: #f0f0f0;
  font-weight: 500;
  padding: 0.9rem 1rem;
}
body.rh-customer .rh-input:focus,
body.rh-customer .rh-select:focus {
  border-color: #000;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

/* —— Top bar —— */
body.rh-customer .rh-topbar {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: none;
}
body.rh-customer .rh-topbar-inner {
  min-height: 56px;
  gap: 1rem;
  align-items: center;
}
body.rh-customer .rh-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--ink);
}
body.rh-customer .rh-brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.85rem;
}
body.rh-customer .rh-brand-name {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}
body.rh-customer .rh-nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.1rem;
  margin-left: auto;
}
body.rh-customer .rh-nav-links > a {
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--mute);
  text-decoration: none;
}
body.rh-customer .rh-nav-links > a:hover {
  color: var(--ink);
  background: #f0f0f0;
}
body.rh-customer .rh-nav-links > a.is-active {
  color: #fff;
  background: #000;
  font-weight: 700;
}
body.rh-customer .rh-user-pill {
  margin-left: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #f0f0f0;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 600;
}
body.rh-customer .rh-nav-logout {
  color: var(--mute) !important;
}

body.rh-customer .rh-main {
  padding: 1.25rem 0 3rem;
}
body.rh-customer .rh-shell {
  max-width: 1040px;
}

/* —— Surfaces —— */
body.rh-customer .rh-panel {
  background: var(--bg-elev);
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
body.rh-customer .rh-panel-pad { padding: 1.15rem 1.2rem; }
body.rh-customer .rh-section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}
body.rh-customer .rh-section-title h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--ink);
}
body.rh-customer .rh-list-item {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 0.95rem 0.15rem;
  background: transparent;
}
body.rh-customer .rh-list-item:last-child { border-bottom: 0; }
body.rh-customer .rh-list-item:hover {
  background: #fafafa;
  color: inherit;
}
body.rh-customer .rh-list-item h3 {
  margin: 0 0 0.2rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
body.rh-customer .rh-list-item p {
  margin: 0;
  color: var(--mute);
  font-size: 0.82rem;
}
body.rh-customer .rh-text-link {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.875rem;
}
body.rh-customer .rh-text-link:hover { text-decoration: underline; }
body.rh-customer .rh-back-link {
  color: var(--mute);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.875rem;
}
body.rh-customer .rh-back-link:hover { color: var(--ink); }
body.rh-customer .rh-empty-state {
  color: var(--mute);
  padding: 1.1rem 0.15rem;
  font-size: 0.9rem;
}
body.rh-customer .rh-app-foot {
  background: #fff;
  border-top: 1px solid var(--line);
}

/* Mono data tiles (Uber Move Mono vibe) */
body.rh-customer .rh-stat {
  background: #f6f6f6;
  border: 0;
  border-radius: 12px;
  padding: 0.85rem 0.95rem;
}
body.rh-customer .rh-stat span {
  color: var(--mute);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
body.rh-customer .rh-stat strong {
  color: var(--ink);
  font-family: var(--mono);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 0.2rem;
  display: block;
}

/* Account */
body.rh-customer .rh-account-menu {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
body.rh-customer .rh-account-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.15rem;
  text-decoration: none !important;
  color: inherit;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
}
body.rh-customer .rh-account-row:last-child { border-bottom: 0; }
body.rh-customer .rh-account-row:hover { background: #fafafa; }
body.rh-customer .rh-account-row .ico {
  flex: 0 0 auto;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: #f0f0f0;
  color: var(--ink);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
}
body.rh-customer .rh-account-row .meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
body.rh-customer .rh-account-row .meta strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
}
body.rh-customer .rh-account-row .meta span {
  font-size: 0.8rem;
  color: var(--mute);
}
body.rh-customer .rh-account-row .go {
  color: var(--mute);
  font-weight: 700;
}

/* —— Home: Uber “Where to?” sheet —— */
body.rh-customer .rh-desk-home {
  display: grid;
  gap: 1rem;
}
body.rh-customer .rh-ride-home {
  display: grid;
  gap: 1rem;
}
body.rh-customer .rh-where-sheet {
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 1.35rem 1.35rem 1.25rem;
}
body.rh-customer .rh-where-sheet .greet {
  margin: 0 0 0.25rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}
body.rh-customer .rh-where-sheet h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 3vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.15;
  color: var(--ink);
}
body.rh-customer .rh-where-cta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: inherit;
  background: #f0f0f0;
  border: 0;
  border-radius: 14px;
  padding: 1rem 1.1rem;
  transition: background 0.15s ease;
}
body.rh-customer .rh-where-cta:hover { background: #e8e8e8; }
body.rh-customer .rh-where-cta .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  flex: 0 0 auto;
}
body.rh-customer .rh-where-cta .copy {
  flex: 1;
  min-width: 0;
}
body.rh-customer .rh-where-cta .copy strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
body.rh-customer .rh-where-cta .copy span {
  display: block;
  font-size: 0.82rem;
  color: var(--mute);
  margin-top: 0.1rem;
}
body.rh-customer .rh-where-cta .go {
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--mute);
}

body.rh-customer .rh-service-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
}
@media (max-width: 640px) {
  body.rh-customer .rh-service-rail { grid-template-columns: repeat(2, 1fr); }
}
body.rh-customer .rh-service-chip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 1rem 0.95rem;
  background: #fff;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow);
  min-height: 96px;
  transition: transform 0.15s ease;
}
body.rh-customer .rh-service-chip:hover { transform: translateY(-1px); }
body.rh-customer .rh-service-chip .ico {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: #f0f0f0;
  display: grid;
  place-items: center;
  font-size: 1.05rem;
}
body.rh-customer .rh-service-chip strong {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.rh-customer .rh-desk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 860px) {
  body.rh-customer .rh-desk-grid { grid-template-columns: 1fr; }
}

body.rh-customer .rh-desk-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}
body.rh-customer .rh-desk-steps li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.75rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
body.rh-customer .rh-desk-steps li:last-child { border-bottom: 0; }
body.rh-customer .rh-desk-steps .n {
  font-family: var(--mono);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--mute);
  line-height: 1.4;
}
body.rh-customer .rh-desk-steps strong {
  display: block;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
}
body.rh-customer .rh-desk-steps span {
  display: block;
  color: var(--mute);
  font-size: 0.8rem;
  margin-top: 0.12rem;
}

/* Legacy desk-hero (kept if referenced) */
body.rh-customer .rh-desk-hero {
  display: none;
}

/* Book + trip */
body.rh-customer .rh-book-flow-head h1 {
  font-family: var(--display);
  letter-spacing: -0.04em;
  font-weight: 800;
  color: var(--ink);
}
body.rh-customer .rh-book-flow-head p { color: var(--mute); }
body.rh-customer .rh-progress-step {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--mute);
}
body.rh-customer .rh-progress-step.is-on { color: var(--ink); font-weight: 700; }
body.rh-customer .rh-preset {
  border-radius: 999px !important;
  border: 1px solid var(--line-strong) !important;
  background: #fff !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
}
body.rh-customer .rh-preset.is-on {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}

/* Live tracking — Rapido post-order sheet */
body.rh-customer .rh-track-sheet {
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
  margin-bottom: 1rem;
}
body.rh-customer .rh-track-sheet-map {
  position: relative;
  background: #e8ebe8;
}
body.rh-customer .rh-track-sheet-map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}
body.rh-customer .rh-track-sheet-body {
  padding: 1.1rem 1.2rem 1.25rem;
}
body.rh-customer .rh-track-eta-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}
body.rh-customer .rh-track-eta-row .eta-big {
  font-family: var(--mono);
  font-size: clamp(1.8rem, 4vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--ink);
}
body.rh-customer .rh-track-eta-row .eta-big small {
  display: block;
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--mute);
  letter-spacing: 0;
  margin-top: 0.35rem;
  text-transform: uppercase;
}
body.rh-customer .rh-track-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
body.rh-customer .rh-track-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #f0f0f0;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink);
  font-family: var(--mono);
}
body.rh-customer .rh-track-chip span {
  font-family: var(--font);
  color: var(--mute);
  font-weight: 600;
}
body.rh-customer #rh-track-status {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ok);
}

body.rh-customer .rh-badge {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border: 0;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mute);
  background: #f0f0f0;
}

/* Auth — stark split */
body.rh-customer.rh-auth-body {
  background: #fff;
  min-height: 100vh;
}
body.rh-customer .rh-auth-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 900px) {
  body.rh-customer .rh-auth-page { grid-template-columns: 1fr; }
}
body.rh-customer .rh-auth-art,
body.rh-customer .rh-auth-art-rich {
  background: #0a0a0a;
  color: #fff;
  padding: 2.25rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
@media (max-width: 900px) {
  body.rh-customer .rh-auth-art {
    min-height: auto;
    padding: 1.5rem 1.35rem;
  }
}
body.rh-customer .rh-auth-art .rh-brand-name { color: #fff; }
body.rh-customer .rh-auth-art .rh-brand-mark { background: #fff; color: #000; }
body.rh-customer .rh-auth-art h2 {
  font-family: var(--display);
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  letter-spacing: -0.045em;
  margin: 0.55rem 0;
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
}
body.rh-customer .rh-auth-art p {
  color: rgba(255, 255, 255, 0.65);
  max-width: 22rem;
  font-size: 0.95rem;
}
body.rh-customer .rh-auth-art .rh-badge {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
}
body.rh-customer .rh-auth-bullets {
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 500;
}
body.rh-customer .rh-auth-bullets li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin-right: 0.65rem;
  vertical-align: middle;
}
body.rh-customer .rh-auth-demo {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1rem;
  font-family: var(--mono);
}
body.rh-customer .rh-auth-panel {
  display: grid;
  place-items: center;
  padding: 2rem 1.25rem;
  background: #fff;
}
body.rh-customer .rh-auth-card,
body.rh-customer .rh-auth-card-rich {
  width: min(400px, 100%);
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 0.5rem 0.25rem;
  box-shadow: none;
}
body.rh-customer .rh-auth-card-head h1 {
  font-family: var(--display);
  font-size: 1.65rem;
  letter-spacing: -0.04em;
  margin: 0 0 0.35rem;
  color: var(--ink);
  font-weight: 800;
}
body.rh-customer .rh-auth-form {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.25rem;
}
body.rh-customer .rh-auth-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  margin-top: 1.5rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
}
body.rh-customer .rh-auth-foot a {
  color: var(--mute);
  text-decoration: none;
  font-weight: 600;
}
body.rh-customer .rh-auth-foot a:hover { color: #000; }

body.rh-customer .rh-alert {
  border-radius: 12px;
  border: 0;
}
body.rh-customer .rh-alert-ok {
  background: #eaf7f0;
  color: #05603a;
}
body.rh-customer .rh-alert-err {
  background: #fdecea;
  color: #a8071a;
}

@media (max-width: 860px) {
  body.rh-customer .rh-nav-links > a:not(.rh-nav-logout) {
    font-size: 0.8rem;
    padding: 0.35rem 0.55rem;
  }
  body.rh-customer .rh-user-pill { display: none; }
  body.rh-customer .rh-track-sheet-map iframe { height: 240px; }
}

/* —— Book flow icons/text — mobile WebView safe (SVG, no font) —— */
.rh-svg-ico {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  color: inherit;
}

body.rh-customer .rh-vehicle-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.75rem !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  body.rh-customer:not(.rh-native-app) .rh-vehicle-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

body.rh-customer .rh-vehicle-card {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  color: #111 !important;
  background: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  -webkit-appearance: none;
  appearance: none;
  text-align: left;
}

body.rh-customer .rh-vehicle-card strong,
body.rh-customer .rh-vehicle-card > span:not(.rh-vehicle-ico) {
  color: inherit;
  display: block;
  visibility: visible !important;
  opacity: 1 !important;
}
body.rh-customer .rh-vehicle-card > span:not(.rh-vehicle-ico) {
  color: #6b6b6b !important;
}

body.rh-customer .rh-vehicle-ico {
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  background: #111 !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.35rem;
}
body.rh-customer .rh-vehicle-ico .rh-svg-ico {
  width: 1.4rem;
  height: 1.4rem;
  color: #fff !important;
  stroke: #fff !important;
}

body.rh-customer .rh-problem-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.65rem !important;
  width: 100%;
  max-width: 100%;
}
body.rh-customer .rh-problem-row {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  color: #111 !important;
  background: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  -webkit-appearance: none;
  appearance: none;
  text-align: left;
}
body.rh-customer .rh-problem-ico {
  width: 44px !important;
  height: 44px !important;
  border-radius: 12px !important;
  background: #f3f3f3 !important;
  color: #111 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto !important;
}
body.rh-customer .rh-problem-ico .rh-svg-ico {
  width: 1.25rem;
  height: 1.25rem;
  color: #111 !important;
  stroke: #111 !important;
}
body.rh-customer .rh-problem-copy {
  flex: 1 1 auto;
  min-width: 0;
  color: #111 !important;
}
body.rh-customer .rh-problem-copy strong {
  display: block !important;
  color: #111 !important;
  font-size: 0.98rem !important;
  font-weight: 800 !important;
  visibility: visible !important;
}
body.rh-customer .rh-problem-copy span {
  display: block !important;
  color: #6b6b6b !important;
  font-size: 0.82rem !important;
  visibility: visible !important;
}
body.rh-customer .rh-problem-fare {
  flex: 0 0 auto;
  text-align: right;
  color: #111 !important;
  max-width: 38%;
}
body.rh-customer .rh-problem-fare strong {
  display: block !important;
  color: #111 !important;
  font-size: 0.9rem !important;
  white-space: nowrap;
}
body.rh-customer .rh-problem-fare span {
  display: block !important;
  color: #6b6b6b !important;
  font-size: 0.75rem !important;
}

@media (max-width: 420px) {
  body.rh-customer .rh-problem-fare {
    max-width: 34%;
  }
  body.rh-customer .rh-problem-fare strong {
    font-size: 0.82rem !important;
  }
  body.rh-customer .rh-problem-copy strong {
    font-size: 0.92rem !important;
  }
}

body.rh-customer .rh-home-service-ico {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #f3f3f3;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.35rem;
}
body.rh-customer .rh-home-service-ico .rh-svg-ico {
  width: 1rem;
  height: 1rem;
  color: #111;
  stroke: #111;
}
