/* Small compatibility fixes for structured content imported from the static site. */
.family-service .video-frame .play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.family-service .video-frame .play-btn::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #f8fafc;
}

.family-service .video-frame .play-btn svg {
  display: none;
}

.family-service .video-frame > div:not(.play-btn) {
  color: #cfd9e3;
  font-size: 13px;
  line-height: 1.4;
}
