.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ui-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mini-icon {
  width: 17px;
  height: 17px;
  color: #24d3ce;
}

.hero-points span,
.mini-features span {
  gap: 8px;
}

.hero-points .ui-icon,
.mini-features .ui-icon {
  width: 18px;
  height: 18px;
  color: var(--teal);
}

.editorial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-image {
  overflow: hidden;
  background: #eef5f7;
}

.article-image .editorial-image {
  transition: transform .45s ease;
}

.article-card:hover .article-image .editorial-image {
  transform: scale(1.035);
}

.article-cover .editorial-image {
  border-radius: 24px;
}

.media-hero-photo {
  min-height: 250px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 42, 71, .13);
}

.media-hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.sidebar-photo-card {
  padding: 0 !important;
  overflow: hidden;
}

.sidebar-photo-card .sidebar-cover {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.sidebar-photo-card > div {
  padding: 22px;
}

.sidebar-links a {
  overflow: hidden;
  border-radius: 14px;
}

.sidebar-links a img {
  transition: transform .35s ease;
}

.sidebar-links a:hover img {
  transform: scale(1.05);
}

.photo-info-panel {
  grid-template-columns: minmax(180px, 230px) 1fr;
  align-items: stretch;
  padding: 0;
}

.info-panel-photo {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
}

.photo-info-panel > div {
  padding: 28px 28px 28px 4px;
  align-self: center;
}

.about-photo-story {
  padding-top: 0 !important;
}

.offer-card > span,
.service-card > span,
.payment-cards > div > span,
.contact-cards > * > span {
  color: var(--teal);
}

.offer-card > span .ui-icon,
.service-card > span .ui-icon,
.payment-cards > div > span .ui-icon,
.contact-cards > * > span .ui-icon {
  width: 23px;
  height: 23px;
}

.contact-cards > * > span {
  display: grid;
  place-items: center;
}

.map-pin .ui-icon {
  width: 28px;
  height: 28px;
}

.page-image img {
  width: 100%;
  min-height: 330px;
  max-height: 430px;
  object-fit: cover;
}

.news-mini .editorial-image {
  min-height: 112px;
}

.news-mini.featured .editorial-image {
  min-height: 220px;
}

.content-notice {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .media-hero-photo,
  .media-hero-photo img {
    min-height: 300px;
  }

  .photo-info-panel {
    grid-template-columns: 220px 1fr;
  }
}

@media (max-width: 700px) {
  .media-hero-photo,
  .media-hero-photo img {
    min-height: 210px;
  }

  .photo-info-panel {
    grid-template-columns: 1fr !important;
  }

  .info-panel-photo {
    min-height: 190px;
    max-height: 220px;
  }

  .photo-info-panel > div {
    padding: 22px;
  }

  .page-image img {
    min-height: 230px;
    max-height: 320px;
  }

  .news-mini .editorial-image,
  .news-mini.featured .editorial-image {
    min-height: 180px;
  }
}
