/* color-mix-fallback:generated */
[data-post-section] [data-post-tab][data-active],
[data-post-section] [data-post-tab][aria-selected='true']{
  border-color: var(--color-primary-500, #6366f1);
  background: rgba(99, 102, 241, 0.12);
  color: var(--color-primary-500, #6366f1);
  font-weight: 600;
}
@supports (color: color-mix(in srgb, #000 50%, #fff)) {
  [data-post-section] [data-post-tab][data-active],
[data-post-section] [data-post-tab][aria-selected='true'] {
    background: color-mix(in srgb, var(--color-primary-500, #6366f1) 12%, transparent);
  }
}

[data-post-section] [data-post-tab]{
  transition:
    color 0.15s ease,
    background-color 0.15s ease,
    border-color 0.15s ease;
}

[data-post-section] .post-groups-swiper .swiper-slide,
[data-post-section] .post07-groups-swiper .swiper-slide{
  height: auto;
}

[data-post-section] .post07-groups-nav{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

[data-post-section] .post07-groups-pagination .swiper-pagination-bullet{
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}

[data-post-section] .post07-groups-pagination .swiper-pagination-bullet-active{
  background: #fff;
  transform: scale(1.15);
}

