.archive--events .ptg-upcoming {
  margin-top: 0;
  padding-top: 1.5em;
  margin-bottom: 1.5em;
}
.archive--events .ptg_event {
  background-color: #F3F7FB;
  border-radius: 0.75rem;
  margin-bottom: 3rem;
}
.archive--events .ptg_event svg {
  height: 1em;
  width: auto;
  fill: #EB120A;
  stroke: #EB120A;
  margin-right: 0.5ch;
}
.archive--events .ptg_event .ptg_button {
  display: inline-block;
  margin: 1.5rem 0;
}
.archive--events .ptg_event .ptg_event--detail {
  display: inline-block;
  margin-right: 3ch;
}
.archive--events .ptg_event .ptg_event--detail:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 1000px) {
  .archive--events .ptg_event {
    display: grid;
    grid-template-columns: 15rem auto auto;
    grid-column-gap: 2.5rem;
  }
  .archive--events .ptg_event .ptg_image {
    border-radius: 0.75rem 0 0 0.75rem;
  }
  .archive--events .ptg_event .ptg_event--button_wrap {
    align-content: center;
    justify-self: flex-end;
    margin-right: 2ch;
  }
  .archive--events .ptg_event .ptg_button {
    margin: 0;
  }
}

/*# sourceMappingURL=ptg_archive-events.css.map */
