

/* Inject breadcrumb before the article content */
.article-view:before {
    content: "Home / Latest / Blog / " attr(itemprop="headline");
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    padding-top: 20px;
    position: relative;
    z-index: 9999;
}

/* Ensure the title is above the date, both positioned above the image */
.article-view .header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: white; /* Ensures the title and date are readable */
    width: 100%;
    padding: 10px 15px;
}

.article-view .title {
    font-size: 32px;
    font-weight: bold;
    color: #1a1a1a;
    margin: 0 0 5px 0; /* Margin ensures space between title and date */
    z-index: 1001;
}

.article-view .category-date {
    font-size: 16px;
    color: #888;
    margin-top: 15px;  /* Ensure no additional margin above the date */
    z-index: 1001;
}

/* Ensure the image is placed below the title and date */
.adetail #adetail-slick-gallery .item .image {
    position: relative;
    margin-top: 100px; /* Move the image down to make space for title + date */
    width: 100%;
    display: block;
    z-index: 1;
background-color: white !important; /* Set white background behind the image */
}


/* Ensure there is no black or grey background behind the image */
.adetail #adetail-slick-gallery .item .image .aimage,
.adetail #adetail-slick-gallery .item .video .aimage {
    box-shadow: none !important; /* Remove any box shadow */
    background-color: white !important; /* Set background to white */
    margin: 0;
}



/* Ensure image behaves responsively */
.adetail #adetail-slick-gallery .item img {
    max-width: 100%;
    height: auto;
       background-color: white !important; /* Ensure no background issues with image */
}

/* Adjust body content below the image */
.article-view .article-body {
    margin-top: 20px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* Remove grey background behind image */
.adetail #adetail-slick-gallery .blurred-bg {
    background: none !important;
    opacity: 0 !important;
    display: none !important;
}


/* Remove grey or black background behind image */
.adetail #adetail-slick-gallery .blurred-bg {
    background: none !important;
    opacity: 0 !important;
    display: none !important;
}

/* Ensure the overall container doesn't have unwanted background color */
.adetail {
    background-color: white !important;
}

.adetail.news .article-body, .adetail.transcript .article-body, .adetail.speeches .article-body, .adetail.bio .article-body, .adetail.factsheet .article-body {
    max-width: 800px;
    margin: 32px auto 0;
}

.adetail.news .info {
    display: none;
    font-size: 0.9em;
    text-indent: 0;
}