.archive-featured {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 60vh;
  min-height: 400px;
  max-height: 900px;
  margin-bottom: 30px;
}
.archive-featured:before {
  --c: rgb(192, 220, 162);
  filter: blur(0.5px);
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50vh;
  min-height: 350px;
  /*
    background-color: var(--ssc-body-bg);
    background-position: center center;
    background-size: cover;*/
  background-color: var(--c);
  background-image: radial-gradient(
      circle at 100% 150%,
      var(--c) 25%,
      var(--ssc-body-bg) 25%,
      var(--ssc-body-bg) 29%,
      var(--c) 29%,
      var(--c) 36%,
      var(--ssc-body-bg) 36%,
      var(--ssc-body-bg) 40%,
      transparent 40%,
      transparent
    ),
    radial-gradient(
      circle at 0 150%,
      var(--c) 25%,
      var(--ssc-body-bg) 25%,
      var(--ssc-body-bg) 29%,
      var(--c) 29%,
      var(--c) 36%,
      var(--ssc-body-bg) 36%,
      var(--ssc-body-bg) 40%,
      transparent 40%,
      transparent
    ),
    radial-gradient(
      circle at 50% 100%,
      var(--ssc-body-bg) 10%,
      var(--c) 10%,
      var(--c) 23%,
      var(--ssc-body-bg) 23%,
      var(--ssc-body-bg) 30%,
      var(--c) 30%,
      var(--c) 43%,
      var(--ssc-body-bg) 43%,
      var(--ssc-body-bg) 50%,
      var(--c) 50%,
      var(--c) 63%,
      var(--ssc-body-bg) 63%,
      var(--ssc-body-bg) 70%,
      transparent 70%,
      transparent
    ),
    radial-gradient(
      circle at 100% 50%,
      var(--ssc-body-bg) 5%,
      var(--c) 5%,
      var(--c) 15%,
      var(--ssc-body-bg) 15%,
      var(--ssc-body-bg) 20%,
      var(--c) 20%,
      var(--c) 30%,
      var(--ssc-body-bg) 30%,
      var(--ssc-body-bg) 35%,
      var(--c) 35%,
      var(--c) 45%,
      var(--ssc-body-bg) 45%,
      var(--ssc-body-bg) 50%,
      transparent 50%,
      transparent
    ),
    radial-gradient(
      circle at 0 50%,
      var(--ssc-body-bg) 5%,
      var(--c) 5%,
      var(--c) 15%,
      var(--ssc-body-bg) 15%,
      var(--ssc-body-bg) 20%,
      var(--c) 20%,
      var(--c) 30%,
      var(--ssc-body-bg) 30%,
      var(--ssc-body-bg) 35%,
      var(--c) 35%,
      var(--c) 45%,
      var(--ssc-body-bg) 45%,
      var(--ssc-body-bg) 50%,
      transparent 50%,
      transparent
    );
  background-size: 40px 20px;
}
.dark .archive-featured:before {
  --c: rgb(53, 61, 45) !important;
}
.archive-featured[data-month="1"]:before {
  --c: rgb(162, 205, 220);
}
.archive-featured[data-month="2"]:before {
  --c: rgb(162, 216, 220);
}
.archive-featured[data-month="3"]:before {
  --c: rgb(192, 220, 162);
}
.archive-featured[data-month="4"]:before {
  --c: rgb(220, 203, 162);
}
.archive-featured[data-month="5"]:before {
  --c: rgb(211, 220, 162);
}
.archive-featured[data-month="6"]:before {
  --c: rgb(176, 220, 162);
}
.archive-featured[data-month="7"]:before {
  --c: rgb(169, 207, 153);
}
.archive-featured[data-month="8"]:before {
  --c: rgb(180, 220, 162);
}
.archive-featured[data-month="9"]:before {
  --c: rgb(203, 220, 162);
}
.archive-featured[data-month="10"]:before {
  --c: rgb(218, 220, 162);
}
.archive-featured[data-month="11"]:before {
  --c: rgb(162, 220, 175);
}
.archive-featured[data-month="12"]:before {
  --c: rgb(162, 220, 214);
}
.archive-featured::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
.archive-featured[data-month="6"]::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

/*----------- SEASONAL EFFECTS -----------
  ------------------------------------------*/
.archive-featured .seasonal-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  left: calc(50% + 150px);
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  transition: visibility 1s, opacity 1s;
}
.archive-featured .seasonal-effect.inactive {
  visibility: hidden;
  opacity: 0;
}

.archive-featured[data-month="4"] .seasonal-effect {
  left: auto;
  right: 0;
  transform: none;
}
.archive-featured[data-month="4"] .seasonal-effect .seasonal-sun {
  position: absolute;
  top: -1000px;
  right: -200px;
  width: 1000px;
  height: 1000px;
  background: orange;
  border-radius: 50%;
  box-shadow: 0px 0px 1000px 20px #ffe5be;
}

