.event-card {
  padding: 28px;
  border-radius: var(--radius-small-top-left) var(--radius-small-top-right) var(--radius-small-bottom-right) var(--radius-small-bottom-left);
  width: 100%;
  min-height: 258px;
  height: 100%;
  background: var(--color-pure-white);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 11;
  height: calc(100% - 14px);
  position: relative; }
  .event-card .event-content {
    flex-grow: 1; }
    .event-card .event-content .event-overline {
      font-weight: 700;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: var(--text-spacing-wide);
      text-transform: uppercase;
      color: var(--color-primary-700);
      margin-bottom: 8px; }
    .event-card .event-content .event-data-logo-wrapper {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .event-card .event-content .event-data-logo-wrapper .headline {
        font-weight: 700;
        font-size: 21px !important;
        line-height: 28px !important;
        letter-spacing: var(--text-spacing-small);
        margin-bottom: 4px;
        width: 166px; }
    .event-card .event-content :last-child {
      margin-bottom: 0; }
  .event-card .event-cta {
    margin-top: 25px; }
    .event-card .event-cta a {
      display: block;
      text-align: center;
      margin-top: 8px; }
    .event-card .event-cta :first-child {
      margin-top: 0; }

/*# sourceMappingURL=program.css.map */
