.dz-news-exact {
  min-height: 70vh;
  padding: 28px 0 86px;
  background: #f4f8fa;
  color: #1d252b;
  overflow: hidden;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.dz-news-exact * {
  box-sizing: border-box;
}

.dz-news-container {
  max-width: 1170px;
}

.dz-page-alerts {
  margin-top: 18px;
}

.dz-news-breadcrumb {
  margin: 0 0 42px;
  padding: 0;
}

.dz-news-breadcrumb .breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 12px 18px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(31, 37, 42, .05);
}

.dz-news-breadcrumb .breadcrumb-item {
  color: #667085;
  font-size: 14px;
  font-weight: 500;
}

.dz-news-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #98a2b3;
  content: "/";
}

.dz-news-breadcrumb a {
  color: #0c81c9;
  font-weight: 700;
  text-decoration: none;
}

.dz-news-breadcrumb a:hover {
  color: #12b8c2;
}

.dz-news-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 44px;
}

.dz-news-intro h1 {
  margin: 0 0 18px;
  color: #1f252a;
  font-size: clamp(38px, 5vw, 48px);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -.04em;
}

.dz-news-intro p {
  max-width: 760px;
  margin: 0;
  color: #58646c;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
}

.dz-news-count {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #0c81c9;
  box-shadow: 0 12px 28px rgba(31, 37, 42, .05);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

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

.dz-news-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(31, 37, 42, .055);
  transition: transform .18s ease, box-shadow .18s ease;
}

.dz-news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(31, 37, 42, .09);
}

.dz-news-card__image {
  position: relative;
  display: block;
  height: 256px;
  background: #eefbfd;
  overflow: hidden;
  text-decoration: none !important;
}

.dz-news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .25s ease;
}

.dz-news-card:hover .dz-news-card__image img {
  transform: scale(1.04);
}

.dz-news-date {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #0c81c9;
  box-shadow: 0 8px 18px rgba(31, 37, 42, .12);
  font-size: 13px;
  font-weight: 700;
}

.dz-news-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 30px;
}

.dz-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.dz-news-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: #eefbfc;
  color: #0b9fa8;
  font-size: 12px;
  font-weight: 700;
}

.dz-news-card__title {
  margin: 0 0 16px;
  color: #1f252a;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -.025em;
}

.dz-news-card__title a {
  color: inherit;
  text-decoration: none;
}

.dz-news-card__title a:hover {
  color: #0c81c9;
}

.dz-news-card__excerpt {
  margin: 0 0 28px;
  color: #5c6870;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
}

.dz-news-card__footer {
  margin-top: auto;
}

.dz-news-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #18bdc5, #0c81c9);
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(12, 129, 201, .20);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.dz-news-readmore:hover {
  color: #ffffff !important;
  transform: translateY(-1px);
}

.dz-news-empty {
  padding: 52px 34px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(31, 37, 42, .055);
  text-align: center;
}

.dz-news-empty__icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 22px;
  border-radius: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eefbfc;
  color: #0c81c9;
  font-size: 36px;
}

.dz-news-empty h2 {
  max-width: 680px;
  margin: 0 auto 14px;
  color: #1f252a;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -.035em;
}

.dz-news-empty p {
  max-width: 720px;
  margin: 0 auto;
  color: #5c6870;
  font-size: 16px;
  line-height: 1.65;
}

.dz-news-pagination {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.dz-news-pagination .pagination {
  gap: 8px;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.dz-news-pagination .page-link {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px !important;
  background: #ffffff;
  color: #0c81c9;
  box-shadow: 0 10px 22px rgba(31, 37, 42, .045);
  font-weight: 700;
}

.dz-news-pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #18bdc5, #0c81c9);
  color: #ffffff;
}

.dz-news-cta {
  margin-top: 42px;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(19, 132, 202, .96), rgba(14, 115, 183, .96));
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
}

.dz-news-cta h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.dz-news-cta p {
  margin: 0;
  max-width: 720px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.65;
}

.dz-news-cta__btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  background: #18bdc5;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.dz-news-cta__btn:hover {
  color: #ffffff !important;
  transform: translateY(-1px);
}

@media (max-width: 1199.98px) {
  .dz-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .dz-news-exact {
    padding-top: 22px;
    padding-bottom: 62px;
  }

  .dz-news-intro {
    display: block;
  }

  .dz-news-count {
    margin-top: 22px;
  }

  .dz-news-cta {
    display: block;
  }

  .dz-news-cta__btn {
    width: 100%;
    margin-top: 22px;
  }
}

@media (max-width: 767.98px) {
  .dz-news-breadcrumb {
    margin-bottom: 32px;
  }

  .dz-news-intro {
    margin-bottom: 34px;
  }

  .dz-news-intro h1 {
    font-size: 36px;
  }

  .dz-news-grid {
    grid-template-columns: 1fr;
  }

  .dz-news-card__image {
    height: 230px;
  }

  .dz-news-card__body {
    padding: 26px;
  }

  .dz-news-readmore {
    width: 100%;
  }

  .dz-news-cta {
    padding: 28px;
  }
}
