.dp3-news-feed { width: 100%; padding: 0 56px 20px; overflow: hidden; box-sizing: border-box; }
.dp3-news-carousel { position: relative; max-width: 1800px; margin: 0 auto; }
.dp3-news-viewport { overflow: hidden; }
.dp3-news-track { display: flex; gap: 40px; padding: 0 0 18px; transition: transform .35s ease; }
.dp3-news-card { flex: 0 0 calc((100% - 80px) / 3); min-width: 0; }
.dp3-news-arrow { position: absolute; top: 36%; z-index: 2; width: 58px; height: 58px; border: 0; border-radius: 50%; background: #f75e25; color: #fff; font: 300 40px/1 Arial, sans-serif; cursor: pointer; }
.dp3-news-arrow:disabled { opacity: .25; cursor: default; }
.dp3-news-arrow--prev { left: -74px; }
.dp3-news-arrow--next { right: -74px; }
.dp3-news-card__link { display: block; color: #161616; text-decoration: none; }
.dp3-news-card__image { width: 100%; aspect-ratio: 1 / 1; border-radius: 12px; background-position: center; background-size: cover; background-color: #eee; }
.dp3-news-card h3 { margin: 28px 0 10px; font: 500 18px/1.35 Manrope, Arial, sans-serif; }
.dp3-news-card p { margin: 0; font: 300 16px/1.35 Manrope, Arial, sans-serif; }
.dp3-news-card__link:hover h3 { color: #f75e25; }
.dp3-news-empty { padding: 40px 0; font: 300 18px/1.4 Manrope, Arial, sans-serif; }
@media (max-width: 640px) {
  .dp3-news-feed { padding: 0 42px; }
  .dp3-news-track { gap: 18px; }
  .dp3-news-card { flex-basis: 100%; }
  .dp3-news-arrow { width: 42px; height: 42px; font-size: 30px; }
  .dp3-news-arrow--prev { left: -50px; }
  .dp3-news-arrow--next { right: -50px; }
  .dp3-news-card h3 { margin-top: 18px; font-size: 16px; }
  .dp3-news-card p { font-size: 14px; }
}
