.page-title-modern {
  display: flex;
  align-items: center;
  min-height: 340px;
  overflow: hidden;
}

.page-title-modern::before {
  background:
    linear-gradient(135deg, rgba(19, 19, 19, 0.88), rgba(19, 19, 19, 0.62)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 48%);
  opacity: 1;
}

.page-title-modern .auto-container {
  position: relative;
  z-index: 1;
}

.page-title__content {
  max-width: 760px;
  margin-top: 20px;
}

.page-title__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-title-modern .title {
  max-width: 16ch;
  margin-bottom: 18px;
  text-wrap: balance;
}

.page-title-modern .text {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.8;
}

.page-title-modern .page-breadcrumb {
  margin-top: 26px;
}

.page-title-modern .page-breadcrumb li {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
}

.page-title-modern .page-breadcrumb li::after {
  color: rgba(255, 255, 255, 0.56);
}

.page-title-modern .page-breadcrumb li a {
  color: #ffffff;
}

.page-title-modern .page-breadcrumb li a:hover {
  color: var(--theme-color1);
}

.news-section .content-box .text {
  color: #6c757d;
  line-height: 1.8;
  min-height: 84px;
}

.home-news-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.home-news-header .sec-title {
  margin-bottom: 0;
}

.home-news-header .sec-title .text {
  max-width: 720px;
}

.news-search-card {
  background: #ffffff;
  border: 1px solid #e6e8ed;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  margin-bottom: 30px;
  padding: 24px;
}

.news-search-form .form-control {
  border-radius: 12px;
  min-height: 56px;
}

.news-search-form .btn {
  border-radius: 12px;
  min-height: 56px;
}

.news-empty-state {
  background: #ffffff;
  border: 1px solid #e6e8ed;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  padding: 36px 28px;
  text-align: center;
}

.single-news-card {
  background: #ffffff;
  border: 1px solid #e6e8ed;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

.single-news-image img {
  display: block;
  max-height: 520px;
  object-fit: cover;
  width: 100%;
}

.single-news-body {
  padding: 40px;
}

.single-news-meta {
  color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 24px;
}

.single-news-meta i {
  color: var(--theme-color1);
  margin-right: 6px;
}

.news-richtext {
  color: #444444;
  font-size: 18px;
  line-height: 1.95;
}

.news-richtext p,
.news-richtext ul,
.news-richtext ol,
.news-richtext blockquote,
.news-richtext h2,
.news-richtext h3,
.news-richtext h4 {
  margin-bottom: 18px;
}

.news-richtext ul,
.news-richtext ol {
  padding-left: 24px;
}

.news-richtext blockquote {
  border-left: 4px solid var(--theme-color1);
  color: #6c757d;
  margin-left: 0;
  padding-left: 18px;
}

.news-richtext a {
  color: var(--theme-color1);
  text-decoration: underline;
}

.news-inline-note {
  color: #6c757d;
  font-size: 14px;
}

.public-alert {
  background: #fff3cd;
  border: 1px solid #ffe69c;
  border-radius: 14px;
  color: #664d03;
  padding: 16px 18px;
}

.pagination-shell {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pagination-shell .pagination {
  gap: 8px;
}

.pagination-shell .page-link {
  border-radius: 999px;
  border: 1px solid #dbe1ea;
  color: #252525;
  min-width: 46px;
  padding: 10px 14px;
  text-align: center;
}

.pagination-shell .page-item.active .page-link {
  background: var(--theme-color1);
  border-color: var(--theme-color1);
  color: #ffffff;
}

.pagination-shell .page-link:hover {
  background: #f3f6fb;
  color: #252525;
}

@media (max-width: 767.98px) {
  .page-title-modern {
    min-height: 280px;
    padding: 90px 0;
  }

  .page-title-modern .text {
    font-size: 15px;
  }

  .news-search-card,
  .news-empty-state,
  .single-news-body {
    padding: 24px;
  }

  .single-news-meta {
    gap: 10px;
  }

  .news-richtext {
    font-size: 16px;
  }
}
