.col-w-492 {
	max-width: 492px;
}
.no-margin > p:last-of-type{
	margin: 0 !important;
}

.margin-40px > p:not(:last-child) {
  margin-bottom: 40px;
}
.margin-40px > p:last-child{
	margin-bottom: 0px;
}
/* With vision section */
.with-vision-container{
	max-width: 479px;
}
.with-vision .button-content{
	width: 94px;
}
.with-vision .button-custom-wrapper .button-custom .btn-type_3 .button-content--wrapper::after{
	right: 14px;
}

.with-vision-section .elementor-button-icon{
	display: none;
}
.with-vision-section .primary-btn.svg-three {
    min-width: 138px !important;
}

.border-radius{
	border-radius: 8px;
}

/* Blog list  */
.row.posts-selector-grid{
	display: grid;
    grid-template-columns: 66.0833% 31.9167%;
    grid-auto-rows: auto;
    gap: 24px;
    margin: 0;
    align-items: stretch;
	justify-content: space-around;
}

.layout-grid .row.posts-selector-grid{
	grid-template-columns: repeat(3, 31.48%) !important;
    margin-top: 24px !important;
}

.layout-masonry .featured-post-card.blog-card:nth-child(3n+1) {
    grid-row: span 2;
}

.layout-masonry .featured-post-card.blog-card:nth-child(3n-1){
	flex-direction: column-reverse;
}

.layout-masonry .featured-post-card.blog-card:nth-child(3n-1) > .blog-card__image img{
	border-radius: 8px 8px 0 0 !important;
}

.layout-masonry .featured-post-card.blog-card:nth-child(5n+2) > .blog-card__image img {
    object-fit: contain;
}
.layout-masonry .featured-post-card.blog-card:nth-child(3n-1) > .blog-card__image{
	height: 200px;
	flex: none;
}

.posts-selector-meta{
	flex-direction: row !important;
	gap: 8px !important;
	display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 21px;
}
.posts-selector-meta time, .posts-selector-meta span, .posts-selector-meta .posts-selector-cat{
	color: #21355f;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 150%;
}
.post-news-setion .primary-btn.svg-three{
    min-width: 247px !important;
}
.post-news-setion .elementor-button-icon{
	display: none;
}

.posts-selector-grid .featured-post-card.blog-card {
    width: 100% !important;
    padding: 0;
    margin: 0;
}

.blog-card {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    background-color: #eaefef;
}
.blog-slider .blog-card__image a {
    position: relative;
    padding-bottom: 200px;
    display: block;
}

.blog-slider .blog-card__image a img {
    border-radius: 8px 8px 0 0 !important;
}
.layout-masonry .featured-post-card.blog-card:nth-child(3n+1) .blog-card__image {
    flex: 0 0 40.478%;
}
.layout-masonry .featured-post-card.blog-card:nth-child(3n+1) .blog-card__content {
    flex: 0 0 59.522%;
	padding: 40px;
}

.blog-card__content{
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 12px;
	justify-content: space-between;
	flex: 5.5;
}
.layout-masonry .featured-post-card.blog-card:nth-child(3n+1) .blog-card__content > div{
	gap: 24px;
}
.blog-card__content > div{
	display: flex;
	flex-direction: column;
    gap: 12px;
}

.blog-card__image{
	position: relative;
    width: 100%;
    overflow: hidden;
	flex: 5;
}
.blog-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    border-radius: 0 8px 8px 0 !important;
}

.blog-card__content .blog-card__meta{
	color: #21355f;
    font-size: 14px;
    font-weight: 500;
	margin: 0;
	line-height: 150%;
}
.layout-masonry .featured-post-card.blog-card:nth-child(3n+1) .posts-selector-title a{
	font-size: 46px;
    line-height: 54px;
	letter-spacing: 0px;
	display: inline-block;
}
.layout-masonry .featured-post-card.blog-card:nth-child(3n+1) .posts-selector-title{
	display: inline-block !important;
}
.featured-post-card.blog-card .posts-selector-title{
	line-height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #143c64;
	font-size: 20px;
    line-height: 28px;
}
.featured-post-card.blog-card .posts-selector-title a{
	font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #143C64;
	display: block;
}
.layout-masonry .featured-post-card.blog-card:nth-child(3n+1) .posts-selector-excerpt{
	font-size: 16px;
	color: #606C88;
}
.featured-post-card.blog-card:not(:nth-child(3n+1)) .posts-selector-excerpt{
	display: none;
}
.layout-grid .posts-selector-excerpt{
	display: none;
}
.featured-post-card.blog-card .posts-selector-excerpt{
	font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
/* 	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; */
	margin: 0;
}
.layout-masonry .featured-post-card.blog-card .posts-selector-link.type-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px;
    height: 48px;
    width: fit-content;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
	background: #143c64;
	border: 1px solid #143c64;
}

