.multisport-event-content {
  color: #22324a;
  line-height: 1.7;
  background: #ffffff;
  border-radius: 12px;
}

.multisport-event-content h3 {
  margin: 1rem 0 0.5rem 0;
  font-size: 1.55rem;
  line-height: 1.55rem;
  padding-left: 3px;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #1f3b6a;
  /* position: relative; */
  border-left: 7px solid #c2185b;
}

/* .multisport-event-content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4rem;
  border-bottom: 4px solid #c2185b;
} */

.multisport-event-content h4 {
  margin: 18px 0 8px 0;
  font-size: 1.1rem;
  line-height: 1.1rem;
  padding-left: 3px;
  font-weight: 650;
  letter-spacing: -0.015em;
  color: #244475;
  /* position: relative; */
  border-left: 5px solid #c2185b;
}

/* .multisport-event-content h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 3rem;
  border-bottom: 4px solid #c2185b;
} */

.multisport-event-content p {
  margin: 0 0 12px 0;
  font-size: 1.02rem;
  color: #22324a;
}

.multisport-event-content p:last-of-type {
  margin-bottom: 0;
}

.multisport-event-content ul {
  margin: 12px 0 0 0;
  padding-left: 1.25rem;
  list-style: disc;
}

.multisport-event-content li {
  margin: 0 0 8px 0;
  padding-left: 0.15rem;
}

.multisport-event-content li::marker {
  color: #2f5ea8;
}

.multisport-event-content li:last-child {
  margin-bottom: 0;
}

.multisport-event-content strong {
  color: #1f3b6a;
  font-weight: 650;
}

.multisport-event-content a {
  color: #2f5ea8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.multisport-event-content a:hover {
  text-decoration-thickness: 2px;
}

@media (max-width: 640px) {
  .multisport-event-content {
    max-width: 100%;
    padding: 16px 16px;
  }

  .multisport-event-content h3 {
    font-size: 1.38rem;
  }

  .multisport-event-content h4 {
    font-size: 1.05rem;
  }
}
