@charset "UTF-8";
*[class*=col-] {
  transition: all 0.2s ease;
}

.bg-black {
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-brand {
  transition: transform 0.2s ease;
  text-decoration: none !important;
}
.navbar-brand:hover {
  transform: translateY(-1px);
  text-decoration: none !important;
}
.navbar-brand img {
  transition: transform 0.2s ease;
  filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.1));
}
.navbar-brand:hover img {
  transform: scale(1.05);
}

.navbar-dark .navbar-brand {
  color: white !important;
}
.navbar-dark .navbar-brand:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

.navbar-dark .navbar-nav .nav-link {
  transition: all 0.2s ease;
  border-radius: 4px;
  margin: 0 0.5rem;
  padding: 8px 12px;
  color: white !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
  color: white !important;
}

.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.375rem 0.75rem;
}
.navbar-toggler .navbar-toggler-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.navbar-toggler:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767.98px) {
  .navbar-brand {
    font-size: 1.1rem;
  }
  .navbar-brand img {
    height: 28px !important;
  }
  .navbar-toggler .navbar-toggler-text {
    font-size: 0.8rem;
  }
}
.breadcrumb-wrapper {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  padding: 0.5rem 0;
}

nav[aria-label=breadcrumb] .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}
nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item {
  font-size: 0.9rem;
}
nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a {
  color: #007bff;
  text-decoration: none;
}
nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item.active {
  color: #6c757d;
}

.hero-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid #dee2e6;
}
.hero-section .display-4 {
  color: #212529;
  font-weight: 700;
}
.hero-section .lead {
  color: #6c757d;
  font-size: 1.1rem;
  line-height: 1.6;
}
.hero-section .hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
}
.hero-section .hero-description {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
.hero-section .form-control {
  border: 2px solid #e9ecef;
}
.hero-section .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.hero-section .form-text {
  color: #6c757d !important;
}

.hero-section-compact {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-section-compact h1 {
  font-weight: 700;
  letter-spacing: -0.02em;
}
.hero-section-compact p {
  opacity: 0.9;
  font-weight: 400;
}

.hero-pressures {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hero-pressures__logo {
  flex-shrink: 0;
}
.hero-pressures__logo-img {
  height: 80px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}
.hero-pressures__content {
  flex: 1;
  min-width: 0;
}
.hero-pressures__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #212529;
  line-height: 1.2;
}
.hero-pressures__subtitle {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.4;
}

.hero-stations {
  text-align: center;
  padding: 2rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1rem;
}
.hero-stations__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
}
.hero-stations__subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .hero-stations {
    padding: 1.5rem 0;
  }
  .hero-stations__title {
    font-size: 2rem;
  }
  .hero-stations__subtitle {
    font-size: 1rem;
  }
}

.search-input-separator {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.station-logo-desktop {
  max-height: 50px;
  max-width: 100px;
}

.station-logo-mobile {
  max-height: 35px;
  max-width: 60px;
}

.station-btn-mobile {
  font-size: 0.7rem;
  padding: 0.2rem 0.4rem;
}

.card-hover {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.card-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #0d6efd;
}

.card-nav-link {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}
.card-nav-link:hover {
  color: #0856b3;
  text-decoration: underline;
}

.card-brand-image {
  height: 100px;
}
.card-brand-image img {
  max-height: 100px;
  max-width: 100%;
  object-fit: contain;
}

.card-city {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  border-color: #dee2e6 !important;
}
.card-city:hover {
  background-color: #f8f9fa !important;
  border-color: #0d6efd !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.h3.fw-bold, .h4.fw-bold {
  color: #212529;
  position: relative;
  padding-bottom: 0.5rem;
}
.h3.fw-bold::after, .h4.fw-bold::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #007bff, #0056b3);
  border-radius: 1.5px;
}

.engine-separator {
  border-top: 3px solid #333 !important;
}
.engine-separator td {
  padding-top: 12px !important;
}

