/* Local-only interaction and lightbox styles. Layout values remain in the official CSS. */
.local-lightbox {
  align-items: center;
  background: rgba(0, 0, 0, .78);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity .2s ease;
  z-index: 1200;
}

.local-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.local-lightbox img {
  box-shadow: 0 12px 50px rgba(0, 0, 0, .45);
  max-height: 88vh;
  max-width: 88vw;
}

.local-lightbox button {
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  height: 42px;
  line-height: 35px;
  position: absolute;
  right: 28px;
  top: 24px;
  width: 42px;
}

/* The live content template applies its 180% line box to inline spans. */
.v_news_content > p span {
  line-height: 33.6px !important;
}

.v_news_content > p {
  line-height: 33.6px !important;
}

/* Preserve the inline-image descender space from the live article renderer. */
#vsb_content_4 figure {
  padding-bottom: 10.4px;
}

@media screen and (max-width: 1199px) {
  .sub_contents { padding: 20px; }
  .v_news_content img { cursor: zoom-in; }
}

@media screen and (min-width: 1200px) {
  .v_news_content img { cursor: zoom-in; }
}
