header {
  background: var(--color-primary);
}
header .--headerRight a {
  border: 1px solid rgba(15, 45, 81, 0.2);
  color: var(--color-primary);
}
header #logo_white {
  display: block;
}
header .logo_color {
  display: none;
}

/* Blog category tabs styling */
.nav-tabs .tab-item {
  transition: all 0.3s ease;
}

.nav-tabs .tab-item.active .border-active {
  border-color: rgb(79, 208, 133) !important;
  border-width: 2px !important;
}

.nav-tabs .tab-item h3 {
  transition: color 0.3s ease;
}

.nav-tabs .tab-item.active h3 {
  color: rgb(79, 208, 133) !important;
  font-weight: 600;
}

/* Article transitions */
#articles-grid article {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Load more button */
#load-more {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#load-more:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(79, 208, 133, 0.2);
} /*# sourceMappingURL=news.css.map */