/* custom css for news post type */
div#content {
    background: #f0efeb;
    z-index: 1;
}
.single .post-navigation a:hover {
    color: #f15b29;
}
.site-content .ast-container {
    display: block;
    max-width: 100vw;
    padding: 0;
}
header.entry-header.ast-no-title {
    display: none;
}
main#main {
    max-width: 80vw;
    width: 100%;
    margin: 100px auto;
}
.uagb-container-inner-blocks-wrap {
    max-width: 90vw;
}
.custom-news-banner-container {
    min-height: 30vh;
    box-shadow: 0px 0px #00000070;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    overflow: visible;
    order: initial;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 10px;
    border-style: solid;
    border-color: #f15b29;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    background-image: url(https://wpstaq-ap-southeast-2-media.s3.amazonaws.com/controlsystems/wp-content/uploads/media/2026/02/news-banner.jpg);
    background-clip: padding-box;
    row-gap: 20px;
    column-gap: 20px;
}
.page-title-banner h1 {
    /* font-family: 'Inter-Black-Italic';
    text-transform: uppercase;
    font-size: 80px;
    width: 50%;
    line-height: 1;
    padding-left: 20px; */
    color: #f15b29;
}
.custom-news-flex-container {
    align-self: center;
}
footer#colophon {
    background-color: white;
}
.button-news-container {
    text-align: center;
    margin-bottom: 100px;
}
.button-news-container button {
    background-color: #f15b29;
    font-size: 25px;
    border-radius: 0;
    color: white;
}
.news.type-news.ast-article-single {
    padding: 100px;
}
figure.wp-block-image.news-image-content img {
    max-height: 350px;
}



/* breadcrumb */
.news-hero {
    padding-left: 20px;
    padding-top: 10px;
}  
.news-breadcrumb {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }
  
  .news-breadcrumb a {
    color: #dfe7ee;
    text-decoration: none;
  }
  
  .news-breadcrumb a:hover {
    color: #ffffff;
  }
  
  .news-breadcrumb .sep {
    margin: 0 12px;
    color: #fff;
    font-size: 14px;
  }
  
  .news-breadcrumb .current {
    color: #f15b29; /* orange highlight */
    font-weight: 700;
  }
  
  

  /* bg for the new single page */
  /* div#primary::before { */
    div#content::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 35%;
        background-image: url(https://wpstaq-ap-southeast-2-media.s3.amazonaws.com/controlsystems/wp-content/uploads/media/2026/03/S1.png);
        /* background: #01304C; */
        z-index: -1;
    }


@media (max-width: 600px){
    .ast-container {
        padding: 0 !important;
    }
    .ast-separate-container #primary {
        padding: 0;
    }
    .news.type-news.ast-article-single {
        padding: 0;
    }
    main#main {
        max-width: 100vw;
    }
    h2.uagb-heading-text {
        font-size: 30px;
    }
    .entry-content p {
        font-size: 14px !important;
    }
}