/* MIHI OEM Search UX refresh v1.4.1
   Scoped styles for /kereses. */

[data-oem-live-page] {
  --oem-red: #d60000;
  --oem-black: #111111;
  --oem-ink: #181818;
  --oem-muted: #656565;
  --oem-line: rgba(17, 17, 17, 0.10);
  --oem-soft: #f6f6f6;
  --oem-radius-lg: 24px;
  --oem-radius-md: 16px;
}

[data-oem-live-page] .search-hero--ux {
  padding-block: clamp(2.8rem, 5vw, 4.75rem);
}

[data-oem-live-page] .search-hero-inner--ux {
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

[data-oem-live-page] .search-hero-copy {
  max-width: 700px;
}

[data-oem-live-page] .search-hero-copy h1 {
  max-width: 700px;
  text-wrap: balance;
}

[data-oem-live-page] .search-hero-copy .product-lead {
  max-width: 640px;
}

[data-oem-live-page] .search-capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

[data-oem-live-page] .search-capability-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.48rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
}

[data-oem-live-page] .search-page-form--ux {
  width: min(100%, 540px);
  padding: clamp(1.15rem, 2.5vw, 1.65rem);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

[data-oem-live-page] .search-form-heading {
  display: grid;
  gap: 0.2rem;
  margin-bottom: 0.75rem;
}

[data-oem-live-page] .search-form-kicker,
[data-oem-live-page] .search-results-kicker {
  color: var(--oem-red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

[data-oem-live-page] .search-page-form--ux label {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 800;
}

[data-oem-live-page] .search-input-row--ux {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
}

[data-oem-live-page] .search-input-control {
  position: relative;
  min-width: 0;
}

[data-oem-live-page] .search-input-row--ux input {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  border-radius: 14px;
  padding-left: 1rem;
  padding-right: 3rem;
  font-size: 1rem;
}

[data-oem-live-page] .search-input-row--ux input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

[data-oem-live-page] .search-input-clear {
  position: absolute;
  top: 50%;
  right: 0.65rem;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #5e646b;
  font: inherit;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

[data-oem-live-page] .search-input-clear:hover,
[data-oem-live-page] .search-input-clear:focus-visible {
  background: rgba(0, 0, 0, 0.08);
  color: #111;
  outline: none;
}

[data-oem-live-page] .search-input-clear[hidden] {
  display: none;
}

[data-oem-live-page] .search-input-row--ux .btn {
  min-height: 54px;
  min-width: 112px;
  border-radius: 14px;
}

[data-oem-live-page] .search-page-form--ux.is-submitting .btn[type="submit"] {
  opacity: 0.75;
  cursor: wait;
}

[data-oem-live-page] .search-form-help {
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.5;
}

[data-oem-live-page] .search-examples {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
}

[data-oem-live-page] .search-examples__label {
  margin-right: 0.1rem;
  color: rgba(255, 255, 255, 0.70);
  font-size: 0.76rem;
  font-weight: 700;
}

[data-oem-live-page] .search-examples button,
[data-oem-live-page] .search-start-grid button,
[data-oem-live-page] .search-start-link {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

[data-oem-live-page] .search-examples button {
  padding: 0.44rem 0.66rem;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

[data-oem-live-page] .search-examples button:hover,
[data-oem-live-page] .search-examples button:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

[data-oem-live-page] .search-results-section {
  scroll-margin-top: 90px;
}

[data-oem-live-page] .search-results-container {
  max-width: 1180px;
}

[data-oem-live-page] .search-results-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1.2fr);
  gap: 1.5rem 3rem;
  align-items: end;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--oem-line);
}

[data-oem-live-page] .search-results-heading h2 {
  margin: 0.2rem 0 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

[data-oem-live-page] .search-results-heading p {
  margin: 0;
  color: var(--oem-muted);
  line-height: 1.6;
}

[data-oem-live-page] .oem-live-status {
  margin: 0 0 1.15rem;
  padding: 0.95rem 1.05rem;
  border-radius: var(--oem-radius-md);
  background: rgba(214, 0, 0, 0.055);
  border: 1px solid rgba(214, 0, 0, 0.15);
  color: var(--oem-ink);
  font-weight: 700;
  line-height: 1.45;
}

[data-oem-live-page] .oem-live-status.is-loading {
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.035);
  border-color: rgba(0, 0, 0, 0.08);
}

[data-oem-live-page] .oem-live-status.is-loading::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--oem-red), transparent);
  animation: oem-search-loading 1.1s linear infinite;
}

