/* Donation V2 */
.donation-v2 {
  text-align: center;
  margin: 95px 0;
}

.donation-v2 .divider {
  height: 1px;
  width: 100%;
  background-color: #e2e2e2;
  margin: 32px 0;
}

.donation-v2 .icon {
  width: 64px;
  height: 64px;
  background-color: #e1d7df;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.donation-v2 h2.h1 {
  margin: 16px 0;
}

.donation-v2 p {
  margin-bottom: 0;
}

.donation-v2 .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 24px;
}

.donation-v2 .buttons > * {
  flex: 1 1 190px;
}

.donation-v2 .donation-footer {
  padding-top: 32px;
  margin-top: 45px;
  border-top: 1px solid #e2e2e2;
}

.donation-v2 .donation-footer.specific {
  border-top: 0;
  margin-top: 0;
}

.donation-v2 .donation-footer.specific select {
  margin-bottom: 16px;
}

.donation-v2 .donation-footer.specific select:last-of-type {
  margin-bottom: 32px;
}

.donation-v2 .donation-footer.org img {
  margin-bottom: 16px;
}

.donation-v2 .donation-footer img {
  height: 32px;
}

.donation-v2 .donation-footer select {
  margin-bottom: 16px;
}

.donation-v2 .donation-footer .dropdown-content {
  margin-top: 16px;
}

@media (max-width: 991.98px) {
  .shortcuts-swiper .swiper-wrapper {
    flex-wrap: wrap !important;
    transform: none !important;
  }

  .shortcuts-swiper .swiper-slide {
    width: auto !important;
    max-width: 50%;
  }

  .shortcuts-swiper .swiper-button-prev,
  .shortcuts-swiper .swiper-button-next {
    display: none;
  }
}

@media (min-width: 992px) {
  .shortcuts .container.shortcuts-overflow {
    padding-top: 16px;
    position: relative;
  }

  .shortcuts-swiper {
    padding: 0 58px;
  }

  .shortcuts-swiper .swiper-slide {
    width: 285px;
  }

  .shortcuts-swiper .swiper-button-prev,
  .shortcuts-swiper .swiper-button-next {
    top: 32px;
    width: 50px;
    height: 50px;
    color: #597b8e;
  }

  .shortcuts-swiper .swiper-button-prev {
    left: 0;
  }

  .shortcuts-swiper .swiper-button-next {
    right: 0;
  }

  .shortcuts-swiper .swiper-button-prev::after,
  .shortcuts-swiper .swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
  }

  .shortcuts-swiper .swiper-button-prev.swiper-button-disabled,
  .shortcuts-swiper .swiper-button-next.swiper-button-disabled {
    pointer-events: auto;
    cursor: default;
  }
}

/* Calendar post card image */
#posts-page article .calendar-post-image,
#related-posts article .calendar-post-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 160px;
  margin-bottom: 24px;
  background: #f7f4f7;
}

#posts-page article .calendar-post-image img,
#related-posts article .calendar-post-image img {
  width: 80px;
  height: 80px;
  float: none;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  #posts-page article.home-post .calendar-post-image,
  #related-posts article.home-post .calendar-post-image {
    width: 95px;
    min-height: 95px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
  }

  #posts-page article.home-post .calendar-post-image img,
  #related-posts article.home-post .calendar-post-image img {
    width: 48px;
    height: 48px;
  }
}
