.history-slideshow .history-item-slick-arrow, .history-slideshow .history-month-slick-arrow {
  border: none !important;
  position: relative;
  font-size: 0;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  aspect-ratio: 1/1;
  background-color: transparent !important;
}
.history-slideshow .history-item-slick-arrow:before, .history-slideshow .history-month-slick-arrow:before {
  content: " ";
  display: block;
  background-image: url("../images/arrow-left.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.history-slideshow .history-item-slick-arrow:hover, .history-slideshow .history-item-slick-arrow:active, .history-slideshow .history-item-slick-arrow:focus, .history-slideshow .history-month-slick-arrow:hover, .history-slideshow .history-month-slick-arrow:active, .history-slideshow .history-month-slick-arrow:focus {
  border: none !important;
  outline-width: 0;
}
.history-slideshow .history-item-slick-next, .history-slideshow .history-month-slick-next {
  transform: rotate(180deg);
}
.history-slideshow .history-month-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
}
.history-slideshow .history-month-navigation button.history-month-slick-arrow {
  background-color: transparent;
  color: #740FD9;
}
.history-slideshow .history-month-navigation .month-btn .month-inner {
  cursor: pointer;
  color: #740FD9;
  text-align: center;
  font-size: 28px;
  padding: 20px 0;
  font-weight: bolder;
}
.history-slideshow .history-slider .history-item-slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 60px !important;
  height: 60px !important;
  z-index: 1;
}
.history-slideshow .history-slider .history-item-slick-arrow:before {
  background-image: url("../images/arrow-left-big.svg");
}
.history-slideshow .history-slider .history-item-slick-prev {
  left: -10px;
}
.history-slideshow .history-slider .history-item-slick-next {
  right: -10px;
}
@media screen and (min-width: 1300px) {
  .history-slideshow .history-slider .history-item-slick-prev {
    left: -60px;
  }
  .history-slideshow .history-slider .history-item-slick-next {
    right: -60px;
  }
}
.history-slideshow .history-slider .history-slide {
  margin: 10px;
  z-index: 0;
  aspect-ratio: 1/1;
}
.history-slideshow .history-slider .history-slide .inner:not(:has(.future-history, .cover-image-fallback)) .history-cover-image {
  display: block;
}
.history-slideshow .history-slider .history-slide .inner:not(:has(.future-history)) {
  pointer-events: all;
}
.history-slideshow .history-slider .history-slide .inner:not(:has(.future-history))::before {
  content: " ";
  background: linear-gradient(to bottom, rgba(116, 15, 217, 0) 0%, rgba(116, 15, 217, 0.77) 79%, rgb(116, 15, 217) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  box-shadow: 0 5px 6px 0 rgba(123, 40, 228, 0.55);
}
.history-slideshow .history-slider .history-slide .inner {
  max-width: 400px;
  max-height: 400px;
  margin: auto;
  z-index: 0;
  background: #E5CCFF;
  border-radius: 15px;
  position: relative;
  pointer-events: none;
}
.history-slideshow .history-slider .history-slide .inner .history-item {
  height: 100%;
  width: 100%;
  border-radius: 15px;
}
.history-slideshow .history-slider .history-slide .inner .history-cover-image {
  display: none;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .history-slideshow .history-slider .history-slide .inner .history-cover-image {
    border-radius: 15px;
  }
}
.history-slideshow .history-slider .history-slide .inner .history-logo-badge {
  width: 85px;
  box-shadow: inset -20px -20px 20px -33px black;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 8px;
  position: absolute;
  z-index: 1;
  left: 20px;
  top: -1px;
}
.history-slideshow .history-slider .history-slide .inner .history-today-badge {
  position: absolute;
  top: 12px;
  right: 20px;
}
.history-slideshow .history-slider .history-slide .inner .history-today-badge span {
  background: #FFDF52;
  padding: 5px 10px 3px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
.history-slideshow .history-slider .history-slide .inner .history-date {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  color: #FFF;
}
.history-slideshow .history-slider .history-slide .inner .history-date .month {
  font-size: 24px;
}
.history-slideshow .history-slider .history-slide .inner .history-date .day {
  font-size: 90px;
}
.history-slideshow .history-slider .history-slide .inner .history-date .year {
  font-size: 24px;
  font-weight: normal;
}
.history-slideshow .history-slider .history-slide .inner .history-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
  line-height: 1.2;
}
.history-slideshow .history-slider .history-slide .inner .history-title.link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  text-decoration: none;
}
.history-slideshow .history-slider .history-slide .inner .history-title.link .title {
  width: 90%;
}
.history-slideshow .history-slider .history-slide .inner .history-title.link::after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0idXVpZC0yNjI2NDE0MC04OGU5LTRlNTktOTQzNS1hNWUyZjBhNzYwM2UiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAuNyA2MC43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MC43IDYwLjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4JPHBhdGggc3R5bGU9ImZpbGw6ICNGRkZGRkY7IiBpZD0idXVpZC1kNzdmZTgxYi0xYTkwLTQxYjAtYWVlOC0xZWRkNzAwYTE0NTIiIGNsYXNzPSJzdDAiIGQ9Ik01MiwwYzQuOCwwLDguNywzLjksOC43LDguN2wwLDBWNTJjMCw0LjgtMy45LDguNy04LjcsOC43SDguNyAgQzMuOSw2MC43LDAsNTYuOCwwLDUybDAsMFY4LjdDMCwzLjksMy45LDAsOC43LDBINTJ6IE0yMS43LDE1LjJjLTEuOCwwLTMuMiwxLjUtMy4yLDMuMnMxLjUsMy4yLDMuMiwzLjJoMTIuN0wxNi4xLDQwICBjLTEuMiwxLjMtMS4xLDMuNCwwLjIsNC42YzEuMiwxLjEsMy4xLDEuMSw0LjQsMEwzOSwyNi4zdjEzLjhjMCwxLjgsMS41LDMuMiwzLjIsMy4yczMuMi0xLjUsMy4yLTMuMlYxOC40YzAtMS44LTEuNS0zLjItMy4yLTMuMiAgSDIxLjdMMjEuNywxNS4yeiI+PC9wYXRoPjwvc3ZnPg==) no-repeat 0 0;
  width: 23px;
  height: 23px;
  display: inline-block;
}
.history-slideshow .history-slider .history-slide .inner .link {
  position: absolute;
  height: 100%;
  width: 100%;
}
.history-slideshow .history-slider .history-slide .inner .future-history {
  background: #E5CCFF;
}
.history-slideshow .history-slider .history-slide .inner .future-history .month, .history-slideshow .history-slider .history-slide .inner .future-history .day, .history-slideshow .history-slider .history-slide .inner .future-history .history-title {
  color: #A559FA;
}
.history-slideshow .history-slider .history-slide .inner .history-item.no-post-card {
  min-height: 360px;
  background: transparent;
  border: 4px solid #ce9eff;
}
.history-slideshow .history-slider .history-slide .inner .history-item.no-post-card .history-date .month, .history-slideshow .history-slider .history-slide .inner .history-item.no-post-card .history-date .day {
  font-weight: 700;
  color: #ce9eff;
}
.history-slideshow .history-slider .history-slide .inner .history-item.no-post-card .history-title {
  color: #ce9eff;
}
.history-slideshow .history-slider .history-slide .inner .history-item.no-post-card.future-history {
  background: #e6ceff;
}
.history-slideshow .history-slider .history-slide .inner .history-item.no-post-card.future-history .month, .history-slideshow .history-slider .history-slide .inner .history-item.no-post-card.future-history .day, .history-slideshow .history-slider .history-slide .inner .history-item.no-post-card.future-history .history-title {
  color: #aa61fb;
}
.history-slideshow .history-slider .history-slide .inner:has(.no-post-card) {
  background: transparent;
  pointer-events: none;
}
.history-slideshow .history-slider .history-slide .inner:has(.no-post-card)::before {
  display: none;
}
.history-slideshow .history-slider .history-slide .inner {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 1/1;
  box-shadow: 3px 5px 5px 0 rgba(123, 40, 228, 0.35);
  max-width: 100%;
  max-height: unset;
}
.history-slideshow .history-slider .history-slide .inner .history-item.cover-image-fallback {
  background: linear-gradient(to bottom, #bf297d 1%, #570fa1 100%);
}
.history-slideshow .history-slider .history-slide .inner .history-item.no-post-card {
  min-height: 360px;
  background: transparent;
  border: 4px solid #ce9eff;
}
.history-slideshow .history-slider .history-slide .inner .history-item.future-history {
  background: #e6ceff;
  border: 0;
}
.history-slideshow .history-slider .history-slide .inner .history-item.future-history .month, .history-slideshow .history-slider .history-slide .inner .history-item.future-history .day, .history-slideshow .history-slider .history-slide .inner .history-item.future-history .history-title {
  color: #aa61fb;
}

/*# sourceMappingURL=history-slideshow.css.map */