.featured-article .featured-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
}
.featured-article .featured-image-container img {
  transition: transform 0.3s ease;
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
}
.featured-article .featured-image-container img:hover {
  transform: scale(1.02);
}
.featured-article .featured-content .featured-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
}
.featured-article .featured-content .featured-title a:hover {
  text-decoration: underline !important;
}
.featured-article .featured-content .featured-meta {
  font-size: 0.9rem;
}
.featured-article .featured-content .featured-meta i {
  color: #6c757d;
}
.featured-article .featured-content .featured-excerpt {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #495057;
}
.featured-article .featured-placeholder {
  aspect-ratio: 16/9;
  background-color: #f8f9fa;
  min-height: 300px;
}
.featured-article .featured-placeholder .featured-placeholder-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.articles-sidebar .sidebar-article {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
}
.articles-sidebar .sidebar-article:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.articles-sidebar .sidebar-article .sidebar-title {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
}
.articles-sidebar .sidebar-article .sidebar-title a:hover {
  text-decoration: underline !important;
}
.articles-sidebar .sidebar-article .sidebar-meta {
  font-size: 0.8rem;
}
.articles-sidebar .sidebar-article .sidebar-meta i {
  color: #6c757d;
}
.articles-sidebar .sidebar-article .sidebar-excerpt {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #6c757d;
}
.articles-sidebar .sidebar-article img {
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.2s ease;
}
.articles-sidebar .sidebar-article img:hover {
  transform: scale(1.05);
}
.articles-sidebar .sidebar-article .sidebar-placeholder {
  aspect-ratio: 4/3;
  background-color: #f8f9fa;
  min-height: 60px;
}
.articles-sidebar .sidebar-article .sidebar-placeholder .sidebar-placeholder-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-article-related {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #e9ecef;
}
.card-article-related:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}
.card-article-related .card-img-top {
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.card-article-related:hover .card-img-top {
  transform: scale(1.05);
}
.card-article-related .card-title {
  font-size: 0.85rem !important;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.card-article-related .card-title a:hover {
  text-decoration: underline !important;
}
.card-article-related .card-meta {
  font-size: 0.7rem;
}
.card-article-related .card-meta i {
  color: #6c757d;
}
.card-article-related .card-text {
  color: #6c757d;
  line-height: 1.4;
  font-size: 0.8rem;
}

.card-article {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #e9ecef;
}
.card-article:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}
.card-article .card-img-top {
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.card-article:hover .card-img-top {
  transform: scale(1.05);
}
.card-article .card-title {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.card-article .card-title a:hover {
  text-decoration: underline !important;
}
.card-article .card-meta {
  font-size: 0.75rem;
}
.card-article .card-meta i {
  color: #6c757d;
}
.card-article .card-text {
  color: #6c757d;
  line-height: 1.4;
  font-size: 0.85rem;
}

.article-labels {
  margin-bottom: 0.75rem;
}
.article-labels .badge {
  font-size: 0.75rem;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  font-weight: 500;
  padding: 0.35em 0.65em;
}

.news-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  overflow: hidden;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.news-card-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.news-card-image .news-card-image-link {
  display: block;
  text-decoration: none;
  height: 100%;
}
.news-card-image .news-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-card:hover .news-card-image .news-card-img {
  transform: scale(1.05);
}
.news-card-image .news-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
}
.news-card-image .news-card-placeholder .news-card-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-card-labels.news-card-labels-top {
  margin-bottom: 0.75rem;
}
.news-card-labels.news-card-labels-bottom {
  margin-top: auto;
  padding-top: 0.5rem;
}

.news-card-title {
  margin-bottom: 0.5rem;
  flex-grow: 1;
}
.news-card-title .news-card-title-link {
  color: #212529;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.3;
  transition: color 0.2s ease;
}
.news-card-title .news-card-title-link:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.news-card-meta {
  font-size: 0.8rem;
  color: #6c757d;
  margin-bottom: 0.75rem;
}
.news-card-meta i {
  color: #6c757d;
}
.news-card-meta .news-card-meta-separator {
  margin: 0 0.5rem;
  opacity: 0.6;
}

.news-card-excerpt {
  font-size: 0.85rem;
  color: #6c757d;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: auto;
}

.news-card-small .news-card-image {
  height: 120px !important;
}
.news-card-small .news-card-body {
  padding: 0.75rem;
}
.news-card-small .news-card-title .news-card-title-link {
  font-size: 0.9rem;
}
.news-card-small .news-card-meta {
  font-size: 0.75rem;
}
.news-card-small .news-card-excerpt {
  font-size: 0.8rem;
}

.news-card-medium .news-card-image {
  height: 200px !important;
}

.news-card-large .news-card-image {
  height: 250px !important;
}
.news-card-large .news-card-body {
  padding: 1.25rem;
}
.news-card-large .news-card-title .news-card-title-link {
  font-size: 1.1rem;
}
.news-card-large .news-card-meta {
  font-size: 0.85rem;
}
.news-card-large .news-card-excerpt {
  font-size: 0.9rem;
}

.news-labels {
  display: flex;
  flex-wrap: wrap;
}
.news-labels.news-labels-small {
  gap: 0.25rem;
}
.news-labels.news-labels-medium {
  gap: 0.4rem;
}
.news-labels.news-labels-large {
  gap: 0.5rem;
}

.news-label {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  border-radius: 0.375rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  white-space: nowrap;
}
.news-label i {
  margin-right: 0.25rem;
}
.news-label:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.news-label-small {
  font-size: 0.55rem;
  padding: 0.1rem 0.25rem;
  border-radius: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.news-label-small i {
  display: none;
}

.news-label-medium {
  font-size: 0.6rem;
  padding: 0.15rem 0.3rem;
  border-radius: 0.25rem;
}
.news-label-medium i {
  font-size: 0.55rem;
  margin-right: 0.15rem;
}

.news-label-large {
  font-size: 0.7rem;
  padding: 0.2rem 0.4rem;
  border-radius: 0.3rem;
}
.news-label-large i {
  font-size: 0.65rem;
  margin-right: 0.2rem;
}

.news-label-featured {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: white;
  border: 1px solid #f59e0b;
}

.news-label-spotlight {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  color: white;
  border: 1px solid #8b5cf6;
}

@media (max-width: 768px) {
  .news-label-small {
    font-size: 0.5rem;
    padding: 0.05rem 0.2rem;
  }
  .news-label-medium {
    font-size: 0.55rem;
    padding: 0.1rem 0.25rem;
  }
  .news-label-medium i {
    font-size: 0.5rem;
  }
  .news-label-large {
    font-size: 0.6rem;
    padding: 0.15rem 0.3rem;
  }
  .news-label-large i {
    font-size: 0.55rem;
  }
}
.article-header .article-title {
  line-height: 1.2;
  font-weight: 700;
  color: #212529;
}

.article-meta-and-share {
  font-size: 0.95rem;
}
.article-meta-and-share .meta-info .meta-date-author {
  font-size: 0.95rem;
}
.article-meta-and-share .meta-info .meta-reading-time p {
  margin: 0;
  font-size: 0.9rem;
}
.article-meta-and-share i {
  color: #6c757d;
}

.article-content {
  padding-top: 20px;
}

.article-lead-text {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #495057;
  border-left: 4px solid #007bff;
  padding: 1rem 1rem 1rem 1.5rem;
  margin: 1.5rem 0;
  background-color: #f8f9fa;
  border-radius: 0 0.375rem 0.375rem 0;
}
.article-lead-text p {
  margin-bottom: 0.75rem;
}
.article-lead-text p:last-child {
  margin-bottom: 0;
}

.featured-image,
.featured-image-clean {
  text-align: center;
  margin: 0;
}
.featured-image img,
.featured-image-clean img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.featured-image figcaption,
.featured-image-clean figcaption {
  font-size: 0.85rem;
  color: #6c757d;
  font-style: italic;
  margin-top: 0.25rem;
  text-align: center;
}

.article-featured-placeholder {
  aspect-ratio: 16/9;
  background-color: #f8f9fa;
  min-height: 400px;
}
.article-featured-placeholder .article-featured-placeholder-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-and-related-section .author-bio-content {
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.author-bio-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.author-bio {
  font-size: 0.95rem;
  line-height: 1.6;
}
.author-bio p {
  margin-bottom: 0.75rem;
}
.author-bio p:last-child {
  margin-bottom: 0;
}

.article-content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
}
.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  color: #2c3e50;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1.3;
}
.article-content h1 {
  font-size: 2.2em;
}
.article-content h2 {
  font-size: 1.8em;
}
.article-content h3 {
  font-size: 1.5em;
}
.article-content h4 {
  font-size: 1.3em;
}
.article-content h5 {
  font-size: 1.1em;
}
.article-content h6 {
  font-size: 1em;
}
.article-content > h1:first-child,
.article-content > h2:first-child,
.article-content > h3:first-child,
.article-content > h4:first-child,
.article-content > h5:first-child,
.article-content > h6:first-child {
  margin-top: 0;
}
.article-content p {
  margin-bottom: 1.2em;
}
.article-content p:last-child {
  margin-bottom: 0;
}
.article-content ul, .article-content ol {
  margin: 1.2em 0;
  padding-left: 1.5em;
}
.article-content ul li, .article-content ol li {
  margin-bottom: 0.5em;
}
.article-content ul li:last-child, .article-content ol li:last-child {
  margin-bottom: 0;
}
.article-content ul {
  list-style-type: disc;
}
.article-content ol {
  list-style-type: decimal;
}
.article-content a {
  color: #0d6efd;
  text-decoration: none;
}
.article-content a:hover {
  text-decoration: underline;
}
.article-content a[target=_blank]:after {
  content: " ↗";
  font-size: 0.8em;
  opacity: 0.7;
}
.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 1.5em 0;
  display: block;
}
.article-content img[style*="float: left"] {
  float: left;
  margin: 0 1.5em 1em 0;
}
.article-content img[style*="float: right"] {
  float: right;
  margin: 0 0 1em 1.5em;
}
.article-content blockquote {
  border-left: 4px solid #0d6efd;
  padding-left: 1.5em;
  margin: 1.5em 0;
  font-style: italic;
  color: #6c757d;
  background-color: #f8f9fa;
  padding: 1em 1.5em;
  border-radius: 0 8px 8px 0;
}
.article-content blockquote p {
  margin-bottom: 0;
}
.article-content code {
  background-color: #f8f9fa;
  padding: 2px 4px;
  border-radius: 3px;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.9em;
  color: #e83e8c;
}
.article-content pre {
  background-color: #f8f9fa;
  padding: 1em;
  border-radius: 8px;
  overflow-x: auto;
  margin: 1.5em 0;
  border: 1px solid #e9ecef;
}
.article-content pre code {
  background: none;
  padding: 0;
  color: #495057;
}
.article-content table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.5em 0;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
}
.article-content table th, .article-content table td {
  border: 1px solid #dee2e6;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}
.article-content table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #495057;
}
.article-content table tr:nth-child(even) {
  background-color: #f8f9fa;
}
.article-content table tr:hover {
  background-color: #e9ecef;
}
.article-content .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 1.5em 0;
  border-radius: 8px;
}
.article-content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
}
.article-content iframe {
  max-width: 100%;
  margin: 1.5em 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.article-content iframe[src*="youtube.com"], .article-content iframe[src*="vimeo.com"] {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.article-content strong, .article-content b {
  font-weight: 600;
}
.article-content em, .article-content i {
  font-style: italic;
}
.article-content u {
  text-decoration: underline;
}
.article-content s, .article-content strike {
  text-decoration: line-through;
}
.article-content sub {
  vertical-align: sub;
  font-size: 0.8em;
}
.article-content sup {
  vertical-align: super;
  font-size: 0.8em;
}
.article-content mark {
  background-color: #fff3cd;
  padding: 2px 4px;
  border-radius: 3px;
}
.article-content:after {
  content: "";
  display: table;
  clear: both;
}

.pagination-nav .pagination {
  margin: 0;
}
.pagination-nav .pagination span {
  margin-right: 8px !important;
}
.pagination-nav .pagination span:last-child {
  margin-right: 0 !important;
}
.pagination-nav .pagination .page, .pagination-nav .pagination .current, .pagination-nav .pagination .next, .pagination-nav .pagination .prev, .pagination-nav .pagination .first, .pagination-nav .pagination .last, .pagination-nav .pagination .gap {
  display: inline-block;
  margin-right: 8px;
}
.pagination-nav .pagination .page a, .pagination-nav .pagination .page span, .pagination-nav .pagination .current a, .pagination-nav .pagination .current span, .pagination-nav .pagination .next a, .pagination-nav .pagination .next span, .pagination-nav .pagination .prev a, .pagination-nav .pagination .prev span, .pagination-nav .pagination .first a, .pagination-nav .pagination .first span, .pagination-nav .pagination .last a, .pagination-nav .pagination .last span, .pagination-nav .pagination .gap a, .pagination-nav .pagination .gap span {
  display: inline-block;
  padding: 8px 12px;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
  min-width: 40px;
  text-align: center;
}
.pagination-nav .pagination .page a:hover, .pagination-nav .pagination .page span:hover, .pagination-nav .pagination .current a:hover, .pagination-nav .pagination .current span:hover, .pagination-nav .pagination .next a:hover, .pagination-nav .pagination .next span:hover, .pagination-nav .pagination .prev a:hover, .pagination-nav .pagination .prev span:hover, .pagination-nav .pagination .first a:hover, .pagination-nav .pagination .first span:hover, .pagination-nav .pagination .last a:hover, .pagination-nav .pagination .last span:hover, .pagination-nav .pagination .gap a:hover, .pagination-nav .pagination .gap span:hover {
  color: #0056b3;
  background-color: #e9ecef;
  border-color: #dee2e6;
  transform: translateY(-1px);
}
.pagination-nav .pagination .page a:focus, .pagination-nav .pagination .page span:focus, .pagination-nav .pagination .current a:focus, .pagination-nav .pagination .current span:focus, .pagination-nav .pagination .next a:focus, .pagination-nav .pagination .next span:focus, .pagination-nav .pagination .prev a:focus, .pagination-nav .pagination .prev span:focus, .pagination-nav .pagination .first a:focus, .pagination-nav .pagination .first span:focus, .pagination-nav .pagination .last a:focus, .pagination-nav .pagination .last span:focus, .pagination-nav .pagination .gap a:focus, .pagination-nav .pagination .gap span:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: none;
}
.pagination-nav .pagination .current a, .pagination-nav .pagination .current span {
  background-color: #007bff !important;
  border-color: #007bff !important;
  color: white !important;
  font-weight: 600;
}
.pagination-nav .pagination .current a:hover, .pagination-nav .pagination .current span:hover {
  background-color: #0056b3 !important;
  transform: none;
}
.pagination-nav .pagination .prev {
  margin-right: 16px;
}
.pagination-nav .pagination .next {
  margin-left: 8px;
}

.adsense-banner-container .adsense-placeholder {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa !important;
  border: 1px dashed #dee2e6 !important;
  font-size: 12px;
}
.adsense-banner-container .adsense-placeholder:hover {
  background-color: #e9ecef !important;
}

@media (max-width: 1199.98px) {
  .featured-article .featured-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .featured-article .featured-title {
    font-size: 1.4rem;
  }
  .articles-sidebar .sidebar-article .row {
    align-items: center;
  }
}
.site-footer {
  background-color: #f8f9fa;
  margin-top: 3rem;
  padding: 1rem 0;
}
.site-footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .site-footer .footer-content {
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }
}
.site-footer .footer-copyright {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 0;
}
.site-footer .footer-separator {
  display: none;
  color: #6c757d;
  margin: 0 0.75rem;
}
@media (min-width: 768px) {
  .site-footer .footer-separator {
    display: inline;
  }
  .site-footer .footer-separator::before {
    content: "-";
  }
}
.site-footer .footer-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 576px) {
  .site-footer .footer-links {
    gap: 0;
  }
}
.site-footer .footer-link {
  font-size: 0.875rem;
  color: #6c757d;
  text-decoration: none;
}
.site-footer .footer-link:hover, .site-footer .footer-link:focus {
  color: #495057;
  text-decoration: underline;
}
.site-footer .footer-link-separator {
  color: #6c757d;
  margin: 0 0.5rem;
}
@media (max-width: 575.98px) {
  .site-footer .footer-link-separator {
    margin: 0 0.25rem;
  }
}

