.hc-pubs-slider-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 20px;
  overflow: hidden;
}

.hc-pubs-swiper {
  overflow: visible;
}

.hc-pubs-swiper .swiper-slide {
  width: 260px;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: transform .35s ease, opacity .35s ease, z-index .35s ease;
  z-index: 1;
}

.hc-pubs-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 3;
}

.hc-pubs-swiper .swiper-slide-prev {
  opacity: 0.85;
  transform: translateX(75px) translateY(8px) scale(0.88) rotate(-10deg);
  filter: blur(0.2px);
  z-index: 2;
}

.hc-pubs-swiper .swiper-slide-next {
  opacity: 0.85;
  transform: translateX(-75px) translateY(8px) scale(0.88) rotate(10deg);
  filter: blur(0.2px);
  z-index: 2;
}

.hc-pub-item {
  text-align: center;
}

.hc-pub-cover-flat {
  width: 100%;
  max-width: 260px;
  margin: 0 auto 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.hc-pub-cover-flat img {
  display: block;
  width: 100%;
  height: auto;
}

.hc-pub-meta {
  margin-top: 10px;
}

.hc-pubs-swiper .swiper-slide .hc-pub-meta {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
}

.hc-pubs-swiper .swiper-slide-active .hc-pub-meta {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hc-pub-type {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
  display: block;
}

.hc-pub-title {
  font-size: 20px;
  font-family: "Sora", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--e-global-color-primary);
}

.hc-pub-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.hc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 10px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: all .25s ease;
}

.hc-btn svg.hc-icon {
  margin-right: 6px;
  height: 16px;
  width: 16px;
}

.hc-btn .hc-icon {
  font-size: 16px;
  margin-right: 8px;
  line-height: 1;
  display: inline-flex;
}

.hc-btn-download {
  background: #985A10;
  color: #fff;
}

.hc-btn-download:hover {
  background: transparent;
  color: #985A10;
  border-color: #985A10;
}

.hc-btn-read {
  background: #DEAB2C;
  color: #1a1a1a;
}

.hc-btn-read:hover {
  background: transparent;
  color: #DEAB2C;
  border-color: #DEAB2C;
}


.hc-pubs-prev,
.hc-pubs-next {
  color: #723230;
  top: var(--swiper-navigation-top-offset, 40%);
  background-color: rgb(222, 171, 44);
  border-radius: 10px;
  padding: 0 22px;
  cursor: pointer;
  user-select: none;
}

.hc-pubs-slider-wrapper .swiper-button-disabled {
  display: none;
}

.hc-pubs-slider-wrapper .empty-publication {
  text-align: center;
  color: #723230 !important;
  font-size: 23px;
}

.hc-pubs-slider-wrapper .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 800 !important;
}

.hc-pub-size {
  font-size: 11px;
  color: #777;
  display: block;
  margin-bottom: 10px;
}