







.custom-dropdown-menu-re {
    background-color: #fff !important;
}
.custom-dropdown-menu-re .custom-dropdown-item {
    color: #0B3749 !important;
}
.custom-dropdown-menu-re .custom-dropdown-item:hover {
    background-color: #c0daf2 !important;
}
.news_excerpt p:not(.wp-block-post-excerpt__more-text):last-of-type {
    margin-bottom: -0.2rem !important;
}




.news-insights-block {
    padding: 20px;
}

.news-insights-posts{
    padding-left:0;
}

ul.news-insights-posts li:last-child {
    padding-bottom: 60px !important;
}
.filter-section {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}


#posts-container {
    display: flex;
    flex-direction: column;
}

.news_feature_img{
	margin-right:20px;
}
.post-item {
    display: flex;
    padding: 35px 0 20px 0;
    border-bottom: 1px solid #0B3749;
}

.post-thumbnail img {
    width: auto;
    height: auto;
	border: 1px solid #0B3749;
    margin-right: 83px;
}

.post-content{
	display: flex;
	flex-direction:column;
    justify-content: center;
}

.post-content h3 {
 color: var(--Color-6, #0B3749);
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.56px;
text-transform: uppercase;
}

.post-content p {
  color: var(--Color-6, #0B3749);
font-size: 34px;
font-style: normal;
font-weight: 350;
line-height: 130%; /* 44.2px */
letter-spacing: -0.68px;
}

.post-content a {
        color: #0C3848 !important; 
        font-weight: 800 !important;
        font-size: 12.325px !important;
        text-decoration: underline !important;
        text-decoration-color: #CDFC59 !important;
        text-decoration-thickness: 4px !important;
       letter-spacing: 0.493px !important;
        text-underline-offset: 7px; 
	    text-transform:uppercase !important;
}
 .post-content a:hover {
   text-decoration-color: #E9FFB2 !important;
}

.pagination-button a{
    display: flex;
    width: 283px;
    height: 55px;
    padding: 14.239px 20.711px;
    justify-content: center;
    align-items: center;
    gap: 12.945px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 1px solid var(--Color-6, #0B3749);
    text-decoration: none;
	font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.8px;
	color: #0B3749 !important;
    opacity: 0.4;
}

.pagination-button a:hover {
    background-color: #CDFC59;     
    color: #0B3749; 
	border-color: #CDFC59;
    opacity: 1;                 
}


.newer-posts {
    margin-inline-end: auto;
}

.older-posts {
    margin-inline-start: auto;
}
.pagination-container{
margin-top:60px !important;
}

.alignwide{
    width:100%;
}

.wp-block-post-title-link{
    color:white;
}

.wp-block-post-title-link:hover{
    text-decoration:none;
    color:white;
}




#category-filter, #year-filter{
width: 283px !important;
padding: 11.298px 16.433px;
justify-content: center;
align-items: center;
flex-shrink: 0;
border-radius: 41.083px;
border: 1px solid #4A7587;
background-color: transparent;
color:white;
}

.news-insights-filter{
	display:flex;
	justify-content:flex-end;
	gap:20px;
}
.section-option{
	text-align-last: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.32px;
}

.news-insights-filter select:focus {
    background-color: #0B3749 !important; 
    color: white !important;
    border: 1px solid #4A7587;
    border-radius: 5px; 
	width: auto !important; 
    min-width: 250px !important; 
}

.news-insights-filter select:hover {
    background-color: #0B3451 !important; 
    color: white !important;
    border: 1px solid #4A7587;
    border-radius: 5px; 
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
}

select option {
	text-align:center;
	font-size:12px;
}

/* Style for custom dropdown */
.custom-dropdown {
    position: relative;
    gap: 10px;
}

.custom-dropdown-button {
    width: 283px !important;
    padding: 11.298px 16.433px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 41.083px;
    border: 1px solid #4A7587;
    background-color: transparent;
    color: #0B3749;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.custom-dropdown-button:focus {
    outline: none !important; 
    border: 1px solid #4A7587 !important; 
}
.custom-dropdown-re-button .arrow-icon{
background: url('/wp-content/uploads/2024/11/Arrow-1-Stroke1.png') no-repeat center center !important;
}
.custom-dropdown-item.selected .arrow-icon {
    visibility: visible;
}

.custom-dropdown-button .arrow-icon {
    visibility: visible;
}

.custom-dropdown-button .arrow-icon{
  display: inline-flex;
  width: 10px;
height: 10px;
  background: url('/wp-content/uploads/sites/3/2025/05/Arrow-1-Stroke.png') no-repeat center center;
  background-size: contain;
  margin-left: 8px;
  vertical-align: middle;
   transition: transform 0.3s ease;
}
.custom-dropdown.open .custom-dropdown-button .arrow-icon {
    transform: rotate(180deg);
}

.custom-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #0B3749;
    border: 1px solid #4A7587;
    border-radius: 5px;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
}

.custom-dropdown-item {
    padding: 10px;
    color: white;
    cursor: pointer;
   /* text-align: center; */
}

.custom-dropdown-item:hover {
    background-color: #0B3451;
}




/* Responsive adjustments */
@media (max-width: 767px) {



.new-ir-link a {
    color: #069BD7 !important;
}

.new-ir-link mark.has-inline-color{
  color: #069BD7 !important;
}
	.news_last_group{
		padding: 0 15px 0 15px;
	}
	.pagination-button{
		width:360px;
	}
	.news_insights_last_spacer{
		height:30px !important;
	}
	.post-item {
    padding: 40px 0 20px 0 !important;
}
	.custom_column{
		padding:0px !important;
	}
	 .featured_news_spacer{
        height: 15px !important;
    }
    .news-insights-filter {
   
        align-items: center;
       flex-direction:column !important;
    justfiy-content:center !important;
    }
    
}

@media only screen and (min-width: 1024px) and (max-width: 1499px) {
    .pagination-button {
        width: auto!important;
        height: 45px;
        font-size: 16px;
    }
}