.wrpf-content .wrpf-calendar-news-link,
.wrpf-content .wrpf-calendar-news-link:visited {
  color: inherit;
  text-decoration: none;
}

.wrpf-content .wrpf-calendar-news-link:hover {
  color: var(--wrpf-red, #ef3124);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.wrpf-content .wrpf-calendar-news-link:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--wrpf-red, #ef3124);
  outline-offset: 3px;
}

.wrpf-rutube-embed {
  position: relative;
  width: 100%;
  max-width: 1066px;
  margin: 24px auto;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #111;
}

.wrpf-rutube-embed iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
