:root {
  --rnh-ink: #111827;
  --rnh-muted: #5d6675;
  --rnh-purple: #6f16b5;
  --rnh-blue: #1979a7;
  --rnh-green: #198a3d;
  --rnh-orange: #ff9f2e;
  --rnh-dark: #1d1d1b;
  --rnh-soft: #f3f8f7;
  --rnh-line: #e6ebef;
  --rnh-radius: 14px;
  --rnh-shadow: 0 14px 36px rgba(21, 34, 50, .08);
}

.rentado-native-home {
  color: var(--rnh-ink);
  font-family: "Fira Sans", Arial, sans-serif;
  overflow: clip;
}

.rentado-native-home *,
.rentado-native-home *::before,
.rentado-native-home *::after {
  box-sizing: border-box;
}

.rnh-container {
  width: min(1140px, calc(100% - 40px));
  margin-inline: auto;
}

.rnh-container--wide {
  width: min(1320px, calc(100% - 32px));
}

.rnh-section {
  padding-block: clamp(56px, 7vw, 96px);
}

.rnh-heading {
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}

.rnh-heading--left {
  margin-inline: 0;
  text-align: left;
}

.rnh-heading h2,
.rnh-copy h1,
.rnh-copy h2,
.rnh-contact h2 {
  margin: 0 0 16px;
  color: var(--rnh-ink);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  text-wrap: balance;
}

.rnh-heading p,
.rnh-copy p,
.rnh-contact p {
  margin: 0;
  color: var(--rnh-muted);
  font-size: 18px;
  line-height: 1.65;
}

.rnh-copy--center {
  max-width: 960px;
  text-align: center;
}

.rnh-search {
  background: #f6f7f8;
  padding: 18px 0 28px;
}

.rnh-search__inner {
  width: min(1400px, calc(100% - 40px));
}

.rnh-search .widget,
.rnh-search .elementor-widget-container {
  margin: 0;
}

.rnh-search .rentado-home-search-eyebrow {
  margin: 0 0 12px;
  color: var(--rnh-ink);
  font-size: 16px;
  font-weight: 800;
}

.rnh-search .vrcdivsearch {
  width: 100%;
}

.rnh-hero {
  background: #fff;
  padding: 34px 0 0;
}

.rnh-hero__inner {
  width: min(1536px, 100%);
}

.rnh-hero picture,
.rnh-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.rnh-intro {
  padding-top: 46px;
  padding-bottom: 58px;
}

.rnh-intro h1 {
  color: var(--rnh-purple);
}

.rnh-reviews {
  padding: 8px 0 54px;
  background: #fff;
}

.rnh-fleet {
  padding: 32px 0 72px;
  background: var(--rnh-soft);
}

.rnh-editorial {
  background: #fff;
}

.rnh-editorial__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 64px;
  align-items: end;
}

.rnh-title-mark {
  display: block;
  width: 54px;
  height: 7px;
  margin-bottom: 22px;
  border-radius: 99px;
  background: var(--rnh-purple);
}

.rnh-editorial h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.08;
}

.rnh-editorial__content > p {
  color: var(--rnh-muted);
  font-size: 18px;
  line-height: 1.65;
}

.rnh-editorial__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
  margin-top: 30px;
}

.rnh-editorial__benefits h3 {
  margin: 0;
  color: var(--rnh-purple);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.rnh-editorial__benefits h3 br {
  display: block;
}

.rnh-editorial__car {
  display: block;
  width: 100%;
  height: auto;
}

.rnh-steps {
  background: #fff;
  border-top: 1px solid var(--rnh-line);
}

.rnh-card-grid {
  display: grid;
  gap: 24px;
}

.rnh-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rnh-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rnh-step-card {
  padding: 32px;
  text-align: center;
}

.rnh-step-card__icon {
  display: grid;
  width: 82px;
  height: 82px;
  margin: 0 auto 24px;
  place-items: center;
  border: 2px dashed currentColor;
  border-radius: 50%;
  color: #168499;
}

.rnh-step-card__icon--warning { color: var(--rnh-orange); }
.rnh-step-card__icon--dark { color: #21262c; }

.rnh-step-card__icon img {
  width: 52px;
  height: 50px;
  padding: 11px;
  border-radius: 50%;
  background: currentColor;
}

.rnh-step-card h3,
.rnh-benefit-card h3 {
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
}

.rnh-step-card p,
.rnh-benefit-card p {
  margin: 0;
  color: var(--rnh-muted);
  font-size: 16px;
  line-height: 1.55;
}

.rnh-stats,
.rnh-testimonials {
  background: var(--rnh-dark);
}

.rnh-heading--light h2,
.rnh-heading--light p {
  color: #fff;
}

.rnh-stat-card {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 18px;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--rnh-shadow);
}

.rnh-stat-card__dot {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--rnh-dark);
}

