/* Calendar Page Styles */

/* Submit Event Button */
a#submitevent {
  background-color: var(--aa-spotlight-orange);
  color: var(--aa-white);
  text-decoration: none;
  border: 1px solid #707070;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  height: auto !important;
  outline: 0;
  box-shadow: none;
  padding: 2px 13px;
  margin-bottom: 30px;
  margin-right: 30px;
  float: right;
}

#submitevent {
  background-color: var(--aa-green-light);
  box-shadow: none;
  color: #454648;
  text-shadow: none;
}

/* Artsopolis Calendar Integration Styles */

/* Event Titles */
.event-item h3,
.ac-search-bkl nav.ac-search-list-thumb li .div-one .search-info .ev-tt,
.ac-search-bkl nav.searching-list li .info-content span {
  color: var(--aa-fuschia);
  text-decoration: none;
}

.ac-search-bkl nav.ac-search-list-thumb li .div-one .search-info .ev-tt,
.ac-search-bkl nav.searching-list li .info-content span {
  text-decoration: none;
  font-size: 18px;
}

.ev-tt {
  text-decoration: none;
}

/* Generic Button Styles */
.eli_button {
  background-color: var(--aa-green-light);
}

/* Pagination */
.artsopolis-calendar-frontend .eli_pagination > ul > li.active > span {
  background-color: var(--aa-green-light);
  color: #454648;
  box-shadow: none;
  text-shadow: none;
}

/* Calendar Content */
.calendar-content {
  margin: 30px;
  color: var(--aa-black);
  line-height: 20px;

  h3 {
    color: var(--aa-fuschia);
    text-decoration: none;
    line-height: 2.5rem;
    padding-block: 0;
    margin-block: 0;
  }

  .event-item {
    padding-block-end: 2rem;
  }

  .event-item .event-dates {
    color: var(--aa-blue-dark);
    font-weight: 600;
    font-size: calc(var(--aa-font-size-base) * 0.85);
    letter-spacing: 1px;
    margin-block-end: 0.5rem;
  }

  .event-description {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    font-family: var(--aa-font-family-serif);
    font-size: calc(var(--aa-font-size-base) * 1.5);
    line-height: calc(var(--aa-font-size-base) * 2);
  }

  .event-description .event-image {
    max-width: 40%;
    height: auto;
    flex-shrink: 0;
    border: 1px solid var(--aa-gray-dark);
    border-radius: 0.25rem;
  }

  .event-description > *:not(.event-image) {
    flex: 1;
  }
}

/* Calendar Banner Image */
.calendar-banner {
  width: 100%;
  height: auto;
}
