/**
 * @file
 * "Featured Events" views.
*/
:root {
  --kwall-color-white: #FFFFFF;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 300;
  --bs-body-line-height: 1.5rem;
  --bs-body-color: #231F20;
  --bs-body-bg: #FEFDFA;
}

[data-kwall-colors=custom] {
  --kwall-color-primary-1: var(--kwall-color-primary-1);
  --kwall-color-primary-2: var(--kwall-color-primary-2);
  --kwall-color-primary-3: var(--kwall-color-primary-3);
  --kwall-color-secondary-1: var(--kwall-color-secondary-1);
  --kwall-color-secondary-2: var(--kwall-color-secondary-2);
  --kwall-color-secondary-3: var(--kwall-color-secondary-3);
  --kwall-color-secondary-4: var(--kwall-color-secondary-4);
  --kwall-color-secondary-5: var(--kwall-color-secondary-5);
  --kwall-color-secondary-6: var(--kwall-color-secondary-6);
  --kwall-color-secondary-7: var(--kwall-color-secondary-7);
  --kwall-color-neutral-1: var(--kwall-color-neutral-1);
  --kwall-color-neutral-2: var(--kwall-color-neutral-2);
  --kwall-color-neutral-3: var(--kwall-color-neutral-3);
  --kwall-color-neutral-4: var(--kwall-color-neutral-4);
}

[data-kwall-fonts=custom] {
  --kwall-font-main: var( --kwall-font-main);
  --kwall-font-heading: var( --kwall-font-heading);
  --kwall-font-accent: var( --kwall-font-accent);
}

.view.featured-related-events,
.view.view-display-id-featured_events_grid {
  margin-bottom: 2.1875rem;
}
.view.featured-related-events .views-row,
.view.view-display-id-featured_events_grid .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}
.view.featured-related-events .views-row:hover .title, .view.featured-related-events .views-row:active .title, .view.featured-related-events .views-row:focus .title,
.view.view-display-id-featured_events_grid .views-row:hover .title,
.view.view-display-id-featured_events_grid .views-row:active .title,
.view.view-display-id-featured_events_grid .views-row:focus .title {
  text-decoration: underline;
  text-underline-position: under;
}
.view.featured-related-events .title,
.view.view-display-id-featured_events_grid .title {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}
.view.featured-related-events .time,
.view.view-display-id-featured_events_grid .time {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  text-transform: uppercase;
}
.view.featured-related-events:after,
.view.view-display-id-featured_events_grid:after {
  margin-top: 2.1875rem;
  display: block;
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: var(--kwall-color-primary-1);
  opacity: 0.1;
}
.city-template .view.featured-related-events:after,
.city-template .view.view-display-id-featured_events_grid:after {
  display: none;
}

.view.view-display-id-featured_events_grid {
  margin-bottom: 0;
}
/*# sourceMappingURL=../sourcemaps/view--featured-event.css.map */
