.insight-article-model-guides .content-gallery {
  grid-template-columns: minmax(0, 1fr);
  margin: 0 0 34px;
  padding: 18px;
  background: #f4f7f7;
}

.insight-article-model-guides .content-gallery img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
}

.insight-article-model-guides .rich-content a[href$="/vehicles"] {
  color: #087f7a;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #39c6c8;
  text-underline-offset: 4px;
}

.insight-article-model-guides .rich-content a[href$="/vehicles"]:hover,
.insight-article-model-guides .rich-content a[href$="/vehicles"]:focus-visible {
  color: #045f5b;
}

@media (max-width: 680px) {
  .insight-article-model-guides .content-gallery {
    padding: 10px;
    margin-bottom: 26px;
  }
}