.layout-masonry .featured-post-card.blog-card .posts-selector-link.type-btn:hover{
	background: #ffffff;
    color: #070E2B;
    border: 1px solid #a7c3c7;
}

.layout-masonry .featured-post-card.blog-card:nth-child(3n+1) .posts-selector-link:hover::after{
	background: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L7 7L0.75 13.25' stroke='%23070E2B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
}

.featured-post-card.blog-card .posts-selector-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #143c64;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.layout-masonry .featured-post-card.blog-card:nth-child(3n+1) .posts-selector-link::after{
	content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 3.75L13.75 10L7.5 16.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}
.featured-post-card.blog-card .posts-selector-link::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 6px;
    background: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L7 7L0.75 13.25' stroke='%23070E2B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

.featured-post-card.blog-card .posts-selector-link:hover{
	color: #070E2B;
}

/* Tabs content */
.rodio-tabs.tab-landscape .nav-link{
    flex-direction: row-reverse !important;
}
.rodio-tabs .nav-link .icon-wrapper{
	width: 20px;
    height: 20px;
    margin-left: 6px;
}
.rodio-tabs.tab-landscape .nav-link .icon{
	margin-right: 0;
}
.rodio-tabs .icon-svg svg{
	width: 20px;
    height: 20px;
	fill: none;
}

.line_image_policymakers::after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 123px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://policyinstistg.wpenginepowered.com/wp-content/uploads/2025/11/Group9.png);
}

.line_image_business::after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 123px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://policyinstistg.wpenginepowered.com/wp-content/uploads/2025/11/business_line.png);
}

.line_image_australians{
	height: 100%;
}
.line_image_australians::after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 123px;
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url(https://policyinstistg.wpenginepowered.com/wp-content/uploads/2025/11/Group9.png);
}

/* Lastest News */
.lastest-news .primary-btn.svg-one{
    min-width: 223.5px !important;
    display: flex;
    align-items: center;
}


@media (min-width: 768px){

    .hide-desktop{
        display: none;
    }
    .with-vision::after {
    content: "";
    position: absolute;
    top: 0;
    right: -122px;
    width: 123px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2231%22%20height%3D%22156%22%20viewBox%3D%220%200%2031%20156%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M31%2078L0%200V156L31%2078Z%22%20fill%3D%22%23070E2B%22/%3E%0A%3C/svg%3E");
}
}
@media (max-width: 767px){
    .with-vision {
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}
    .row.posts-selector-grid {
    display: block;
}

    .layout-grid {
    overflow: hidden;
    margin-right: -16px;
}

.layout-grid .slick-list {
    padding-right: 48px;
}
.layout-masonry .featured-post-card.blog-card:not(:nth-child(1)) {
    display: none;
}

.layout-grid .row.posts-selector-grid {
    display: none;
}

.blog-slider {
    margin-top: 24px;
}
.layout-grid .slick-list .slick-item{
    margin-right: 24px;
}

.blog-slider  .blog-card__image {
    order: 1;
    flex: auto;
}

.blog-slider .blog-card__content {
    order: 2;
}
.layout-masonry .featured-post-card.blog-card:nth-child(3n+1) .blog-card__content {
    width: 100%;
}

.row.posts-selector-grid {
    display: block;
}

.featured-post-card.blog-card {
    margin-bottom: 24px;
}

.layout-masonry .featured-post-card.blog-card:nth-child(3n+1) .blog-card__content {
    flex: 0 0 100%;
    padding: 24px;
    order: 2;
}

.layout-masonry .featured-post-card.blog-card:nth-child(3n+1) .blog-card__image {
    flex: 0 0 100%;
    order: 1;
}

.layout-masonry .featured-post-card.blog-card:nth-child(3n+1) .blog-card__image a {
    display: block;
    position: relative;
    padding-bottom: 211px;
}

.blog-card {
    height: auto;
}

.layout-masonry .featured-post-card.blog-card:nth-child(3n+1) .blog-card__image img {
    border-radius: 8px 8px 0 0!important;
}

.layout-masonry .featured-post-card.blog-card:nth-child(3n+1) .posts-selector-title a{
    font-size: 24px;
    line-height: 32px;
}

.blog-card__image {
    flex: 3;
}

.layout-masonry .featured-post-card.blog-card:nth-child(3n+1) .blog-card__content > div {
    gap: 15px;
    padding-bottom: 12px;
}
.layout-masonry .featured-post-card.blog-card:nth-child(3n+1) .posts-selector-title a{
	letter-spacing: -0.5px;
}
}