.wp-block-associations.is-admin .swiper .swiper-wrapper {
  flex-direction: column;
}
.wp-block-associations .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  align-content: center;
  height: auto;
  text-align: center;
  padding: 40px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
  margin: 20px 0 40px;
}
.wp-block-associations .swiper .swiper-wrapper .swiper-slide a {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  text-indent: -9999px;
}
.wp-block-associations .swiper .swiper-wrapper .swiper-slide div svg {
  display: block;
  width: 40px;
  fill: #636466;
  margin: 0 0 10px;
}
.wp-block-associations .swiper .swiper-wrapper .swiper-slide div p {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  color: #636466;
  text-align: left;
  max-width: 300px;
  margin: 0 auto 40px 0;
}
.wp-block-associations .swiper .swiper-wrapper .swiper-slide div img {
  width: auto;
  max-height: 120px;
}
.wp-block-associations .swiper .swiper-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 800px;
  padding: 0 40px;
  margin: 0 auto;
}
.wp-block-associations .swiper .swiper-nav .swiper-button,
.wp-block-associations .swiper .swiper-nav .swiper-scrollbar {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.wp-block-associations .swiper .swiper-nav .swiper-button.swiper-button-prev, .wp-block-associations .swiper .swiper-nav .swiper-button.swiper-button-next {
  overflow: hidden;
  color: transparent;
  text-indent: -9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 45px;
  background-image: url(../../images/icons/right-arrow.svg);
  background-size: 25px 25px;
  background-color: #D9D9D9;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto 0 0 auto;
}
.wp-block-associations .swiper .swiper-nav .swiper-button.swiper-button-prev {
  transform: scaleX(-1);
}
.wp-block-associations .swiper .swiper-nav .swiper-scrollbar {
  border-radius: 0;
  width: 100%;
  height: 15px;
  background-color: #D9D9D9;
}
.wp-block-associations .swiper .swiper-nav .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: #8E8E8E;
}
