@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;500&display=swap');
/* Global font */
.content-section {
    font-family: 'Work Sans', sans-serif;
  }
  
  /* Top section */
  .top-banner {
    background-color: #f1f1f1;
    font-family: 'Work Sans', sans-serif;
    padding: 45px 0 0px; /* Increased top padding to accommodate the back link */
    margin-bottom: 35px;

  }
  @media (max-width: 575.98px) {
    .top-banner {
      background-color: #f1f1f1;
      font-family: 'Work Sans', sans-serif;
      position: relative;
      padding: 20px 5px 0 5px; /* Increased top padding to accommodate the back link */
      margin-bottom: 10px;
    }
  }
  .mar-rght-mob{
    margin-right: 5px;
  }
  .back-link {
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
    z-index: 2; /* Ensure it's above other content if needed */
  }
  
  .back-link:hover {
    text-decoration: underline;
    color: #333;
  }
  
  .content-title {
    font-size: 2.25rem;
    font-weight: 500!important;
    color: #222;
    margin-bottom: 0.5rem;
  }

  @media (max-width: 768px) {
    .content-title {
      font-size: 1.75rem;
    }
  }
  
  .content-subtitle {
    font-size: 1.1rem;
    color: #666;
  }
  
  /* Submitted by text */
  .submitted-by {
    font-size: 0.9rem;
    color: #6c757d;
  }
  
  /* Body text */
  .content-body p {
    font-size: 1rem;
    line-height: 1.75;
    color: #333;
    margin-bottom: 1.5rem;
  }
  
  /* Right Sidebar (Press Contact) */
  .press-contact {
    /*background-color: #f8f9fa;*/
    border-radius: 0.5rem;
    padding: 1.5rem 0;
    font-size: 0.95rem;
  }
  .press-contact-mobile {
    /*background-color: #f8f9fa;*/
    border-radius: 0.5rem;
    padding: 0.5rem;
    font-size: 0.95rem;
    
  }
  .press-contact h6 {
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .press-contact img.company-logo{
    max-width: 200px !important;
    width: 100% !important;
  }
  
  /* Legacy sidebar card - no longer used if press-contact is applied */
  .sidebar-card {
    background-color: #f8f9fa;
  }
  .nw_title{
    text-transform: none!important;
  }
  .icon-img {
    height: 1em;
    vertical-align: middle;
    /*margin-right: 0.4em;*/
  }
  
  .sub-info {
    padding-left: 1.5rem; /* Indent detail lines */
  }
  .backto{
    font-family: 'Work Sans', sans-serif;
    text-decoration: underline;
  }
  .arrow-icon1{
    margin-left:-5px;
  }
  b, strong{
    font-weight: 500;
  }
 /* Mobile Only: Show the divider image */
@media (max-width: 575.98px) {
  .mobile-divider {
    display: block; /* Show the divider on mobile */
    margin-bottom: 10px; /* Adjust the spacing as needed */
  }

  .mobile-divider img {
    width: 100%;  /* Make the image responsive */
    height: auto;
  }
}

/* Desktop and Tablet: Hide the divider image */
@media (min-width: 576px) {
  .mobile-divider {
    display: none; /* Hide the divider on desktop and tablet */
  }
}
.mobile-divider img {
  width: 100%;
  height: auto;
}
@media (max-width: 575.98px) {
  .ms-2, .me-2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.content-section img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .nw-contact-logo img{
    width:100%;
    max-width: 150px;
    height: auto;
    object-fit: contain;
  }
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}
.nw_content, .nw-featured-image{
  max-width: 750px;
}
.nw_content a{
  text-decoration: underline!important;
}
.nw_content h2,
.nw_content h3,
.nw_content h4,
.nw_content h5,
.nw_content h6 {
  text-transform: none !important;
}

