.campaign-event--teaser {
  grid-column: span 12;
  padding: var(--anrt-spacing-100);
  transition: all 200ms linear;
}

@media (min-width: 768px) {
  .campaign-event--teaser {
    grid-column: span 6;
  }
}

@media (min-width: 1024px) {
  .campaign-event--teaser {
    grid-column: span 4;
    padding: var(--anrt-spacing-150);
  }
}

.campaign-event--teaser h3 {
  font-size: var(--anrt-font-size-125);
  line-height: var(--anrt-line-height-small);
}

.campaign-event--teaser h3 a {
  text-decoration: none;
  color: var(--anrt-color-sport-ireland-campaign-main-color);
}

.campaign-event--teaser:hover,
.campaign-event--teaser:focus,
.campaign-event--teaser:focus-within {
  background: linear-gradient(0deg, rgba(0, 193, 139, 1) 0%, rgba(0, 84, 78, 1) 100%);
}

.campaign-event--teaser:hover a,
.campaign-event--teaser:focus a,
.campaign-event--teaser:focus-within a {
  text-decoration: underline;
  color: var(--anrt-color-white);
}

.campaign-event--teaser:hover span,
.campaign-event--teaser:focus span,
.campaign-event--teaser:focus-within span {
  color: var(--anrt-color-white);
}

.campaign-event--teaser:hover p,
.campaign-event--teaser:focus p,
.campaign-event--teaser:focus-within p {
  color: var(--anrt-color-white);
}

.campaign-event--teaser span {
  font-size: var(--anrt-font-size-075);
  background: rgba(0, 193, 139, 0.2);
  padding: var(--anrt-spacing-025) var(--anrt-spacing-033);
  border-radius: 50px;
  display: inline-block;
  margin-block-end: var(--anrt-spacing-100);
  font-weight: bold;
  color: var(--anrt-color-sport-ireland-campaign-main-color);
}

.campaign--sports4empowerment .campaign-event--teaser span {
  background: var(--anrt-color-sport-ireland-campaign-bg-color);
  color: var(--anrt-color-sport-ireland-campaign-main-color);
}

.campaign-event--teaser:nth-child(3n + 1) {
  background-color: var(--anrt-color-sport-ireland-campaign-main-color);
  color: var(--anrt-color-white);
}

.campaign-events--bg .campaign-event--teaser:nth-child(3n + 1) {
  border: 2px solid var(--anrt-color-white);
}

.campaign-event--teaser:nth-child(3n + 1) span {
  color: var(--anrt-color-white);
}

.campaign--sports4empowerment .campaign-event--teaser:nth-child(3n + 1) span {
  color: var(--anrt-color-sport-ireland-campaign-main-color);
}

.campaign-event--teaser:nth-child(3n + 1) h3 a {
  color: var(--anrt-color-white);
}

.campaign-event--teaser:nth-child(3n + 2) {
  background-color: #f5f5f5;
  color: var(--anrt-color-sport-ireland-campaign-main-color);
}

.campaign-event--teaser:nth-child(3n + 3) {
  background-color: var(--anrt-color-sport-ireland-campaign-bg-color);
  color: var(--anrt-color-sport-ireland-campaign-main-color);
}

.campaign-event--teaser:nth-child(3n + 3) span {
  background-color: var(--anrt-color-sport-ireland-campaign-main-color);
  color: var(--anrt-color-white);
}

.campaign-event--teaser p {
  margin-block-end: 0;
  font-weight: bold;
  line-height: var(--anrt-line-height-small);
}

.campaign-events--bg .campaign-event--teaser:nth-child(3n + 3) span,
.campaign-events--bg .campaign-event--teaser:nth-child(3n + 3) h3,
.campaign-events--bg .campaign-event--teaser:nth-child(3n + 3) p {
  color: var(--anrt-color-white);
}

.campaign h2.cards__title {
  color: var(--anrt-color-sport-ireland-campaign-main-color);
}
