.next-event {
  display: flex;
  flex-direction: column;
}
.next-event__link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}
.next-event__link:hover, .next-event__link:focus {
  text-decoration: none;
}
.next-event__link:hover .next-event__excerpt,
.next-event__link:hover .next-event__cta, .next-event__link:focus .next-event__excerpt,
.next-event__link:focus .next-event__cta {
  text-decoration: underline;
}
.next-event__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.next-event__category {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 2px;
  font-family: var(--wp--preset--font-family--apotek-comp);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.68px;
  line-height: 1;
  white-space: nowrap;
}
.next-event__date {
  font-family: var(--wp--preset--font-family--apotek);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--wp--preset--color--dark-blue);
}
.next-event__location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--wp--preset--font-family--apotek);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--wp--preset--color--dark-blue);
}
.next-event__pin {
  flex-shrink: 0;
  color: var(--wp--preset--color--teal);
}
.next-event__title {
  font-family: var(--wp--preset--font-family--gimlet-text);
  font-weight: 700;
  font-size: 40px;
  color: var(--wp--preset--color--dark-blue);
  margin: 0 0 0.25rem;
  line-height: normal;
}
.next-event__title-prefix {
  color: var(--wp--preset--color--accessible-red);
}
.next-event__excerpt {
  font-family: var(--wp--preset--font-family--gimlet-text);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.43;
  color: var(--wp--preset--color--dark-blue);
  margin: 0 0 0.75rem !important;
}
.next-event__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
.next-event__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--wp--preset--font-family--apotek-comp);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--wp--preset--color--dark-blue);
  text-decoration: none;
}
.next-event__cta svg {
  width: 24px;
  height: auto;
  color: inherit;
}
@media (max-width: 781px) {
  .next-event.desktop-only {
    display: none !important;
  }
}
.next-event.mobile-only {
  display: none !important;
}
@media (max-width: 781px) {
  .next-event.mobile-only {
    display: flex !important;
  }
}
.next-event--empty {
  padding: 2rem;
  text-align: center;
  color: var(--wp--preset--color--light-grey);
}
.editor-styles-wrapper .next-event .next-event__link {
  pointer-events: none;
}

.next-event__category[style*="background-color: #e4e4ef"],
.next-event__category[style*="background-color: #E4E4EF"] {
  border: 1px solid currentColor;
}

.has-light-blue-background-color .next-event__category[style*="background-color: #a6dce0"],
.has-light-blue-background-color .next-event__category[style*="background-color: #A6DCE0"] {
  border: 1px solid currentColor;
}

.has-teal-background-color .next-event__category[style*="background-color: #007793"] {
  border: 1px solid currentColor;
}

.has-dark-blue-background-color .next-event__category[style*="background-color: #0d2772"],
.has-dark-blue-background-color .next-event__category[style*="background-color: #0D2772"] {
  border: 1px solid currentColor;
}

.has-red-background-color .next-event__category[style*="background-color: #fd526b"],
.has-red-background-color .next-event__category[style*="background-color: #FD526B"] {
  border: 1px solid currentColor;
}

[class*=-background-color]:not(.has-light-grey-background-color) .next-event__category[style*="background-color: #e4e4ef"],
[class*=-background-color]:not(.has-light-grey-background-color) .next-event__category[style*="background-color: #E4E4EF"] {
  border: none;
}

/*# sourceMappingURL=block-style.css.map */
