/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/postsSwiper/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-uni-blocks {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.uni_slot__caption {
  text-align: center;
  width: 100%;
}

.uni_slots {
  margin: 1rem 0;
}

/* Сами кнопки */
.swiper-button-prev,
.swiper-button-next {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.3s ease, transform 0.2s ease !important;
}

/* Иконки можно сделать через псевдоэлементы */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: "swiper-icons";
  font-size: 18px !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

.mobile-only {
  display: none !important;
}

/* Мобильная адаптация */
@media (max-width: 968px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .mobile-only {
    display: flex !important;
  }
}

/*# sourceMappingURL=style-index.css.map*/