/*
 * V13.15 Dark Moon Cards
 * Removes the remaining white cards on the homepage moon condition and full moon calendar sections.
 */

.home .sa-v86-timeline div,
.home .sa-v88-month{
  background:linear-gradient(145deg, rgba(15,29,53,.98) 0%, rgba(7,17,38,.98) 100%) !important;
  border:1px solid rgba(243,197,91,.22) !important;
  box-shadow:0 18px 52px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.05) !important;
  color:#fff !important;
}

.home .sa-v86-timeline div:hover,
.home .sa-v88-month:hover{
  transform:translateY(-4px) !important;
  border-color:rgba(243,197,91,.42) !important;
  box-shadow:0 26px 72px rgba(0,0,0,.42), 0 0 28px rgba(217,164,65,.08) !important;
}

.home .sa-v86-timeline strong,
.home .sa-v88-month span{
  color:#ffffff !important;
  text-shadow:0 2px 12px rgba(0,0,0,.28) !important;
}

.home .sa-v86-timeline span,
.home .sa-v88-month em{
  color:#cbd7ea !important;
}

.home .sa-v88-month strong{
  color:#f3c55b !important;
}

.home .sa-v86-timeline{
  padding-top:2px !important;
}

.home .sa-v88-calendar{
  align-items:stretch !important;
}

.home .sa-v88-month{
  min-height:138px !important;
}

@media (max-width: 760px){
  .home .sa-v86-timeline,
  .home .sa-v88-calendar{
    grid-template-columns:1fr !important;
  }

  .home .sa-v86-timeline div,
  .home .sa-v88-month{
    min-height:auto !important;
  }
}
