/* Общие */
.epcw-wrapper .epcw-card {
    border-radius: 8px;
    padding: 16px;
    background: url(/wp-content/uploads/2025/07/dialog.png) #ffffff;
    background-position: right 10px bottom 10px;
    background-size: 50px;
    background-repeat: no-repeat;
}

.epcw-wrapper .epcw-title {
  margin: 0 0 8px 0;
  font-size: 1.125rem;
  line-height: 1.4;
}

.epcw-wrapper .epcw-content {
  font-size: 0.95rem;
  line-height: 1.6;
}

.epcw-load-more-wrap {
  margin-top: 25px;
  text-align: center;
}

.epcw-load-more .ct-button-text {
    border: 1px solid #ffffff !important;
    color: #ffffff;
}

/* Спрятать лишние карточки на mobile */
@media (max-width: 767px) {
  .epcw-hidden-mobile {
    display: none !important;
  }
}

/* Slider (Swiper) оформление */
.epcw-slider {
  position: relative;
}

.epcw-swiper-nav .epcw-prev,
.epcw-swiper-nav .epcw-next {
  width: 36px;
  height: 36px;
  background: #111827;
  opacity: .9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.epcw-swiper-nav .epcw-prev { left: -18px; }
.epcw-swiper-nav .epcw-next { right: -18px; }
