.news-featured-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;}

.news-featured-track {
  width: 100%;
  height: 100%;
  position: relative;}

.news-featured-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity .5s ease;}

.news-featured-slide.active {
  opacity: 1;
  z-index: 1;}

.news-featured-img {
  display: block;
  width: 100%;
  height: 360px;
  overflow: hidden;}

.news-featured-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;}

.news-featured-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 95px;
  padding: 20px 28px;
  background: #df922c;
  color: #fff;}

.news-featured-caption .title {
  max-width: 72%;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.news-featured-caption .date {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;}

.featured-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 46px;
  height: 64px;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.28);
  color: #fff;
  font-size: 34px;
  z-index: 3;
  cursor: pointer;}

.featured-arrow.left {
  left: 0;}

.featured-arrow.right {
  right: 0;}

.featured-dots {
  position: absolute;
  right: 28px;
  bottom: 70px;
  display: flex;
  gap: 10px;
  z-index: 4;}

.featured-dot {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;}

.featured-dot.active {
  background: #fff;}

.news-item {
  margin-bottom: 22px;
  padding: 0;
  border-bottom: none;}

.news-date {
  color: #df8e24;
  font-size: 16px;
  margin-bottom: 9px;
  line-height: 1;}

.news-date::before {
  content: "◷";
  margin-right: 9px;
  color: #e4a04c;}

.news-title {
  display: block;
  color: #000;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.news-title:hover {
  color: #df8e24;}
