.news-hero-wrapper {
    padding-top: 30px; /* Padding above the image */
    text-align: center; /* Center the image horizontally */
}

.news-hero-image {
    width: 100%; /* 2/3 of the original size */
    height: auto; /* Maintain the aspect ratio */
    display: inline-block; /* Ensure it’s centered */
  }


/* News Title */
.news-title-post {
    font-size: 2em; /* Adjust font size */
    margin-bottom: 10px; /* Space below the title */
}

/* Description and Link */
.news-description p {
    font-size: 1em; /* Adjust font size */
    margin-bottom: 20px; /* Space below description */
}

.news-description a {
    color: #0073aa; /* Adjust link color */
    text-decoration: none; /* Remove underline */
}

.news-description a:hover {
    text-decoration: underline; /* Underline on hover */
}

/* Meta Information */
.news-meta {
    font-size: 1em; /* Adjust font size */
   /* margin-top: 20px; /* Space above meta information */
}

.news-meta .news-website,
.news-meta .news-date {
    margin-bottom: 0px !important; /* Space between meta items */
}

.news-meta a {
    color: #0073aa; /* Adjust link color */
    text-decoration: none; /* Remove underline */
}

.news-meta a:hover {
    text-decoration: underline; /* Underline on hover */
}

.site-content .content-area-posts {
	padding-left: 30px;
	padding-right: 10px;
}

div#post-sidebar {
    min-width: 40%;
}

/* Media query for screen sizes below 768px (adjust as needed) */
@media (max-width: 768px) {
    div#post-sidebar {
        min-width: 100%;
    }
}

.news-hero-wrapper {
    position: relative;
    padding-top: 30px; /* Padding above the image */
}

.news-hero-image {
    width: 100%; /* Adjust to desired width */
    height: auto; /* Maintain aspect ratio */
}

.branding-image-wrapper {
    position: absolute;
    top: 40px; /* Adjust as needed */
    left: 10px; /* Adjust as needed */
	max-width: 10%;
}



.news-website-post {
    font-size: 20px; /* Adjust as needed */
	text-decoration: underline;
    margin-bottom: 5px;
}

.news-website-post a {
    text-decoration: none;
    color: #000; /* Adjust as needed */
}

.news-website-post a:hover {
    text-decoration: underline; /* Optional: underline on hover */
}

.news-date-post {
    font-size: 14px; /* Adjust as needed */
	font-weight: bold;
}

.news-title-post {
    font-size: 24px !important; /* Adjust as needed */
    margin: 0;
    line-height: 1.2;
	font-weight: bold;
}

.news-description {
    font-size: 16px; /* Adjust as needed */
    margin-top: 0;
}

.news-description a {
    text-decoration: none;
    color: #0073e6; /* Adjust link color */
}

.news-description a:hover {
    text-decoration: underline; /* Optional: underline on hover */
}

.branding-image-news-page {
	
    width: 70%; /* Set the width to 100% of the branding container */
    height: auto; /* Allow the height to adjust automatically based on the width */
    max-width: 128px; /* Set a maximum width of 128px */
    max-height: 128px; /* Set a maximum height of 128px */
}

.news-title-post {
    font-size: 24px !important;
    margin: 0;
    line-height: 1.2;
    font-weight: bold;
	
}