.fleet-table__header {
  display: none;
  border-bottom: 3px solid var(--color-red, #ae132a);
}
@media only screen and (min-width: 768px) {
  .fleet-table__header {
    display: grid;
    grid-template-columns: 266px 1fr 1fr;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .fleet-table__header {
    grid-template-columns: 350px 336px 1fr;
  }
}
.fleet-table__header-size, .fleet-table__header-best-for {
  padding: 10px 30px;
  font-size: 1.75rem;
  font-weight: 800;
  color: #AE132A;
  font-style: normal;
}
.fleet-table__row {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 2px solid #ECB11F;
  background-color: #fff;
}
.fleet-table__row:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .fleet-table__row {
    grid-template-columns: 266px 1fr 1fr;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .fleet-table__row {
    grid-template-columns: 350px 336px 1fr;
  }
}
.fleet-table__row-image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .fleet-table__row-image {
    width: 266px;
    height: 199px;
    aspect-ratio: unset;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .fleet-table__row-image {
    width: 350px;
    height: 274px;
  }
}
.fleet-table__row-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fleet-table__row-size {
  padding: 16px 20px 8px;
  font-size: 1.375rem;
  color: var(--color-navy, #002957);
}
@media only screen and (min-width: 768px) {
  .fleet-table__row-size {
    padding: 10px 30px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .fleet-table__row-size {
    max-width: 336px;
  }
}
.fleet-table__row-best-for {
  padding: 0 20px 20px;
}
@media only screen and (min-width: 768px) {
  .fleet-table__row-best-for {
    padding: 10px 30px;
  }
}
.fleet-table__row-best-for::before {
  content: "Best For";
  display: block;
  font-size: 1rem;
  font-weight: 800;
  color: var(--color-red, #ae132a);
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .fleet-table__row-best-for::before {
    display: none;
  }
}
.fleet-table__best-for-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0;
}
.fleet-table__best-for-item {
  font-size: 1.25rem;
  color: var(--color-navy, #002957);
  margin-bottom: 6px;
}
.fleet-table__best-for-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .fleet-table__best-for-item {
    font-size: 1.5rem;
  }
}
.fleet-table__preview-notice {
  padding: 1rem;
  background: #f0f0f0;
  border: 1px dashed #ccc;
  text-align: center;
}

/*# sourceMappingURL=fleet-table.css.map */