.rnh-stat-card strong,
.rnh-stat-card span {
  display: block;
}

.rnh-stat-card strong {
  font-size: 28px;
  line-height: 1;
}

.rnh-stat-card div > span {
  margin-top: 6px;
  color: var(--rnh-muted);
}

.rnh-benefits {
  background: #fff;
}

.rnh-benefits__top {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 48px;
}

.rnh-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: var(--rnh-radius);
  background: #111 url("https://rentado.ro/wp-content/uploads/complianz/placeholders/youtubefOkYa_tF_x4-hqdefault.webp") center / cover no-repeat;
}

.rnh-video iframe,
.rnh-video > * {
  width: 100%;
  height: 100%;
}

.rnh-video .rnh-video__play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 100%;
  padding: 24px;
  border: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgb(15 23 42 / .08), rgb(15 23 42 / .52));
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  text-shadow: 0 2px 10px rgb(0 0 0 / .45);
  cursor: pointer;
}

.rnh-video .rnh-video__play[hidden] {
  display: none;
}

.rnh-video .rnh-video__play > * {
  pointer-events: none;
}

.rnh-video__play-icon {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  border: 2px solid rgb(255 255 255 / .82);
  border-radius: 50%;
  background: var(--rnh-purple);
  box-shadow: 0 14px 32px rgb(0 0 0 / .3);
}

.rnh-video__play-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 19px solid #fff;
  transform: translate(-42%, -50%);
}

.rnh-video .rnh-video__play:hover .rnh-video__play-icon,
.rnh-video .rnh-video__play:focus-visible .rnh-video__play-icon {
  transform: scale(1.06);
}

.rnh-video .rnh-video__play:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -6px;
}

.rnh-benefit-card {
  min-height: 100%;
  padding: 34px;
  border: 1px solid var(--rnh-line);
  border-radius: var(--rnh-radius);
  background: #fff;
  box-shadow: var(--rnh-shadow);
}

.rnh-benefit-card img {
  display: block;
  width: 52px !important;
  max-width: 52px !important;
  height: 52px !important;
  margin-bottom: 22px;
  padding: 7px;
  object-fit: contain;
  border-radius: 12px;
  background: var(--rnh-purple);
}

.rnh-testimonial-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(50% - 12px);
  gap: 24px;
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.rnh-testimonial {
  min-height: 330px;
  padding: 34px;
  border-radius: var(--rnh-radius);
  background: #fff;
  box-shadow: 0 16px 34px rgba(0,0,0,.24);
  scroll-snap-align: start;
}

.rnh-testimonial__author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.rnh-testimonial__author img {
  width: 64px;
  height: 64px;
  border: 3px solid #168499;
  border-radius: 50%;
  object-fit: cover;
}

.rnh-testimonial__author strong,
.rnh-testimonial__author span {
  display: block;
}

.rnh-testimonial__author span {
  margin-top: 4px;
  color: var(--rnh-purple);
}

.rnh-testimonial > p {
  margin: 0;
  color: #333b46;
  font-size: 17px;
  line-height: 1.6;
}

.rnh-slider-dots {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 34px;
}

.rnh-slider-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #fff;
}

.rnh-slider-dots button[aria-current="true"] {
  width: 44px;
  background: var(--rnh-purple);
}

.rnh-faq {
  background: var(--rnh-soft);
}

.rnh-faq__layout {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 72px;
  align-items: start;
}

.rnh-faq__item {
  border-bottom: 1px solid #cfd9dd;
}

.rnh-faq__item summary {
  position: relative;
  padding: 22px 44px 22px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}

