/* Swiper Pagination Overrides - Estilos compartidos de paginación */

.swiper-pagination {
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}

.swiper-pagination-bullet-active {
  background: var(--text);
  width: 16px;
  height: 16px;
}