@keyframes oem-search-loading {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

[data-oem-live-page] .oem-live-status__note {
  display: inline-block;
  margin-top: 0.25rem;
  color: var(--oem-muted);
  font-size: 0.86rem;
  font-weight: 600;
}

[data-oem-live-page] .search-results-grid,
[data-oem-live-page] .search-fallback {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

[data-oem-live-page] .search-fallback {
  grid-template-columns: minmax(0, 780px);
}

.oem-live-result {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  border-radius: var(--oem-radius-lg);
  border: 1px solid var(--oem-line);
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.075);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.oem-live-result:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.10);
}

.oem-live-result.is-catalog {
  border-left: 5px solid var(--oem-red);
}

.oem-live-result.is-landing {
  border-left: 5px solid var(--oem-black);
}

.oem-live-result--fallback {
  border-style: dashed;
  border-left: 5px solid var(--oem-red);
}

.oem-live-result__topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}

.oem-live-result__badge,
.oem-live-result__brand {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.34rem 0.7rem;
  font-size: 0.7rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.oem-live-result__badge {
  background: var(--oem-red);
  color: #fff;
}

.oem-live-result__brand {
  background: #f0f0f0;
  color: var(--oem-black);
}

.oem-live-result h3 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  line-height: 1.2;
  text-wrap: balance;
}

.oem-live-result__meta {
  margin: 0.32rem 0;
  color: #303030;
  line-height: 1.48;
}

.oem-live-result__meta strong {
  color: var(--oem-black);
}

.oem-live-result__part-number {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.45rem;
  border-radius: 7px;
  background: #f3f3f3;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-weight: 800;
  letter-spacing: 0.015em;
}

.oem-live-result p {
  margin: 0.9rem 0 0;
  color: #494949;
  line-height: 1.58;
}

.oem-live-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 1.1rem;
}