@media (max-width: 767.98px) {
  .hero-section .display-4 {
    font-size: 2rem;
  }
  .hero-section .lead {
    font-size: 1rem;
  }
  .hero-section-compact {
    padding: 1.5rem 0;
  }
  .hero-section-compact h1 {
    font-size: 1.4rem;
  }
  .hero-section-compact p {
    font-size: 0.9rem;
  }
  .engine-separator {
    border-top: 3px solid #333 !important;
  }
  .engine-separator td {
    padding-top: 12px !important;
  }
  .featured-article .featured-title {
    font-size: 1.3rem;
  }
  .featured-article .featured-excerpt {
    font-size: 1rem;
  }
  .sidebar-article .row.g-2 {
    align-items: center;
  }
  .sidebar-article .sidebar-title {
    font-size: 0.9rem;
  }
  .sidebar-article .sidebar-meta {
    font-size: 0.75rem;
  }
  .card-article .card-title {
    font-size: 1rem;
  }
  .card-article .card-text {
    font-size: 0.9rem;
  }
  .card-article-related .card-title {
    font-size: 0.9rem !important;
  }
  .card-article-related .card-text {
    font-size: 0.85rem;
  }
  .article-content {
    font-size: 15px;
  }
  .article-content h1 {
    font-size: 1.8em;
  }
  .article-content h2 {
    font-size: 1.6em;
  }
  .article-content h3 {
    font-size: 1.4em;
  }
  .article-content h4 {
    font-size: 1.2em;
  }
  .article-content table {
    font-size: 0.9em;
  }
  .article-content table th, .article-content table td {
    padding: 8px;
  }
  .article-content blockquote {
    padding: 0.8em 1.2em;
    margin: 1.2em 0;
  }
  .article-content img {
    margin: 1.2em 0;
  }
  .pagination-nav .pagination .page-item:not(.active):not(.disabled):not(:first-child):not(:last-child) {
    display: none;
  }
  .pagination-nav .pagination .page-item:not(.active):not(.disabled):not(:first-child):not(:last-child).page-item:nth-child(n+2):nth-child(-n+3) {
    display: block;
  }
  .pagination-nav .pagination .page-item.active .page-link {
    font-weight: bold;
    font-size: 0.9rem;
  }
  .pagination-nav .pagination .page-link {
    padding: 0.4rem 0.6rem;
    font-size: 0.9rem;
  }
  .d-flex.justify-content-between.align-items-center {
    flex-direction: column;
    gap: 1rem;
  }
  .d-flex.justify-content-between.align-items-center .text-muted {
    text-align: center;
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .hero-section .display-4 {
    font-size: 1.8rem;
  }
  .hero-section-compact h1 {
    font-size: 1.2rem;
  }
}
:root {
  --bs-primary: #0d6efd;
  --bs-primary-rgb: 13, 110, 253;
  --tp-link-color: #0d6efd;
  --tp-link-hover-color: #0056b3;
  --tp-link-decoration: none;
  --tp-link-hover-decoration: underline;
}

body .container a:not(.btn):not(.navbar-brand):not(.breadcrumb-item a),
body .container-fluid a:not(.btn):not(.navbar-brand):not(.breadcrumb-item a),
body main a:not(.btn):not(.navbar-brand):not(.breadcrumb-item a) {
  color: var(--tp-link-color) !important;
  text-decoration: var(--tp-link-decoration) !important;
}
body .container a:not(.btn):not(.navbar-brand):not(.breadcrumb-item a):hover, body .container a:not(.btn):not(.navbar-brand):not(.breadcrumb-item a):focus,
body .container-fluid a:not(.btn):not(.navbar-brand):not(.breadcrumb-item a):hover,
body .container-fluid a:not(.btn):not(.navbar-brand):not(.breadcrumb-item a):focus,
body main a:not(.btn):not(.navbar-brand):not(.breadcrumb-item a):hover,
body main a:not(.btn):not(.navbar-brand):not(.breadcrumb-item a):focus {
  color: var(--tp-link-hover-color) !important;
  text-decoration: var(--tp-link-hover-decoration) !important;
}
body .container a:not(.btn):not(.navbar-brand):not(.breadcrumb-item a):visited,
body .container-fluid a:not(.btn):not(.navbar-brand):not(.breadcrumb-item a):visited,
body main a:not(.btn):not(.navbar-brand):not(.breadcrumb-item a):visited {
  color: var(--tp-link-color) !important;
}

body .card .card-title a,
body .card .card-body a:not(.btn),
body .card-nav-link,
body .article-card a {
  color: var(--tp-link-color) !important;
  text-decoration: var(--tp-link-decoration) !important;
  font-weight: 600;
  transition: all 0.2s ease;
}
body .card .card-title a:hover, body .card .card-title a:focus,
body .card .card-body a:not(.btn):hover,
body .card .card-body a:not(.btn):focus,
body .card-nav-link:hover,
body .card-nav-link:focus,
body .article-card a:hover,
body .article-card a:focus {
  color: var(--tp-link-hover-color) !important;
  text-decoration: var(--tp-link-hover-decoration) !important;
  transform: translateY(-1px);
}
body .card .card-title a:visited,
body .card .card-body a:not(.btn):visited,
body .card-nav-link:visited,
body .article-card a:visited {
  color: var(--tp-link-color) !important;
}

body .featured-title a,
body .sidebar-title a,
body .text-primary {
  color: var(--tp-link-color) !important;
}
body .featured-title a:hover, body .featured-title a:focus,
body .sidebar-title a:hover,
body .sidebar-title a:focus,
body .text-primary:hover,
body .text-primary:focus {
  color: var(--tp-link-hover-color) !important;
}

body .card-city .card-nav-link,
body .station-list a {
  color: var(--tp-link-color) !important;
  text-decoration: var(--tp-link-decoration) !important;
}
body .card-city .card-nav-link:hover, body .card-city .card-nav-link:focus,
body .station-list a:hover,
body .station-list a:focus {
  color: var(--tp-link-hover-color) !important;
  text-decoration: var(--tp-link-hover-decoration) !important;
}

body .text-dark a,
body a.text-dark {
  color: var(--tp-link-color) !important;
}
body .text-dark a:hover, body .text-dark a:focus,
body a.text-dark:hover,
body a.text-dark:focus {
  color: var(--tp-link-hover-color) !important;
}
