/* News Single detail page styles */
.ngs-full{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw); margin-top:-40px}
.news-full-width-desktop{width:100%;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw); margin-top:-40px}
.ngs-hero{width:972px!important;height:550px!important;max-width:none!important;object-fit:cover;border-radius:15px !important}
.ngs-inner{width:1038px;max-width:100%;margin-left:auto;margin-right:auto; padding-top:140px;}
@media (max-width:1024px){
  .ngs-hero{width:92vw!important;max-width:none!important;height:50vw!important;border-radius:2px; margin-top: 10px !important}
  .ngs-inner{max-width:92vw;padding-top:220px}
}
/* Keep typography tweaks scoped to the widget area */
@media (max-width:768px){
    .ngs-full {
            width: 100vw;
            margin-left: calc(50% - 50vw);
            margin-right: calc(50% - 50vw);
            margin-top: -44px;
        }
  .ngs-full .prose{font-size:16px}
  .ngs-full .prose p{margin-bottom:1rem}
  .ngs-inner{padding-top:0px; max-width: 98vw}
  .ngs-title{font-size:22px}
  .ngs-breadcrumb.px-4{padding-left:2rem !important;padding-right:2rem !important}
  /* Align breadcrumb items from top on mobile */
  .ngs-breadcrumb > .flex{align-items:flex-start}
  .ngs-breadcrumb .ngs-bc-title{line-height:1.5}
  /* Keep date and social in one row on mobile */
  .ngs-meta{flex-direction:row !important;align-items:center;justify-content:space-between !important;gap:12px;width:100%}
  .ngs-meta .ngs-date{margin:0}
}

/* Typography adjustments per spec */
.ngs-tag{color:#FF5500;font-size:14px;font-weight:400;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;text-align:left;margin:0 0 16px}
.ngs-title{font-family:"Montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;font-size:28px;font-weight:700;color:#252525;text-align:left;margin:0 0 16px;line-height:1.3}
.ngs-date{color:#464646;font-size:14px;font-weight:400;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}
.ngs-share-icon{width:20px;height:20px;display:block;filter: invert(45%) sepia(91%) saturate(2147%) hue-rotate(2deg) brightness(99%) contrast(102%)}

/* Breadcrumb styles */
.ngs-breadcrumb{color:#fff}
.ngs-hero-bg{background: url('./images/breadcrumb-bg.png') center center/cover no-repeat}
.ngs-hero-bg{height:350px}
@media (max-width:768px){
  .ngs-hero-bg{height:200px}
	.top-12 {
    top: 6rem;
}
}
.ngs-breadcrumb .ngs-bc-link{font-size:12px;font-weight:700;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#FF5500;text-decoration:none}
.ngs-breadcrumb .ngs-bc-link:hover{opacity:.9}
.ngs-hero-bg{background: url('./images/breadcrumb-bg.png') center center/cover no-repeat}
.ngs-breadcrumb .ngs-bc-sep {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url('../../album-builder/assets/img/right-arrow.png') no-repeat center center / contain;
  opacity: 1;
  margin: 0 6px;
  color: transparent;
  font-size: 0
}

/* Align breadcrumb separators on mobile */
@media (max-width:768px){
  .ngs-breadcrumb>.flex{align-items:center}
  .ngs-breadcrumb .ngs-bc-sep{position:relative;top:0;margin: 2px 6px 0}
}

.ngs-breadcrumb .ngs-bc-title{font-size:12px;font-weight:700;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#FFFFFF}

/* Breadcrumb padding override */
.ngs-breadcrumb.px-4{padding-left:6rem;padding-right:1rem}

/* Related listings (reuse video detail full-bleed pattern) */
.ngs-related-listings{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);}
.ngs-related-listings .si-video-listing{background:#FFFFFF !important;height:415px !important}
.ngs-related-listings .si-news-listing{background:#132254!important;height:415px !important}
.ngs-related-listings .si-photo-listing{background:#EBEBEB !important;height:415px !important}
/* Title color logic: highlight the section matching the detail page */
.ngs-related-listings .si-news-listing .news-title{color:#FFFFFF !important}
.ngs-related-listings .si-video-listing .news-title,
.ngs-related-listings .si-photo-listing .news-title{color:#252525 !important}
@media(max-width:767px){
  .ngs-related-listings{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
  .ngs-related-listings .si-video-listing,
  .ngs-related-listings .si-news-listing,
  .ngs-related-listings .si-photo-listing{height:auto !important;border-radius:0 !important; padding-top: 10px !important;
        padding-bottom: 10px !important;}
}
@media (min-width: 993px) {

    .ast-separate-container #primary,
    .ast-separate-container.ast-left-sidebar #primary,
    .ast-separate-container.ast-right-sidebar #primary {
        margin: 0 !important;
        padding: 0 !important;
    }
}

#ast-scroll-top .ast-icon.icon-arrow svg {
    margin-left: 3px !important;
    vertical-align: middle !important;
    transform: translate(0, -20%) rotate(180deg) !important;
    width: 1.6em !important;
    top: 10px !important;
}