.rnh-faq__item summary::-webkit-details-marker { display: none; }

.rnh-faq__item summary::after {
  position: absolute;
  top: 17px;
  right: 0;
  content: "+";
  font-size: 30px;
  font-weight: 400;
}

.rnh-faq__item[open] summary::after { content: "−"; }

.rnh-faq__item p {
  margin: 0;
  padding: 0 40px 24px 0;
  color: var(--rnh-muted);
  line-height: 1.6;
}

.rnh-contact {
  background: #fff;
}

.rnh-contact__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  padding: 0;
  border-radius: 20px;
  background: var(--rnh-dark);
  box-shadow: var(--rnh-shadow);
}

.rnh-contact__card > div {
  align-self: center;
  padding: clamp(38px, 6vw, 72px);
}

.rnh-contact h2,
.rnh-contact p { color: #fff; }

.rnh-contact__card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rnh-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.rnh-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 2px solid var(--rnh-purple);
  border-radius: 8px;
  background: var(--rnh-purple);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.rnh-button--outline {
  border-color: #fff;
  background: transparent;
}

.rnh-social {
  padding-block: 48px;
  background: #fff;
}

.rnh-social__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}

.rnh-social__links a {
  min-width: 140px;
  padding: 14px 20px;
  border: 1px solid var(--rnh-line);
  border-radius: 999px;
  color: var(--rnh-ink);
  font-weight: 800;
  text-decoration: none;
}

.rnh-languages {
  background: var(--rnh-soft);
}

.rnh-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 12px;
}

.rnh-tabs button {
  flex: 1 0 220px;
  min-height: 52px;
  padding: 12px 20px;
  border: 1px solid var(--rnh-line);
  border-radius: 8px;
  background: #fff;
  color: var(--rnh-ink);
  font-weight: 800;
}

.rnh-tabs button[aria-selected="true"] {
  border-color: var(--rnh-purple);
  background: var(--rnh-purple);
  color: #fff;
}

.rnh-tab-panel {
  padding: clamp(28px, 5vw, 54px);
  border-radius: 0 0 var(--rnh-radius) var(--rnh-radius);
  background: #fff;
}

.rnh-tab-panel h2,
.rnh-tab-panel h3 {
  color: var(--rnh-ink);
  line-height: 1.2;
}

.rnh-tab-panel p,
.rnh-tab-panel li {
  color: var(--rnh-muted);
  line-height: 1.65;
}

.rnh-blog {
  background: #fff;
}

@media (max-width: 900px) {
  .rnh-editorial__grid,
  .rnh-benefits__top,
  .rnh-faq__layout,
  .rnh-contact__card {
    grid-template-columns: 1fr;
  }

  .rnh-card-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rnh-editorial__car {
    max-width: 720px;
    margin-inline: auto;
  }

  .rnh-contact__card > img {
    max-height: 440px;
  }
}