.archive-featured[data-month="10"] .seasonal-effect,
.archive-featured[data-month="11"] .seasonal-effect,
.archive-featured[data-month="12"] .seasonal-effect {
  --leaf-bg: #d1e048;
  --leaf-bg-2: #cfc034;
  --leaf-bg-3: #b09010;

  --leaf-h-n: 17px;
  --leaf-w-n: 14px;
  --leaf-h-2n1: 11px;
  --leaf-w-2n1: 7px;
  --leaf-h-3n2: 14px;
  --leaf-w-3n2: 11px;
  /*
  --leaf-bg: linear-gradient(to bottom right, #a4bd33, #747e1a);
  --leaf-bg-2: linear-gradient(to bottom right, #bcb047, #897e18);
  --leaf-bg-3: linear-gradient(to bottom right, rgb(167, 167, 20), #564500);
  */
  height: calc(100% + 50px);
  top: -50px;
}
.archive-featured[data-month="12"] .seasonal-effect {
  --leaf-bg: #ddd26c;
  --leaf-bg-2: #c7a259;
  --leaf-bg-3: #8e7d3a;
}

.archive-featured[data-month="10"] .seasonal-effect > div,
.archive-featured[data-month="11"] .seasonal-effect > div,
.archive-featured[data-month="12"] .seasonal-effect > div {
  position: relative;
  right: 0;
  text-align: right;
  height: 100%;
  width: 500px;
  display: flex;
  justify-content: space-around;
  float: right;
}

