.blog-categories {
  margin-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 24px;
}

.blog-categories h3 {
  margin: 0 0 8px;
  font-size: 1.6rem;
}

.blog-categories p {
  margin: 0 0 16px;
}

.blog-categories__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-category-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #00a99d;
  color: #00a99d;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.blog-category-link:hover,
.blog-category-link.is-active {
  background: #00a99d;
  color: #ffffff;
}

.blog-category-empty {
  display: none;
  margin-top: 18px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.06);
}

.blog-category-empty.is-visible {
  display: block;
}

.jet-posts__item.is-hidden {
  display: none !important;
}

/* Reduce oversized footer social icons */
#jet-theme-core-footer .elementor-widget-social-icons .elementor-social-icons-wrapper {
  gap: 8px;
}

#jet-theme-core-footer .elementor-widget-social-icons .elementor-icon.elementor-social-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  font-size: 16px;
  line-height: 34px;
}

#jet-theme-core-footer .elementor-widget-social-icons .elementor-icon.elementor-social-icon i {
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 767px) {
  #jet-theme-core-footer .elementor-widget-social-icons .elementor-icon.elementor-social-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    font-size: 14px;
    line-height: 30px;
  }

  #jet-theme-core-footer .elementor-widget-social-icons .elementor-icon.elementor-social-icon i {
    font-size: 14px;
  }
}
