/* 今、見てほしい秩父の現地映像：レスポンシブ埋め込み */

.cb-featured-video {
  max-width: 100%;
  overflow-x: clip;
  box-sizing: border-box;
}

.cb-featured-video,
.cb-featured-video * {
  max-width: 100%;
  box-sizing: border-box;
}

.cb-featured-video__meta {
  margin: 0 0 1em;
  line-height: 1.8;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cb-featured-video__title-link {
  display: inline;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cb-featured-video__date {
  display: block;
  margin-top: 0.35em;
  color: #444;
  font-size: 0.95em;
}

.cb-featured-video__embed,
.cb-featured-video .wp-block-embed,
.cb-featured-video .wp-block-embed__wrapper,
.cb-featured-video .video-container,
.cb-featured-video .video {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.cb-featured-video .video-container {
  position: relative;
  overflow: hidden;
}

.cb-featured-video .video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.cb-featured-video .video iframe,
.cb-featured-video iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  border: 0;
}

.cb-featured-video__link-wrap {
  margin: 0.75em 0 1.25em;
}

.cb-featured-video__watch-link {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

@media (max-width: 600px) {
  .cb-featured-video__meta {
    font-size: 0.98em;
  }
}
