@layer components {
  .wigg-event-card {
    display: block;
    border-color: var(--il-storm) var(--il-storm) var(--il-orange);
    border-width: 1px 1px 5px;
    border-style: solid;
    background: white;
    padding: 35px 38px 45px;
    min-width: 360px;
  }
  a.wigg-event-card {
    color: inherit;
    text-decoration: none;
  }
  a.wigg-event-card:hover {
    background-color: var(--il-blue);
    border-color: var(--il-blue) var(--il-blue) var(--il-industrial);
    color: white;
  }
  .slider__post-card.wigg-event-card:focus,
  .slider__post-card.wigg-event-card:focus-visible {
    background-color: var(--il-arches-90);
    border-width: 1px 1px 5px;
    border-color: var(--il-blue);
    color: var(--il-blue);
    outline: 0;
  }
  .wigg-event-card__name {
    font: 700 20px/28px var(--il-font-sans);
  }
  a.wigg-event-card .wigg-event-card__name {
    padding-right: 25px;
    background: url('https://cdn.brand.illinois.edu/illinois.edu/double-arrow-right-blue.svg') right center no-repeat;
    background-size: 15px 15px;
  }
  a.wigg-event-card:hover .wigg-event-card__name {
    background-image: url('https://cdn.brand.illinois.edu/illinois.edu/double-arrow-right-white.svg');
  }
  .wigg-event-card__date {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--il-storm-90);
    color: var(--il-orange);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
  }
  a.wigg-event-card:hover .wigg-event-card__date {
    border-color: white;
    color: white;
  }
  .wigg-event-card:focus-visible .wigg-event-card__date {
    border-color: var(--il-blue);
    color: var(--il-blue);
  }
  .wigg-event-card__time {
    margin-top: 15px;
    color: var(--il-storm-10);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
  a.wigg-event-card:hover .wigg-event-card__time {
    color: white;
  }
  .wigg-event-card:focus-visible .wigg-event-card__time {
    color: var(--il-blue);
  }
}