.archive-featured[data-month="10"] .seasonal-effect i,
.archive-featured[data-month="11"] .seasonal-effect i,
.archive-featured[data-month="12"] .seasonal-effect i {
  display: inline-block;
  width: 200px;
  height: 150px;
  background: var(
    --leaf-bg,
    linear-gradient(to bottom right, #309900, #005600)
  );
  transform: skew(20deg);
  border-radius: 40% 50% 0% 70%;
  /*border-radius: 5% 40% 70%;
   box-shadow: inset 0px 0px 1px #222;*/
  border: none;

  z-index: 1;
  animation: fallingLeaves 10s 0s infinite;
  -webkit-animation: fallingLeaves 10s 0s infinite;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(2n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(2n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(2n) {
  animation: fallingLeaves2 12s 0s infinite;
  -webkit-animation: fallingLeaves2 12s 0s infinite;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(3n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(3n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(3n) {
  animation: fallingLeaves3 10s 0s infinite;
  -webkit-animation: fallingLeaves3 10s 0s infinite;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(n) {
  height: var(--leaf-h-n, 23px);
  width: var(--leaf-w-n, 30px);
  animation-duration: 10s;
  -webkit-animation-duration: 10s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(2n + 1),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(2n + 1),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(2n + 1) {
  height: var(--leaf-h-2n1, 11px);
  width: var(--leaf-w-2n1, 16px);
  animation-duration: 14s;
  -webkit-animation-duration: 14s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(3n + 2),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(3n + 2),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(3n + 2) {
  height: var(--leaf-h-3n2, 17px);
  width: var(--leaf-w-3n2, 23px);
  animation-duration: 12s;
  -webkit-animation-duration: 12s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(n) {
  animation-delay: 3.8s;
  -webkit-animation-delay: 3.8s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(2n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(2n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(2n) {
  animation-delay: 7.8s;
  -webkit-animation-delay: 7.8s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(3n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(3n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(3n) {
  animation-delay: 4.6s;
  -webkit-animation-delay: 4.6s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(4n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(4n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(4n) {
  animation-delay: 8.8s;
  -webkit-animation-delay: 8.8s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(5n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(5n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(5n) {
  animation-delay: 12s;
  -webkit-animation-delay: 12s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(6n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(6n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(6n) {
  animation-delay: 7s;
  -webkit-animation-delay: 7s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(7n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(7n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(7n) {
  animation-delay: 6.6s;
  -webkit-animation-delay: 6.6s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(8n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(8n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(8n) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(9n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(9n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(9n) {
  animation-delay: 9.6s;
  -webkit-animation-delay: 9.6s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(10n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(10n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(10n) {
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(11n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(11n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(11n) {
  animation-delay: 4.4s;
  -webkit-animation-delay: 4.4s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(12n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(12n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(12n) {
  animation-delay: 8.2s;
  -webkit-animation-delay: 8.2s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(13n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(13n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(13n) {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(14n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(14n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(14n) {
  animation-delay: 8.4s;
  -webkit-animation-delay: 8.4s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(15n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(15n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(15n) {
  animation-delay: 14s;
  -webkit-animation-delay: 14s;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(n) {
  background: var(--leaf-bg);
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(2n + 2),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(2n + 2),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(2n + 2) {
  background: var(--leaf-bg-2);
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(4n + 1),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(4n + 1),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(4n + 1) {
  background: var(--leaf-bg-3);
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(n) {
  opacity: 0;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(3n + 1),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(3n + 1),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(3n + 1) {
  opacity: 0;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(3n + 2),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(3n + 2),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(3n + 2) {
  opacity: 0;
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(n) {
  transform: rotate(180deg);
}

.archive-featured[data-month="10"] .seasonal-effect i:nth-of-type(n),
.archive-featured[data-month="11"] .seasonal-effect i:nth-of-type(n),
.archive-featured[data-month="12"] .seasonal-effect i:nth-of-type(n) {
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

@keyframes fallingLeaves {
  0% {
    transform: translate(300, 0) rotate(0deg);
    -webkit-transform: translate(300, 0) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: translate(-350px, 700px) rotate(90deg);
    -webkit-transform: translate(-350px, 700px) rotate(90deg);
    opacity: 1;
  }
}

@keyframes fallingLeaves2 {
  0% {
    transform: translate(0, 0) rotate(90deg);
    -webkit-transform: translate(0, 0) rotate(90deg);
    opacity: 1;
  }

  100% {
    transform: translate(-200px, 680px) rotate(0deg);
    -webkit-transform: translate(-200px, 680px) rotate(0deg);
    opacity: 1;
  }
}

@keyframes fallingLeaves3 {
  0% {
    transform: translate(0, 0) rotate(-20deg);
    -webkit-transform: translate(0, 0) rotate(-20deg);
    opacity: 1;
  }

  100% {
    transform: translate(-230px, 640px) rotate(-70deg);
    -webkit-transform: translate(-230px, 640px) rotate(-70deg);
    opacity: 1;
  }
}

/*------------ June, 
----------------July */

.archive-featured[data-month="6"] .seasonal-effect,
.archive-featured[data-month="7"] .seasonal-effect {
  --leaf-bg: #9fb0c9;

  height: calc(100% + 50px);
  top: -50px;
}

.archive-featured[data-month="6"] .seasonal-effect > div,
.archive-featured[data-month="7"] .seasonal-effect > div {
  position: relative;
  right: 0;
  text-align: right;
  height: 100%;
  width: 500px;
  display: flex;
  justify-content: space-around;
  float: right;
}

.archive-featured[data-month="6"] .seasonal-effect i,
.archive-featured[data-month="7"] .seasonal-effect i {
  display: inline-block;
  background: var(--leaf-bg);
  height: 10px;
  width: 5px;
  border: none;
  border-radius: 0% 100% 100% 100%;
  opacity: 0;
  z-index: 1;
  transition: all 1s;
  animation: fallingRainSkew 0.4s 0s infinite;
  -webkit-animation: fallingRainSkew 0.4s 0s infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}

.archive-featured[data-month="6"] .seasonal-effect i:nth-of-type(2n),
.archive-featured[data-month="7"] .seasonal-effect i:nth-of-type(2n) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s !important;
}

.archive-featured[data-month="6"] .seasonal-effect i:nth-of-type(2n + 1),
.archive-featured[data-month="7"] .seasonal-effect i:nth-of-type(2n + 1) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s !important;
}

.archive-featured[data-month="6"] .seasonal-effect i:nth-of-type(3n),
.archive-featured[data-month="7"] .seasonal-effect i:nth-of-type(3n) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s !important;
}

.archive-featured[data-month="6"] .seasonal-effect i:nth-of-type(3n + 2),
.archive-featured[data-month="7"] .seasonal-effect i:nth-of-type(3n + 2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s !important;
}

.archive-featured[data-month="6"] .seasonal-effect i:nth-of-type(5n),
.archive-featured[data-month="7"] .seasonal-effect i:nth-of-type(5n) {
  height: 6px;
  width: 5px;
  animation: fallingRain2 6s 2s infinite !important;
  -webkit-animation: fallingRain2 6s 2s infinite !important;
  animation-timing-function: linear !important;
  -webkit-animation-timing-function: linear !important;
}
.archive-featured[data-month="6"] .seasonal-effect i:nth-of-type(10n),
.archive-featured[data-month="7"] .seasonal-effect i:nth-of-type(10n) {
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s !important;
}
.archive-featured[data-month="6"] .seasonal-effect i:nth-of-type(15n),
.archive-featured[data-month="7"] .seasonal-effect i:nth-of-type(15n) {
  animation-delay: 4s;
  -webkit-animation-delay: 4s !important;
}
.archive-featured[data-month="6"] .seasonal-effect i:nth-of-type(20n),
.archive-featured[data-month="7"] .seasonal-effect i:nth-of-type(20n) {
  animation-delay: 5s;
  -webkit-animation-delay: 5s !important;
}
.archive-featured[data-month="6"] .seasonal-effect i:nth-of-type(25n),
.archive-featured[data-month="7"] .seasonal-effect i:nth-of-type(25n) {
  animation-delay: 3s;
  -webkit-animation-delay: 3s !important;
}
.archive-featured[data-month="6"] .seasonal-effect i:nth-of-type(30n),
.archive-featured[data-month="7"] .seasonal-effect i:nth-of-type(30n) {
  animation-delay: 4.5s;
  -webkit-animation-delay: 4.5s !important;
}

.animation-none {
  animation-iteration-count: 2 !important;
  -webkit-animation-iteration-count: 2 !important;
  opacity: 0;
}

.animation-FR {
  animation: fallingRain 0.4s infinite !important;
  -webkit-animation: fallingRain 0.4s infinite !important;
  animation-timing-function: linear !important;
  -webkit-animation-timing-function: linear !important;
}

@keyframes fallingRain {
  0% {
    width: 3px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    width: 3px;
    transform: translate(0px, 65vh);
    -webkit-transform: translate(0px, 65vh);
    opacity: 1;
  }
}
@keyframes fallingRain2 {
  0% {
    transform: translate(0, 0) rotate(45deg);
    -webkit-transform: translate(0, 0) rotate(45deg);
    opacity: 1;
  }

  100% {
    transform: translate(0px, 5000px) rotate(45deg);
    -webkit-transform: translate(0px, 5000px) rotate(45deg);
    opacity: 1;
  }
}
@keyframes fallingRainSkew {
  0% {
    transform: translate(100px, 0) rotate(70deg) skew(30deg, 25deg);
    -webkit-transform: translate(100px, 0) rotate(70deg) skew(30deg, 25deg);
    opacity: 1;
  }

  100% {
    transform: translate(-200px, 65vh) rotate(70deg) skew(30deg, 25deg);
    -webkit-transform: translate(-200px, 65vh) rotate(70deg) skew(30deg, 25deg);
    opacity: 1;
  }
}

.archive-featured .para-featured {
  width: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
}
.archive-featured .para-featured .para-con {
  justify-content: space-between;
  align-items: end;
  background: transparent;
  box-shadow: none;
}
.archive-featured .para-featured .para-con .para-s {
  height: calc(100% - 30px);
  margin-bottom: 15px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
.para-featured .month-archive {
  width: 25%;
  height: calc(100% - 40px);
  min-height: 350px;
  min-width: 300px;
  max-width: 500px;
  justify-content: flex-end;
}
.para-featured .month-archive .tree {
  margin-bottom: -10px;
}
.para-featured .month-archive .tree img {
  bottom: 0;
  height: 175%;
}
.para-featured .month-archive > .ma-title {
  display: none;
}
.para-featured .month-archive > i {
  display: none;
}
.para-featured .month-list {
  margin-bottom: 40px;
  margin-top: 20px;
  height: 100%;
  max-height: 600px;
}
.para-featured .month-list > li > div {
  background: rgba(var(--ssg-body-bg), 1);
  border: none;
  transition: 0.3s linear;
}
.para-featured .month-list > li:hover > div {
  background: rgba(var(--ssg-bg2), 0.9);
}
.para-featured .month-list li > div > h5 {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: rgba(var(--ssg-body-bg), 1);
  border-radius: 2px;
  transition: 0.3s linear;
}
.para-featured .month-list > li:hover > div > h5 {
  background: transparent;
}
.para-featured .month-list > li.active > div > h5 {
  background: rgba(var(--ssg-body-bg), 1);
  color: var(--ssc-solid-f);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.para-featured .month-list > li.active:hover > div > h5 {
  background: rgba(var(--ssg-body-bg), 0.5);
}

/* Seasonal Tree */
.month-archive .tree {
  position: absolute;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: saturate(0.7);
}
.month-archive .tree.top {
  z-index: 3;
  pointer-events: none;
}
.month-archive .tree img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out, filter 1s ease-in-out;
}
.month-archive .tree img.active {
  opacity: 1;
}
/* tree style based on month */
.tree-1,
.tree-top-1 {
  filter: brightness(0.8) saturate(0.75) hue-rotate(5deg);
}
.tree-2 {
  filter: brightness(0.9) saturate(0.9) hue-rotate(5deg);
}
.tree-top.february {
  filter: brightness(0.9) saturate(0.7) hue-rotate(5deg);
}
.tree-com.march,
.tree-top.march {
}
.tree-com.april,
.tree-top.april {
  filter: brightness(1.1) saturate(1) hue-rotate(-15deg);
}
.tree-com.may,
.tree-top.may {
  filter: brightness(1) saturate(1) hue-rotate(-7deg);
}
.tree-com.june,
.tree-top.june {
  filter: brightness(0.9) saturate(1.1) hue-rotate(5deg);
}
.tree-com.july,
.tree-top.july {
  filter: brightness(0.8) saturate(1.1) hue-rotate(5deg);
}
.tree-com.august,
.tree-top.august {
  filter: brightness(1) saturate(1) hue-rotate(0deg);
}
.tree-com.september,
.tree-top.september {
  filter: brightness(1.1) saturate(1) hue-rotate(-2deg);
}
.tree-10.october,
.tree-top-10.october {
}
.tree-11.november {
  filter: brightness(1) saturate(1);
}
.tree-top-11.november {
  filter: brightness(1.3) saturate(1) hue-rotate(7deg);
}
.tree-12,
.tree-top.december {
  filter: brightness(0.8) saturate(0.85) hue-rotate(5deg);
}

/* Month list button style on active */
.month-archive .month-list li[data-month="1"].active div {
  --s: 6px;
  --c1: #d8d8d8;
  --c2: #8ccae8;
  --c3: #285c76;
  --b: calc(var(--s) / 2.67); /* control the thickness of the wavy line */
  --_r: calc(1.28 * var(--s) + var(--b) / 2) at left 50%;
  --_f: calc(100% - var(--b)), var(--c1) calc(101% - var(--b)) 100%, #0000 101%;
  --g0: calc(-0.8 * var(--s)), var(--c2) var(--_f);
  --g1: calc(-0.8 * var(--s)), var(--c3) var(--_f);
  --_s: calc(1.5 * var(--s) + var(--b));
  background: radial-gradient(var(--_r) bottom var(--g0)) calc(2 * var(--s))
      calc(-1 * var(--_s)),
    radial-gradient(var(--_r) bottom var(--g1)) calc(-1 * var(--s))
      calc(var(--_s) / -2),
    radial-gradient(var(--_r) top var(--g1)) 0 var(--_s),
    radial-gradient(var(--_r) top var(--g0)) var(--s) calc(var(--_s) / 2),
    linear-gradient(var(--c2) 50%, var(--c3) 0);
  background-size: calc(4 * var(--s)) var(--_s);
}
.month-archive .month-list li[data-month="2"].active div {
  --s: 7px;
  --c1: #084c7f;
  --c2: #f1feff;
  --t: calc(var(--s) / 10); /* control the thickness */
  --_c: #0000 calc(98% - var(--t)), var(--c1) calc(100% - var(--t)) 98%, #0000;
  --_s: calc(2 * var(--s)) calc(5 * var(--s) / 2);
  --_r0: /var(--_s) radial-gradient(calc(var(--s) / 2) at 0 20%, var(--_c));
  --_r1: /var(--_s) radial-gradient(calc(var(--s) / 2) at 100% 20%, var(--_c));
  background: 0 0 var(--_r0),
    calc(-1 * var(--s)) calc(5 * var(--s) / 4) var(--_r0), var(--s) 0 var(--_r1),
    0 calc(5 * var(--s) / 4) var(--_r1),
    conic-gradient(at var(--t) calc(20% + 2 * var(--t)), #0000 75%, var(--c1) 0)
      calc(var(--t) / -2) calc(var(--s) - var(--t)) / var(--s)
      calc(5 * var(--s) / 4),
    repeating-conic-gradient(var(--c2) 0 25%, #0000 0 50%) var(--s)
      calc(var(--s) / -8) / var(--_s),
    conic-gradient(from 90deg at var(--t) var(--t), var(--c2) 25%, var(--c1) 0)
      calc((var(--s) - var(--t)) / 2) calc((var(--s) - var(--t)) / 2) / var(--s)
      calc(5 * var(--s) / 4);
}
.month-archive .month-list li[data-month="3"].active div {
  --s: 15px;
  --c1: #defe9a;
  --c2: #3d7a00;
  --_g: var(--c1) 6.1%, var(--c2) 6.4% 18.6%, var(--c1) 18.9% 31.1%,
    var(--c2) 31.4% 43.6%, var(--c1) 43.9% 56.1%, var(--c2) 56.4% 68.6%,
    #0000 68.9%;
  background: radial-gradient(var(--s) at 100% 0, var(--_g)),
    radial-gradient(var(--s) at 0 0, var(--_g)),
    radial-gradient(var(--s) at 0 100%, var(--_g)),
    radial-gradient(var(--s) at 100% 100%, var(--_g)) var(--c1);
  background-size: var(--s) var(--s);
}
.month-archive .month-list li[data-month="4"].active div {
  --s: 22px;
  --c1: #fef1cd;
  --c2: #ed6f2c;
  --_g: var(--c1) 0% 5%, var(--c2) 6% 15%, var(--c1) 16% 25%, var(--c2) 26% 35%,
    var(--c1) 36% 45%, var(--c2) 46% 55%, var(--c1) 56% 65%, var(--c2) 66% 75%,
    var(--c1) 76% 85%, var(--c2) 86% 95%, #0000 96%;
  background: radial-gradient(50% 50% at 100% 0, var(--_g)),
    radial-gradient(50% 50% at 0 100%, var(--_g)),
    radial-gradient(50% 50%, var(--_g)),
    radial-gradient(50% 50%, var(--_g)) calc(var(--s) / 2) calc(var(--s) / 2)
      var(--c1);
  background-size: var(--s) var(--s);
}
.month-archive .month-list li[data-month="5"].active div {
  --s: 4px;
  --c1: #84b8ad;
  --c2: #fafda1;
  --c: #0000 75%, var(--c1) 0;
  --g1: conic-gradient(at calc(200% / 3) 10%, var(--c));
  --g2: conic-gradient(at 10% calc(200% / 3), var(--c));
  background: var(--g1), var(--g2), var(--g1) var(--s) var(--s),
    var(--g2) var(--s) var(--s), var(--g1) calc(2 * var(--s)) calc(2 * var(--s)),
    var(--g2) calc(2 * var(--s)) calc(2 * var(--s)) var(--c2);
  background-size: calc(3 * var(--s)) calc(3 * var(--s));
}
.month-archive .month-list li[data-month="6"].active div {
  --s: 15px;
  --c1: #c3e1f3;
  --c2: #475f74;
  --_g: var(--c2) 6% 14%, var(--c1) 16% 24%, var(--c2) 26% 34%,
    var(--c1) 36% 44%, var(--c2) 46% 54%, var(--c1) 56% 64%, var(--c2) 66% 74%,
    var(--c1) 76% 84%, var(--c2) 86% 94%;
  background: radial-gradient(
      100% 100% at 100% 0,
      var(--c1) 4%,
      var(--_g),
      #0008 96%,
      #0000
    ),
    radial-gradient(
        100% 100% at 0 100%,
        #0000,
        #0008 4%,
        var(--_g),
        var(--c1) 96%
      )
      var(--c1);
  background-size: var(--s) var(--s);
}
.month-archive .month-list li[data-month="7"].active div {
  --s: 2px;
  --c1: #a9a9a9;
  --c2: #307b92;
  --_g: radial-gradient(calc(var(--s) / 2), var(--c1) 97%, #0000);
  background: var(--_g), var(--_g) calc(2 * var(--s)) calc(2 * var(--s)),
    repeating-conic-gradient(from 45deg, #0000 0 25%, var(--c2) 0 50%)
      calc(-0.707 * var(--s)) calc(-0.707 * var(--s)),
    repeating-linear-gradient(
      135deg,
      var(--c1) calc(var(--s) / -2) calc(var(--s) / 2),
      var(--c2) 0 calc(2.328 * var(--s))
    );
  background-size: calc(4 * var(--s)) calc(4 * var(--s));
}
.month-archive .month-list li[data-month="8"].active div {
  --s: 5px;
  --c1: #e5fcc2;
  --c2: #45ada8;
  --_s: 37.5% 12.5% at 62.5%;
  --_g: 34% 99%, #0000 101%;
  --g1: radial-gradient(var(--_s) 100%, #0000 32%, var(--c1) var(--_g));
  --g2: radial-gradient(var(--_s) 0, #0000 32%, var(--c1) var(--_g));
  --g3: radial-gradient(var(--_s) 100%, #0000 32%, var(--c2) var(--_g));
  --g4: radial-gradient(var(--_s) 0, #0000 32%, var(--c2) var(--_g));
  background: var(--g1), var(--g2) 0 calc(3 * var(--s)),
    var(--g3) var(--s) calc(3 * var(--s)), var(--g4) var(--s) calc(6 * var(--s)),
    var(--g1) calc(2 * var(--s)) calc(6 * var(--s)),
    var(--g2) calc(2 * var(--s)) calc(9 * var(--s)),
    var(--g3) calc(3 * var(--s)) calc(9 * var(--s)),
    var(--g4) calc(3 * var(--s)) 0,
    repeating-linear-gradient(var(--c1) 0 25%, var(--c2) 0 50%);
  background-size: calc(4 * var(--s)) calc(12 * var(--s));
}
.month-archive .month-list li[data-month="9"].active div {
  --s: 7px;
  --c1: #78c0a8;
  --c2: #fcebb6;
  background: radial-gradient(36% 72% at 25% -50%, var(--c2) 98%, #0000) 0 0 /
      calc(2 * var(--s)) var(--s),
    radial-gradient(36% 72% at 75% 150%, var(--c2) 98%, #0000) 0 0 /
      calc(2 * var(--s)) var(--s),
    radial-gradient(72% 36% at 150% 25%, var(--c2) 98%, #0000) 0 0 / var(--s)
      calc(2 * var(--s)),
    radial-gradient(72% 36% at -50% 75%, var(--c2) 98%, #0000) 0 0 / var(--s)
      calc(2 * var(--s)),
    repeating-conic-gradient(var(--c2) 0 45deg, var(--c1) 0 25%) 0 0 /
      calc(2 * var(--s)) calc(2 * var(--s));
}
.month-archive .month-list li[data-month="10"].active div {
  --s: 9px;
  --c1: #f9f2e7;
  --c2: #88a65e;
  --c3: #bfb35a;
  --b: calc(var(--s) / 3.67); /* control the thickness of the curved lines */
  --_r: calc(1.28 * var(--s) + var(--b) / 2) at top 50%;
  --_f: calc(99.5% - var(--b)), var(--c1) calc(101% - var(--b)) 99.5%,
    #0000 101%;
  --_g0: calc(-0.8 * var(--s)), var(--c2) var(--_f);
  --_g1: calc(-0.8 * var(--s)), var(--c3) var(--_f);
  --_s: calc(1.8 * var(--s) + var(--b));
  background: radial-gradient(var(--_r) right var(--_g0)) calc(-1 * var(--_s))
      var(--s),
    radial-gradient(var(--_r) left var(--_g1)) var(--_s) calc(-1 * var(--s)),
    radial-gradient(var(--_r) right var(--_g1)) calc(var(--_s) / -2)
      calc(-1 * var(--s)),
    radial-gradient(var(--_r) left var(--_g0)) calc(var(--_s) / 2) var(--s),
    linear-gradient(90deg, var(--c2) 50%, var(--c3) 0);
  background-size: var(--_s) calc(4 * var(--s));
}
.month-archive .month-list li[data-month="11"].active div {
  --s: 8px;
  --c1: #d8d8d8;
  --c2: #d6db84;
  --c3: #c76d23;
  --b: calc(var(--s) / 2.67); /* control the thickness of the wavy line */
  --_r: calc(1.28 * var(--s) + var(--b) / 2) at left 50%;
  --_f: calc(100% - var(--b)), var(--c1) calc(101% - var(--b)) 100%, #0000 101%;
  --g0: calc(-0.8 * var(--s)), var(--c2) var(--_f);
  --g1: calc(-0.8 * var(--s)), var(--c3) var(--_f);
  --_s: calc(1.5 * var(--s) + var(--b));
  background: radial-gradient(var(--_r) bottom var(--g0)) calc(2 * var(--s))
      calc(-1 * var(--_s)),
    radial-gradient(var(--_r) bottom var(--g1)) calc(-1 * var(--s))
      calc(var(--_s) / -2),
    radial-gradient(var(--_r) top var(--g1)) 0 var(--_s),
    radial-gradient(var(--_r) top var(--g0)) var(--s) calc(var(--_s) / 2),
    linear-gradient(var(--c2) 50%, var(--c3) 0);
  background-size: calc(4 * var(--s)) var(--_s);
}
.month-archive .month-list li[data-month="12"].active div {
  --s: 7px;
  --c1: #386204;
  --c2: #ededed;
  --c3: #5c0000;

  --_c: #0000, var(--c1) 1deg 79deg, #0000 81deg;
  --g0: conic-gradient(from 140deg at 50% 87.5%, var(--_c));
  --g1: conic-gradient(from 140deg at 50% 81.25%, var(--_c));
  --g2: conic-gradient(from 140deg at 50% 75%, var(--_c));
  --g3: conic-gradient(at 10% 20%, #0000 75%, var(--c1) 0);
  background: var(--g0) 0 calc(var(--s) / -4),
    var(--g0) var(--s) calc(3 * var(--s) / 4), var(--g1),
    var(--g1) var(--s) var(--s), var(--g2) 0 calc(var(--s) / 4),
    var(--g2) var(--s) calc(5 * var(--s) / 4),
    var(--g3) calc(var(--s) / -10) var(--s),
    var(--g3) calc(9 * var(--s) / 10) calc(2 * var(--s)),
    repeating-conic-gradient(from 45deg, var(--c2) 0 25%, var(--c3) 0 50%);
  background-size: calc(2 * var(--s)) calc(2 * var(--s));
}

@media (max-width: 991px) {
  .archive-featured {
    align-items: flex-start;
    height: fit-content;
    max-height: fit-content;
    margin-bottom: 30px;
  }
  .archive-featured::before {
    display: none;
  }
  .archive-featured .seasonal-effect {
    height: 90px !important;
    bottom: 10px !important;
    top: auto !important;
    right: 0;
    left: 0;
    transform: none;
    text-align: center !important;
    z-index: 1;
    transition: height 0.5s ease-in-out;
  }
  .archive-featured[data-month="6"] .seasonal-effect.open,
  .archive-featured[data-month="7"] .seasonal-effect.open {
    height: 510px !important;
  }
  .archive-featured[data-month="10"] .seasonal-effect.open,
  .archive-featured[data-month="11"] .seasonal-effect.open {
    height: 380px !important;
  }
  .archive-featured[data-month="6"] .seasonal-effect > div,
  .archive-featured[data-month="7"] .seasonal-effect > div {
    width: 100%;
  }
  .archive-featured[data-month="10"] .seasonal-effect > div,
  .archive-featured[data-month="11"] .seasonal-effect > div {
    position: absolute;
    width: 350px;
    height: calc(100% + 20px);
    right: auto;
    left: calc(50% + 80px);
    transform: translateX(-50%);
    margin-top: -20px;
    float: none;
  }
  .archive-featured[data-month="10"] .seasonal-effect.open > div,
  .archive-featured[data-month="11"] .seasonal-effect.open > div {
    width: 350px;
    height: 100%;
    margin: 0;
  }
  .archive-featured .para-featured {
    width: calc(100% + 40px);
    height: fit-content;
    max-height: fit-content;
    margin: 0;
    margin-left: -20px;
    padding: 0;
    padding-bottom: 10px;
  }
  .archive-featured .para-featured .para-con {
    flex-direction: column;
    align-items: center;
    height: fit-content;
  }
  .archive-featured .para-featured .para-con .para-s {
    margin: 0;
    margin-bottom: 50px;
    padding: 20px;
    height: calc(50vh - 10px);
    min-height: 400px;
    background: var(--ssc-body-bg);
    z-index: 1;
  }
  .archive-featured .month-archive {
    width: 100%;
    max-width: 100%;
    height: 90px;
    min-height: 90px;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    transition: height 0.5s ease-in-out;
  }
  .dark .archive-featured .month-archive:before {
    --c: rgb(53, 61, 45) !important;
  }
  .archive-featured .month-archive:before {
    --c: rgb(192, 220, 162);
    filter: blur(0.5px);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--c);
    background-image: radial-gradient(
        circle at 100% 150%,
        var(--c) 25%,
        var(--ssc-body-bg) 25%,
        var(--ssc-body-bg) 29%,
        var(--c) 29%,
        var(--c) 36%,
        var(--ssc-body-bg) 36%,
        var(--ssc-body-bg) 40%,
        transparent 40%,
        transparent
      ),
      radial-gradient(
        circle at 0 150%,
        var(--c) 25%,
        var(--ssc-body-bg) 25%,
        var(--ssc-body-bg) 29%,
        var(--c) 29%,
        var(--c) 36%,
        var(--ssc-body-bg) 36%,
        var(--ssc-body-bg) 40%,
        transparent 40%,
        transparent
      ),
      radial-gradient(
        circle at 50% 100%,
        var(--ssc-body-bg) 10%,
        var(--c) 10%,
        var(--c) 23%,
        var(--ssc-body-bg) 23%,
        var(--ssc-body-bg) 30%,
        var(--c) 30%,
        var(--c) 43%,
        var(--ssc-body-bg) 43%,
        var(--ssc-body-bg) 50%,
        var(--c) 50%,
        var(--c) 63%,
        var(--ssc-body-bg) 63%,
        var(--ssc-body-bg) 70%,
        transparent 70%,
        transparent
      ),
      radial-gradient(
        circle at 100% 50%,
        var(--ssc-body-bg) 5%,
        var(--c) 5%,
        var(--c) 15%,
        var(--ssc-body-bg) 15%,
        var(--ssc-body-bg) 20%,
        var(--c) 20%,
        var(--c) 30%,
        var(--ssc-body-bg) 30%,
        var(--ssc-body-bg) 35%,
        var(--c) 35%,
        var(--c) 45%,
        var(--ssc-body-bg) 45%,
        var(--ssc-body-bg) 50%,
        transparent 50%,
        transparent
      ),
      radial-gradient(
        circle at 0 50%,
        var(--ssc-body-bg) 5%,
        var(--c) 5%,
        var(--c) 15%,
        var(--ssc-body-bg) 15%,
        var(--ssc-body-bg) 20%,
        var(--c) 20%,
        var(--c) 30%,
        var(--ssc-body-bg) 30%,
        var(--ssc-body-bg) 35%,
        var(--c) 35%,
        var(--c) 45%,
        var(--ssc-body-bg) 45%,
        var(--ssc-body-bg) 50%,
        transparent 50%,
        transparent
      );
    background-size: 40px 20px;
  }
  .archive-featured .month-archive.open {
    height: 510px;
  }
  .para-featured .month-archive > .ma-title {
    display: block;
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 15px;
    font-size: 20px !important;
    font-weight: 700;
    margin: 0;
    background: var(--ssc-body-bg);
    color: var(--ss-c7);
    border-bottom: 2px solid var(--ssc-rc-border);
    z-index: 2;
    transition: 0.5s linear;
  }
  .ma-title.toggle {
    left: 10%;
    transform: none;
  }
  .ma-title i.itoggle {
    transform: rotate(180deg);
  }
  .para-featured .month-archive > .tree {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s ease-in-out, opacity 1s ease-in-out;
  }
  .archive-featured .month-archive.open > .tree {
    visibility: visible;
    opacity: 1;
  }
  .para-featured .month-archive .tree {
    width: 100%;
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 20px;
  }
  .para-featured .month-archive .treeM {
    z-index: 0;
  }
  .para-featured .month-archive .tree img {
    height: 100%;
    right: 0;
  }
  .para-featured .month-list {
    height: 260px;
    min-height: 260px;
    max-width: 400px;
    margin-bottom: 15px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(110%);
    transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
      transform 0.2s ease-in-out;
  }
  .archive-featured .month-archive.open > .month-list {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
      transform 0.5s ease-in-out;
    transition-delay: 0.5s;
  }
}
@media (max-width: 380px) {
  .post-types .selected-month {
    width: 80%;
    justify-content: space-between;
  }
}
