.events-body {
  transform: scale(0.95);
}

.event-post {
  flex-direction: column;
}

.event-statuses-wrapper {
  margin: 3rem auto;
  /* background-image: url(<?php echo get_template_directory_uri() . "/assets/images/inner-page/events/events-template-category-bg.svg" ?>); */
  background-color: #e7e7e8;
  background-position: center;
}

.events-posts-wrapper {
  width: 100%;
}

.event-statuses {
  padding: 3rem 0;
  transform: scale(0.9);
}

li.status {
  width: 100%;
  border: none;
  background: none;
  color: var(--section-title);
  font-size: 18px;
  border-bottom: 2px solid #0a22398c;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 575px) {
  .event-info {
    text-align: start !important;
  }
}
@media screen and (max-width: 992px) {
  li.status {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  li.status {
    width: 75%;
  }
}

.status-dot {
  width: 16px;
  height: 16px;
  border-radius: 100%;
}

.events-month-year {
  font-size: var(--text-xl);
  color: var(--section-title);
}

.events-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1024px) {
  .events-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .events-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 375px) {
  .events-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.event-post a:nth-child(1) {
  background: linear-gradient(transparent, transparent) no-repeat, transparent;
  background-image: linear-gradient(#f8f0e0e6, #f8f0e0e6);
  background-size: 0 0;
  background-position: center;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
}

.event-post:hover a:nth-child(1) {
  background-size: 100% 100%;
}

.datepicker-btn {
  width: 55px;
  height: 55px;
  background: none;
  border: none;
  font-size: var(--text-md);
}

.event-thumbnail {
  width: 210px;
  height: 150px;
  object-fit: cover;
}

.event-info > p {
  margin-bottom: 0;
}
.event-info {
  width: 200px;
  margin: 15px 0px;
}
.event-date {
  font-size: 16px !important;
  margin-bottom: 0;
}

.event-title {
  font-weight: bold;
}

.event-location {
  font-size: var(--text-xs);
  font-weight: lighter;
}

.event-content {
  max-width: 40ch;
  font-size: var(--text-xs);
  font-weight: lighter;
}

#loading {
  width: 100px;
}