@media (max-width: 680px) {
  .rnh-container,
  .rnh-container--wide,
  .rnh-search__inner {
    width: calc(100% - 32px);
  }

  .rnh-section {
    padding-block: 56px;
  }

  .rnh-heading {
    margin-bottom: 32px;
  }

  .rnh-heading h2,
  .rnh-copy h1,
  .rnh-copy h2,
  .rnh-contact h2,
  .rnh-editorial h2 {
    font-size: 30px;
  }

  .rnh-heading p,
  .rnh-copy p,
  .rnh-contact p,
  .rnh-editorial__content > p {
    font-size: 16px;
  }

  .rnh-search {
    padding: 16px 0 24px;
  }

  .rnh-hero {
    padding-top: 24px;
  }

  .rnh-intro {
    padding-top: 30px;
    padding-bottom: 42px;
  }

  .rnh-editorial__grid {
    gap: 36px;
  }

  .rnh-title-mark {
    margin-inline: auto;
  }

  .rnh-editorial__content {
    text-align: center;
  }

  .rnh-editorial__benefits {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rnh-editorial__benefits h3 {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
  }

  .rnh-editorial__car {
    display: none;
  }

  .rnh-card-grid--three,
  .rnh-card-grid--four {
    grid-template-columns: 1fr;
  }

  .rnh-step-card {
    padding: 18px 10px;
  }

  .rnh-steps .rnh-card-grid { gap: 4px; }

  .rnh-stat-card {
    min-height: 86px;
  }

  .rnh-testimonial-track {
    grid-auto-columns: 100%;
  }

  .rnh-testimonial {
    min-height: 0;
    padding: 26px;
  }

  .rnh-benefit-card {
    padding: 28px;
  }

  .rnh-benefits .rnh-card-grid { gap: 18px; }

  .rnh-faq__layout {
    gap: 28px;
  }

  .rnh-faq__item summary {
    padding-block: 16px;
    font-size: 16px;
  }

  .rnh-faq__item summary::after { top: 11px; }

  .rnh-contact__card > div {
    padding: 34px 24px;
  }

  .rnh-social {
    padding-block: 24px;
  }

  .rnh-social h2 {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .rnh-social__links {
    gap: 8px;
    margin-top: 10px;
  }

  .rnh-social__links a {
    min-width: 0;
    min-height: 44px;
    padding: 10px 14px;
  }

  .rnh-contact__actions {
    display: grid;
  }

  .rnh-tabs button {
    flex-basis: 82%;
  }

  .rnh-tab-panel {
    padding: 28px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rnh-testimonial-track { scroll-behavior: auto; }
}

/* Native homepage fleet cards. Keep these rules scoped so VikRentCar search
   results and vehicle-detail pages retain their existing presentation. */
.rnh-fleet .vrc-main-title {
  margin: 0 0 20px;
  color: var(--rnh-ink);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.rnh-fleet .vrc-search-results-block.vrc-search-results-block-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: none;
  margin: 0;
}

.rnh-fleet .car_result {
  display: flex !important;
  flex-direction: column;
  min-width: 0;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid #e1e7ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgb(15 23 42 / .07);
}

.rnh-fleet .vrc-car-result-left,
.rnh-fleet .vrc-car-result-right,
.rnh-fleet .vrc-car-result-rightinner,
.rnh-fleet .vrc-car-result-rightinner-deep {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  float: none !important;
}

.rnh-fleet .vrc-car-result-left,
.rnh-fleet .vrc-car-result-imgwrap,
.rnh-fleet .vrc-car-imglink {
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f4f7fb 100%);
}

.rnh-fleet .vrc-car-imglink {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
}

.rnh-fleet .vrc-car-result-left img,
.rnh-fleet .imgresult {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  padding: 10px;
  object-fit: contain;
  object-position: center;
}

.rnh-fleet .vrc-casco-badge,
.rnh-fleet .vrc-why-book--compact,
.rnh-fleet .vrc-promotion-icon,
.rnh-fleet .vrc-car-result-imgwrap::after {
  display: none !important;
}

.rnh-fleet .vrc-car-result-right {
  display: flex !important;
  flex: 1 1 auto;
}

.rnh-fleet .vrc-car-result-rightinner,
.rnh-fleet .vrc-car-result-rightinner-deep {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
}

.rnh-fleet .vrc-car-result-inner {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 16px 16px 8px !important;
  float: none !important;
}

.rnh-fleet .vrc-car-name {
  margin: 0 0 7px !important;
  color: var(--rnh-ink);
  font-size: 20px !important;
  font-weight: 900;
  line-height: 1.22 !important;
}

.rnh-fleet .vrc-car-name a {
  color: inherit;
  text-decoration: none;
}

.rnh-fleet .vrc-car-category {
  display: inline-flex !important;
  align-self: flex-start;
  width: auto !important;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 6px 9px;
  border: 1px solid #cdeedd;
  border-radius: 999px;
  background: #effcf5;
  color: #087646;
  font-size: 11px !important;
  font-weight: 900;
  line-height: 1.25;
}

.rnh-fleet .vrc-search-results-block-grid .vrc-car-result-description {
  display: -webkit-box !important;
  margin: 0;
  max-height: 4.35em !important;
  overflow: hidden !important;
  color: #596779;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
}

.rnh-fleet .vrc-car-characteristics {
  margin: 11px 0 0;
}

.rnh-fleet .vrccaratsdiv {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.rnh-fleet .vrccarcarat {
  display: inline-flex;
}

.rnh-fleet .vrccarcarat:nth-child(n+5) {
  display: none;
}

.rnh-fleet .vrc-carat-cont,
.rnh-fleet .vrc-expl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rnh-fleet .vrc-carat-cont {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  border: 1px solid #e1e7ef;
  border-radius: 999px;
  background: #f8fafc;
}

.rnh-fleet .vrc-carat-cont img {
  width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  object-fit: contain;
}

.rnh-fleet .vrc-car-characteristics::after {
  content: "Full CASCO";
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-left: 6px;
  padding: 6px 9px;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  background: #f1f6ff;
  color: #2459b8;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.rnh-fleet .vrc-car-lastblock {
  display: grid !important;
  grid-template-columns: minmax(92px, auto) minmax(128px, 1fr);
  gap: 12px;
  align-items: center;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 8px 16px 16px !important;
  padding: 12px 0 0 !important;
  border-top: 1px solid #e8edf3 !important;
  text-align: left !important;
  float: none !important;
  clear: both !important;
}

.rnh-fleet .vrc-car-price {
  margin: 0 !important;
}

.rnh-fleet .vrcstartfrom {
  display: block;
  color: #6b7280;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.rnh-fleet .car_cost {
  display: block;
  color: var(--rnh-ink);
  font-size: 25px;
  font-weight: 950;
  line-height: 1.05;
}

.rnh-fleet .vrc-car-price::after,
.rnh-fleet .rentado-fleet-whatsapp {
  display: none !important;
}

.rnh-fleet .vrc-car-bookingbtn,
.rnh-fleet .vrc-car-bookingbtn .vrclistgoon {
  display: block !important;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
}

.rnh-fleet .vrc-car-bookingbtn .rentado-fleet-book-now {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 44px;
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  background: #0f766e !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}

.rnh-fleet .vrc-car-bookingbtn .rentado-fleet-book-now:hover,
.rnh-fleet .vrc-car-bookingbtn .rentado-fleet-book-now:focus-visible {
  background: #0b5f59 !important;
}

@media (max-width: 980px) {
  .rnh-fleet .vrc-search-results-block.vrc-search-results-block-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .rnh-fleet {
    padding: 24px 0 52px;
  }

  .rnh-fleet .vrc-main-title {
    margin-bottom: 16px;
    font-size: 27px;
  }

  .rnh-fleet .vrc-search-results-block.vrc-search-results-block-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .rnh-fleet .car_result {
    border-radius: 14px;
  }

  .rnh-fleet .vrc-car-imglink {
    aspect-ratio: 16 / 8;
  }

  .rnh-fleet .vrc-car-result-left img,
  .rnh-fleet .imgresult {
    padding: 8px 16px;
  }

  .rnh-fleet .vrc-car-result-inner {
    padding: 14px 14px 6px !important;
  }

  .rnh-fleet .vrc-car-name {
    font-size: 19px !important;
  }

  .rnh-fleet .vrc-search-results-block-grid .vrc-car-result-description {
    max-height: 2.9em !important;
    -webkit-line-clamp: 2 !important;
  }

  .rnh-fleet .vrc-car-lastblock {
    grid-template-columns: minmax(86px, auto) minmax(132px, 1fr);
    margin: 7px 14px 14px !important;
    padding-top: 10px !important;
  }
}

/* VikRentCar's desktop list stylesheet is printed after this file and uses a
   horizontal flex row. Keep the native-home card content inside its own card. */
.rnh-fleet .vrc-search-results-block-grid > .car_result {
  flex-direction: column !important;
  flex-wrap: nowrap !important;
}

.rnh-fleet .vrc-search-results-block-grid > .car_result > .vrc-car-result-left {
  flex: 0 0 auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
}

.rnh-fleet .vrc-search-results-block-grid > .car_result > .vrc-car-result-right {
  flex: 1 1 auto !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  min-width: 0 !important;
}

.rnh-fleet .vrc-search-results-block-grid .vrc-car-result-rightinner,
.rnh-fleet .vrc-search-results-block-grid .vrc-car-result-rightinner-deep {
  flex-direction: column !important;
  flex-wrap: nowrap !important;
}

.rnh-fleet .vrc-search-results-block-grid .vrc-car-result-inner {
  flex: 0 0 auto !important;
  position: static !important;
}
