  /* stylelint-disable order/order */
/* stylelint-enable order/order */
/*
 * Fonts
 *
 * The font settings are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 */
/*
 * Colors
 *
 * The primary colors are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 */
/*
 * Effects
 */
/*
 * Grid Settings
 */
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
@media (min-width: 48rem) {
  .event-card-featured {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.event-card-featured__image-col {
  margin-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .event-card-featured__image-col {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
.event-card-featured__image-wrapper {
  padding-bottom: 66.25%;
}
@media (max-width: 47.98rem) {
  .event-card-featured__image-wrapper::after {
    position: absolute;
    left: 2rem;
    bottom: 0;
    content: "";
    z-index: 1;
    width: 0.6rem;
    height: 35%;
    max-height: 23.65rem;
    background-color: #dd4d86;
    transform: skew(-11deg, 0deg);
  }
}
.event-card-featured__image-wrapper--default img {
  background-color: #fff;
  object-fit: contain;
}
.event-card-featured__title {
  font-weight: var(--t2-font-weight);
  font-size: var(--t2-font-size);
  font-family: var(--t2-font-family);
  line-height: var(--t2-line-height);
  --margin-top: rem(16);
  margin-bottom: 0.5rem;
}
.event-card-featured__title a {
  text-decoration: none;
}
.event-card-featured__title a:hover {
  text-decoration: underline;
}
.event-card-featured__title + .event-card-featured__meta,
.event-card-featured__title + .event-card-featured__excerpt,
.event-card-featured__title + .event-card-featured__buttons {
  margin-top: 1.5rem;
}
.event-card-featured__meta span {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  margin-bottom: var(--subtitle-2-margin-bottom);
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.event-card-featured__meta span:last-child {
  margin-bottom: 0;
}
.event-card-featured__meta i {
  color: #dd4d86;
  font-size: 0.75rem;
}
.event-card-featured__meta + .event-card-featured__excerpt,
.event-card-featured__meta + .event-card-featured__buttons {
  margin-top: 1.5rem;
}
.event-card-featured__share-col {
  margin-top: 1.5rem;
}
.event-card-featured__share-col .share-icons {
  justify-content: flex-start;
}
.event-card-featured__excerpt {
  font-weight: var(--body-2-font-weight);
  font-size: var(--body-2-font-size);
  font-family: var(--body-2-font-family);
  line-height: var(--body-2-line-height);
  margin-bottom: var(--body-2-margin-bottom);
}
.event-card-featured__excerpt:last-child {
  margin-bottom: 0;
}
.event-card-featured__excerpt:last-child {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .event-card-featured__content-col {
    flex: 0 0 calc(40% - 1rem);
    max-width: calc(40% - 1rem);
  }
}
@media (min-width: 48rem) {
  .event-card-featured__content-col:first-child {
    margin-left: 15.625rem;
  }
}
.event-card-featured__date {
  font-weight: var(--subtitle-3-font-weight);
  font-size: var(--subtitle-3-font-size);
  font-family: var(--subtitle-3-font-family);
  line-height: var(--subtitle-3-line-height);
  display: inline-flex;
  gap: 0.125rem;
  margin-bottom: 1rem;
  padding: 0.25rem 0.75rem;
  color: #fff;
  background-color: #166886;
}
.event-card-featured__date-number {
  margin-right: 0.125rem;
}
.event-card-featured__buttons {
  display: flex;
  flex-flow: wrap;
  gap: 1rem;
  align-items: center;
}