@font-face {
  font-family: "PBS Sans";
  font-weight: 400;
  /* stylelint-disable */
  src: url("../../../pbsfonts/v1.2/PBSSans.woff") format("woff2"),
    url("../../../pbsfonts/v1.2/PBSSans.woff") format("woff");
  /* stylelint-enable */
  font-display: swap;
}

.video-error,
.video-error body {
  height: 100%;
  margin: 0;
}
.video-error .l-page-wrap,
.video-error .l-page-wrap-livestream {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #000;
}

.video-error .l-page-wrap-livestream {
  background-color: #000525;
}

.video-error .error-message {
  margin: 0 16px;
  color: #fff;
  font-family: "PBS Sans";
  text-align: center;
}

.video-error .l-page-wrap-livestream {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}

.video-error .l-page-wrap-livestream .error-message {
  max-width: 750px;
}

.video-error .error-message a {
  color: #6d89e0;
  text-decoration: none;
}