/* FMB News sourced-photo presentation.
 * This file loads last on every newsroom route.
 */

html body.news-futuristic-ph.news-channel-v4 .nc-lead-broadcast figcaption {
  display: block !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 5 !important;
  max-width: min(72%, 520px) !important;
  padding: 6px 8px !important;
  border: 0 !important;
  background: rgba(20,5,31,.82) !important;
  color: rgba(255,255,255,.92) !important;
  font: 600 8px/1.35 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  text-align: right !important;
}

html body.news-futuristic-ph.news-channel-v4 .nc-lead-broadcast figcaption a,
html body.news-futuristic-ph.news-channel-v4 .nc-rundown-story figcaption a {
  color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

html body.news-futuristic-ph.news-channel-v4 .nc-rundown-story figure {
  position: relative !important;
}

html body.news-futuristic-ph.news-channel-v4 .nc-rundown-story figure::after {
  display: none !important;
  content: none !important;
}

html body.news-futuristic-ph.news-channel-v4 .nc-rundown-story figcaption {
  display: block !important;
  position: absolute !important;
  right: 4px !important;
  bottom: 4px !important;
  left: 4px !important;
  z-index: 3 !important;
  overflow: hidden !important;
  padding: 3px 4px !important;
  border: 0 !important;
  background: rgba(20,5,31,.8) !important;
  color: #fff !important;
  font: 700 6px/1.15 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: .01em !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body.news-futuristic-ph.news-story-route .nc-story-media figcaption {
  display: block !important;
  position: static !important;
  padding: 10px 0 0 !important;
  border: 0 !important;
  background: #fff !important;
  color: var(--fmbnews-muted) !important;
  font: 500 10px/1.5 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

html body.news-futuristic-ph.news-story-route .nc-story-media figcaption a {
  color: var(--fmbnews-purple-700) !important;
  font-weight: 750 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

html body.news-futuristic-ph.news-channel-v4 .nc-lead-broadcast img,
html body.news-futuristic-ph.news-channel-v4 .nc-rundown-story img,
html body.news-futuristic-ph.news-story-route .nc-story-media img {
  background: var(--fmbnews-lavender-soft) !important;
}

@media (max-width: 760px) {
  html body.news-futuristic-ph.news-channel-v4 .nc-lead-broadcast figcaption {
    top: 8px !important;
    right: 8px !important;
    max-width: calc(100% - 16px) !important;
    font-size: 7px !important;
  }
}
