.arhivs {
  margin: 0 0 3rem 0;
  padding: 3rem 3rem 4.5rem 3rem;
  background: #ECDDC9;
  border-radius: 18px;
  position: relative;
}
.arhivs h3 {
  font-family: "SeituBold", sans-serif;
  font-size: var(--wp--preset--font-size--font-22);
  text-align: center;
}
.arhivs h3 a {
  display: inline-block;
  position: relative;
  transition: color .25s ease-in-out;
}
.arhivs h3 a:hover {
  color: #e63214;
}
/* .arhivs h3 a:hover span {
  background: #e63214 !important;
} */
.arhivs h3 strong {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.arhivs h3 span {
  display: block;
  width: 100%;
  height: 0.75ch;
  position: absolute;
  bottom: 0.25ch;
  left: 0;
  z-index: 1;
  transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.arhivs .feat {
  margin: 0 0 1rem 0;
}
.arhivs .feat img {
  width: 100%;
}
.arhivs .feat .swiper-button-next,
.arhivs .feat .swiper-button-prev {
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  top: calc(100% - 56px);
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.arhivs .feat .swiper-button-next:after,
.arhivs .feat .swiper-button-prev:after {
  display: none;
}
.arhivs .feat .swiper-button-next:hover,
.arhivs .feat .swiper-button-prev:hover {
  opacity: 0.7;
}
.arhivs .feat .credit {
  display: block;
  font-family: "SeituLight", sans-serif;
  font-size: var(--wp--preset--font-size--font-15);
  margin: 1rem 0 0 0;
  color: #595959;
}
.arhivs .btn {
  display: inline-flex;
  gap: 5px;
  font-family: "SeituRegular", sans-serif;
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 0;
  color: #595959;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  bottom: 2rem;
  right: 3rem;
}
.arhivs .btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7 7L1 1' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
          mask: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7 7L1 1' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
          mask-size: cover;
}
.arhivs .btn:hover, .arhivs .btn:active, .arhivs .btn:focus {
  color: #EE583F;
  background: transparent;
}

@media (min-width: 782px) {
  .arhiva-posti {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .arhiva-posti .arhivs {
    width: calc(50% - 15px);
  }
}