/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.featured-event .featured-event-grid {
  display: grid;
  gap: 2rem;
}
.featured-event .featured-event-grid .single-event h3 {
  margin-bottom: 0;
}
.featured-event .featured-event-grid .single-event h3 a {
  text-decoration: none;
  font-size: 1.5rem;
}
.featured-event .featured-event-grid .single-event h3:before {
  border-left-color: #E74D4C;
  border-width: 9px;
  top: 0.66rem;
}
.featured-event .featured-event-grid .single-event .event-details {
  margin-left: 1.33rem;
}
.featured-event .featured-event-grid .single-event .is-style-large-details {
  margin-bottom: 0;
  font-size: 1rem;
}
.featured-event .featured-event-grid .single-event .wp-block-button__link {
  margin-top: 0.5rem;
  padding: 0.25rem 1.5rem !important;
  font-size: 1.125rem;
  transition: all 0.25s ease-in-out;
}
.featured-event .featured-event-grid .single-event .wp-block-button__link:hover {
  color: #fff;
  background-color: #E74D4C;
}
.featured-event .post-thumb {
  height: 200px;
  margin: 1rem 0;
  width: 48rem;
  max-width: 100%;
}
.featured-event .post-thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.featured-event .event-excerpt {
  margin-top: 2rem;
}