[data-oem-live-page] .search-start-panel {
  margin-top: 0.3rem;
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid var(--oem-line);
  border-radius: 26px;
  background: linear-gradient(145deg, #fff, #f8f8f8);
}

[data-oem-live-page] .search-start-panel[hidden] {
  display: none !important;
}

[data-oem-live-page] .search-start-panel__intro {
  max-width: 760px;
  margin-bottom: 1.25rem;
}

[data-oem-live-page] .search-start-panel__intro h2 {
  margin: 0.25rem 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}

[data-oem-live-page] .search-start-panel__intro p {
  margin: 0;
  color: var(--oem-muted);
  line-height: 1.6;
}

[data-oem-live-page] .search-start-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

[data-oem-live-page] .search-start-grid article {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 1.15rem;
  border: 1px solid var(--oem-line);
  border-radius: 18px;
  background: #fff;
}

[data-oem-live-page] .search-start-grid__number {
  color: var(--oem-red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

[data-oem-live-page] .search-start-grid h3 {
  margin: 0.55rem 0 0.45rem;
  font-size: 1.08rem;
}

[data-oem-live-page] .search-start-grid p {
  margin: 0;
  color: var(--oem-muted);
  line-height: 1.55;
}

[data-oem-live-page] .search-start-grid button,
[data-oem-live-page] .search-start-link {
  align-self: flex-start;
  margin-top: auto;
  padding: 0.55rem 0.75rem;
  background: #f1f1f1;
  color: var(--oem-black);
}

[data-oem-live-page] .search-start-grid button:hover,
[data-oem-live-page] .search-start-link:hover,
[data-oem-live-page] .search-start-grid button:focus-visible,
[data-oem-live-page] .search-start-link:focus-visible {
  background: #e7e7e7;
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  [data-oem-live-page] .search-results-heading {
    grid-template-columns: 1fr;
  }

  [data-oem-live-page] .search-start-grid {
    grid-template-columns: 1fr;
  }

  [data-oem-live-page] .search-start-grid article {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  [data-oem-live-page] .search-input-row--ux {
    grid-template-columns: 1fr;
  }

  [data-oem-live-page] .search-input-row--ux .btn {
    width: 100%;
  }

  [data-oem-live-page] .search-results-grid,
  [data-oem-live-page] .search-fallback {
    grid-template-columns: 1fr;
  }

  [data-oem-live-page] .search-capability-list span {
    font-size: 0.72rem;
  }
}

@media (max-width: 640px) {
  .oem-live-result__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .oem-live-result__actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-oem-live-page] *,
  [data-oem-live-page] *::before,
  [data-oem-live-page] *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Master 5.6.2.5 – price + stock display on Direct Lookup cards */
.oem-live-commerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: stretch;
  margin-top: 0.9rem;
  padding: 0.85rem;
  border: 1px solid rgba(17, 17, 17, 0.09);
  border-radius: 14px;
  background: #f7f7f7;
}

.oem-live-commerce__price {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.1rem;
  align-items: end;
}

.oem-live-commerce__list,
.oem-live-commerce__web {
  display: grid;
  gap: 0.18rem;
}

.oem-live-commerce__list span,
.oem-live-commerce__web span {
  color: var(--oem-muted, #656565);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.oem-live-commerce__list strong {
  color: #5d5d5d;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: line-through;
}

.oem-live-commerce__web strong {
  color: var(--oem-red, #d60000);
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  font-weight: 950;
  line-height: 1.05;
}

.oem-live-commerce__price.is-quote .oem-live-commerce__web strong {
  color: var(--oem-black, #111);
  font-size: 1.05rem;
}

.oem-live-commerce__stock {
  align-self: center;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.68rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  white-space: nowrap;
}

.oem-live-commerce__stock.is-in-stock {
  background: #e5f7ea;
  color: #176b31;
}

.oem-live-commerce__stock.is-out-of-stock {
  background: #f1f1f1;
  color: #5c5c5c;
}

.oem-live-commerce__stock.is-unknown {
  background: #fff3d9;
  color: #7b5600;
}

@media (max-width: 620px) {
  .oem-live-commerce {
    grid-template-columns: 1fr;
  }

  .oem-live-commerce__stock {
    justify-self: start;
  }
}


/* Master 5.6.2.5 – kizárólag kézzel megadott publikus árlista-dátum */
.oem-live-commerce__date {
  grid-column: 1 / -1;
  color: var(--oem-muted, #656565);
  font-size: 0.76rem;
  line-height: 1.35;
}

.oem-live-commerce__date strong {
  color: var(--oem-black, #111);
  font-weight: 850;
}

/* WebOrder v0.4.0 – Search Commerce Card · kontrollált LIVE_SANDBOX előnézet */
.oem-live-search-commerce-slot:empty {
  display: none;
}

.oem-live-order-card {
  margin-top: 0.85rem;
  padding: 0.95rem;
  border: 1px solid rgba(23, 107, 49, 0.2);
  border-radius: 14px;
  background: #f4fbf6;
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.04);
}

.oem-live-order-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.oem-live-order-card__head > div:first-child {
  display: grid;
  gap: 0.32rem;
}

.oem-live-order-card__badge {
  width: max-content;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  background: #fff1cf;
  color: #6f4b00;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.oem-live-order-card__head strong {
  color: var(--oem-black, #111);
  font-size: 1rem;
}

.oem-live-order-card__price {
  color: var(--oem-red, #d60000);
  font-size: 1.12rem;
  font-weight: 950;
  white-space: nowrap;
}

.oem-live-order-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
  margin-top: 0.72rem;
  color: var(--oem-muted, #656565);
  font-size: 0.78rem;
}

.oem-live-order-card__facts strong {
  color: var(--oem-black, #111);
  font-weight: 850;
}

.oem-live-order-card__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.oem-live-order-card__controls label {
  display: grid;
  gap: 0.25rem;
  color: var(--oem-muted, #656565);
  font-size: 0.72rem;
  font-weight: 800;
}

.oem-live-order-card__controls input {
  width: 82px;
  min-height: 42px;
  padding: 0.5rem 0.65rem;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 9px;
  background: #fff;
  color: var(--oem-black, #111);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
}

.oem-live-order-card__controls .btn {
  min-height: 42px;
}

.oem-live-order-card__controls button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.oem-live-order-card__message {
  margin-top: 0.65rem;
  color: var(--oem-muted, #656565);
  font-size: 0.74rem;
  line-height: 1.45;
}

@media (max-width: 620px) {
  .oem-live-order-card__head {
    display: grid;
  }

  .oem-live-order-card__price {
    white-space: normal;
  }

  .oem-live-order-card__controls {
    align-items: stretch;
  }

  .oem-live-order-card__controls label,
  .oem-live-order-card__controls input,
  .oem-live-order-card__controls .btn {
    width: 100%;
  }
}

/* MIHI Search v2.0 RC1 – controlled lookup / quota / conversion gate */
[data-oem-live-page] .search-v2-quote-shortcut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.9);
  font-size: .88rem;
  font-weight: 700;
}
[data-oem-live-page] .search-v2-quote-shortcut .btn { white-space: nowrap; }
[data-oem-live-page] .search-v2-quota { margin: 0 0 1rem; }
[data-oem-live-page] .search-v2-access {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--oem-line);
  font-size: .88rem;
}
[data-oem-live-page] .search-v2-access strong { font-weight: 900; }
[data-oem-live-page] .search-v2-access span { color: #555; }
[data-oem-live-page] .search-v2-access.is-warning { background: #fff7dc; border-color: #ead28c; }
[data-oem-live-page] .search-v2-access.is-blocked { background: #fff0f0; border-color: #e3aaaa; }
[data-oem-live-page] .search-v2-access.is-internal { background: #eaf7ef; border-color: #afd5bd; }
[data-oem-live-page] .search-v2-access.is-internal strong { color: #126b31; }
[data-oem-live-page] .search-start-grid--v2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
@media (max-width: 760px) {
  [data-oem-live-page] .search-v2-quote-shortcut,
  [data-oem-live-page] .search-v2-access { align-items: flex-start; flex-direction: column; }
  [data-oem-live-page] .search-v2-quote-shortcut .btn { width: 100%; text-align: center; }
  [data-oem-live-page] .search-start-grid--v2 { grid-template-columns: 1fr; }
}

/* Search v2.0 RC1 B09 – minimal search-first UI polish.
   Runtime/search policy is unchanged; this block only restores the compact v1.4.x visual hierarchy. */
[data-oem-live-page] .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

[data-oem-live-page] .search-hero--minimal {
  padding-block: clamp(3.4rem, 7vw, 6.2rem);
}

[data-oem-live-page] .search-hero-inner--minimal {
  display: block;
}

[data-oem-live-page] .search-hero-copy--minimal {
  width: 100%;
  max-width: 1040px;
}

[data-oem-live-page] .search-hero-copy--minimal h1 {
  max-width: 860px;
  margin-bottom: 0.7rem;
  font-size: clamp(2.6rem, 4.2vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
}

[data-oem-live-page] .search-hero-copy--minimal .product-lead {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.55;
}

[data-oem-live-page] .search-page-form--minimal {
  width: 100%;
  max-width: 980px;
  margin-top: clamp(1.65rem, 3vw, 2.25rem);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

[data-oem-live-page] .search-input-row--minimal {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
}

[data-oem-live-page] .search-input-row--minimal input {
  min-height: 72px;
  padding-left: 1.3rem;
  padding-right: 3.5rem;
  border: 2px solid transparent;
  border-radius: 12px;
  background: #fff;
  color: #181818;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

[data-oem-live-page] .search-input-row--minimal input:focus {
  border-color: rgba(214, 0, 0, 0.7);
  outline: none;
  box-shadow: 0 0 0 4px rgba(214, 0, 0, 0.13), 0 12px 32px rgba(0, 0, 0, 0.16);
}

[data-oem-live-page] .search-input-row--minimal .btn {
  min-width: 154px;
  min-height: 72px;
  padding-inline: 1.6rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 800;
}

[data-oem-live-page] .search-input-row--minimal .btn-primary {
  background: var(--oem-red);
}

[data-oem-live-page] .search-results-heading--minimal {
  display: block;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
}

[data-oem-live-page] .search-results-heading--minimal[hidden] {
  display: none;
}

[data-oem-live-page] .search-results-heading--minimal h2 {
  margin: 0;
}

@media (max-width: 700px) {
  [data-oem-live-page] .search-hero--minimal {
    padding-block: 2.6rem 3.25rem;
  }

  [data-oem-live-page] .search-hero-copy--minimal h1 {
    font-size: clamp(2.15rem, 10vw, 2.8rem);
  }

  [data-oem-live-page] .search-input-row--minimal {
    grid-template-columns: 1fr;
  }

  [data-oem-live-page] .search-input-row--minimal .btn {
    width: 100%;
    min-height: 58px;
  }

  [data-oem-live-page] .search-input-row--minimal input {
    min-height: 62px;
  }
}
