.site-search-results {
  box-sizing: border-box;
  max-width: 1120px;
  margin: 36px auto;
  padding: 28px 32px;
  background: #fff;
  border-left: 5px solid #ee8615;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .1);
}

.site-search-results h2 {
  margin: 0 0 12px;
  font-size: 1.7rem;
}

.site-search-results ul {
  margin: 18px 0 0;
  padding-left: 24px;
}

.site-search-results li + li {
  margin-top: 18px;
}

.site-search-results li p {
  margin: 5px 0 0;
}

.site-contact-options {
  padding: 12px 0 24px;
}

.site-contact-button {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 3px;
  background: #ee8615;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}

.site-contact-button:hover,
.site-contact-button:focus {
  background: #d2710b;
  color: #fff !important;
}

.site-contact-options p {
  margin: 12px 0 0;
}

.latest-insights {
  padding: 70px 24px 78px;
  background: #f4f7f8;
}

.latest-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.latest-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.latest-heading .eyebrow,
.latest-card .eyebrow {
  display: block;
  margin: 0 0 7px;
  color: #af5b04;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.latest-heading h2 {
  margin: 0;
  color: #153342;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.latest-heading > a {
  color: #0a6088;
  font-weight: 700;
  white-space: nowrap;
}

.latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.latest-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dce4e8;
  border-radius: 6px;
  background: #fff;
  color: #153342;
  text-decoration: none;
}

.latest-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.latest-card .eyebrow { margin: 20px 21px 6px; }
.latest-card strong { margin: 0 21px 12px; font-size: 1.18rem; line-height: 1.32; }
.latest-card > span:last-child { margin: auto 21px 21px; color: #0a6088; font-weight: 700; }
.latest-card:hover strong { color: #bc6100; }

@media (max-width: 767px) {
  .latest-heading { align-items: start; flex-direction: column; }
  .latest-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .site-search-results {
    margin: 20px 16px;
    padding: 22px;
  }
}
