/* News Listing section CSS */

.latest-new-section {
	overflow: clip;
}
/* .latest-new-section:has([aria-controls="filterPopup"]){
	padding-top: 40px !important;
} */
.latest-new-section .main-title .block-title{
	margin: 0;
	font-weight:700;
}
.new-list-section .news-item-listing.grid-row {
    --gap: 0px;
    row-gap: 10px;
	margin-inline: -16px;
}

.new-list-section .news-item-listing.grid-row .item .item-wrap{
    padding: 16px;
	border-radius: 8px;
	text-decoration: none;
	display: block;
}
.new-list-section .news-item-listing.grid-row .item .item-wrap:hover{
	background-color: var(--gray-color);
}
.new-list-section .item-wrap .title,
.new-list-section .item-wrap .title a {
	color: var(--primary-color);
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 10px;
    word-break: break-word;
}
.new-list-section .item.full {
    grid-column: span 3;
    padding: 0 20px;
}
.news-main-section .new-list-section .item.full{
	background-color: var(--primary-color);
    color: #fff;
	border-radius:8px;
}
.new-list-section .item.full .item-wrap {
    display: grid;
    grid-template-columns: 40% 1fr;
	gap:40px;
}


.new-list-section .item.full .title,
.new-list-section .item.full .title a{
	font-size:var(--h4-sty);
	font-weight:600;
}
.news-main-section .new-list-section .item.full .title,
.news-main-section .new-list-section .item.full .title a{
	color:#fff;	
}


.new-list-section .item.full.time {
   margin-bottom: 30px;
    display: block;
}

.new-list-section .item .img-holder{
	margin-bottom:12px;
}
.new-list-section .item .img-holder,
.new-list-section .item .img-holder a{
/* 	height: 250px; */
	height: auto;
	aspect-ratio: 3/2;
	width:100%;
	display:block;
	background-color:var(--primary-color);
	border-radius:8px;
	overflow:hidden;
}
.new-list-section .item.full .img-holder,
.new-list-section .item.full .img-holder a {
   height: auto;
/* 	min-height:350px; */
	display: flex;
	align-self: stretch;
}
.new-list-section .item.full .img-holder a img{
	display:block;
}
.new-list-section .item-wrap .title,
.new-list-section .item-wrap .title a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 10px;
}
.cat-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
	flex-wrap:wrap;
}
.cat-lists a {
    text-decoration: none;
}
.cat-lists a {
    background-color: var(--light-green-color);
    color: var(--primary-color);
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 30px;
}

.new-list-section .img-holder img{
	transition: all 0.2s ease-in-out;
}
.new-list-section .item:hover .img-holder img{
	scale:1.1;
}
.new-list-section .item.full:hover .content-wrap .btn-wrap a,
.new-list-section .item.full:hover .content-wrap .title,
.new-list-section .item.full:hover .content-wrap .title a{
	color:var(--yellow-color) !important;
}
.new-list-section .item .icon-line-btn .btn-text{
	position:relative;
}
.new-list-section .item .icon-line-btn .btn-text:before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background-color: var(--yellow-color);
    transition: all 0.2s linear;
}
.new-list-section .item:hover .icon-line-btn .btn-text:before{
	width: 100%;
}
.latest-new-section .new-list-section .img-holder{
	overflow:hidden;
}
.new-list-section .item:hover .icon-line-btn .icon{
	background-color: var(--yellow-color);
	color: var(--primary-color);
}

.latest-new-section .new-list-section .item.full .item-wrap{
	grid-template-columns: 50% auto;
}
.latest-new-section .new-list-section .item.full{
	background-color: var(--primary-color);
	padding:0;
	border-radius:8px;
	overflow:hidden;
}
.latest-new-section .new-list-section .item.full .content-wrap{
	padding:24px;
}
.latest-new-section .new-list-section .item.full,
.latest-new-section .new-list-section .item.full .title,
.latest-new-section .new-list-section .item.full .title a{
	color:#fff;
}
.new-list-section .item:not(.full) p{
	margin: 0;
	color: var(--text-color);
}
.new-list-section .item.full .img-holder{
	margin-bottom: 0;
	border-radius: 0;
}
.news-page-section .new-list-section .item:not(.full) .content-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.news-page-section .news-item-listing.grid-row {
    row-gap: 32px;
}

.news-page-section .new-list-section .item:not(.full) .item-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-page-section .new-list-section .item:not(.full) .content-wrap .time {
    margin-bottom: 0;
    margin-top: auto;
}
.new-list-section .item.full .img-holder img,
.new-list-section .item.full .img-holder a {
	height:100%;
	width:100%;
	display:block;
	border-radius:0;
}
.new-list-section .item.full .title {
    margin-bottom: 28px;
}
.new-list-section .item.full .title,
.new-list-section .item.full .title a{
	font-size: var(--h4-sty);
}
.new-list-section .item.full .btn-wrap {
    margin-top: 20px;
}
.new-list-section .time {
    margin-bottom: 8px;
}
.new-list-section .item.full .content-wrap p {
	word-break: break-word;
	margin-bottom:30px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.new-list-section.col-reverse .item.full  .icon-line-btn .icon {
	--size: 32px;
}
.news-item-listing .time {
    color: var(--primary-color);
}
.latest-new-section  .item.full.sticky-wrap .content-wrap {
    display: flex;
    flex-direction: column;
}
.latest-new-section  .item.full.sticky-wrap .content-wrap .btn-wrap{
    margin-top: auto;
}

.latest-new-section .load-more-wrap .triggerloadmorebtn{
	max-width: 500px;
	margin: auto;
}

.new-list-section .news-item-listing.grid-row .item .item-wrap:hover {
    background: #f2faf8;
}

/* Model Filter CSS */

.popup-modal {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
	display:none;
	z-index:100;
}
.popup-backdrop {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000000BF;
    backdrop-filter: blur(10px);
}
.popup-modal.is-open{
	display:block;
}

.popup-panel {
    display: block;
    margin-left: auto;
    color: #fff;
    width: 380px;
    border: 2px solid #FDEE2F;
    background-color: var(--primary-color);
    border-radius: 8px;
    height: 100%;
    position: relative;
    overflow-y: auto;
}

/* width */
.popup-panel::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.popup-panel::-webkit-scrollbar-track {
  background: #e0e0df87; 
}
 
/* Handle */
.popup-panel::-webkit-scrollbar-thumb {
  background: #fff; 
}

/* Handle on hover */
.popup-panel::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}

.popup-panel .filter-wrap {
	padding: 35px 16px;
    background: none;
    height: calc(100% - 58px);
}

.popup-panel button.popup-close {
    position: absolute;
    right: 12px;
    top: 38px;
    --size: 35px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    border: none;
    background-color: var(--yellow-color);
    color: var(--primary-color);
}
.popup-panel button.popup-close:hover{
	background-color: var(--secondary-color);
    color: var(--primary-color);
}

.popup-panel button.popup-close svg path {
    fill: currentColor !important;
}

.popup-panel h3 {
    font-size: var(--h4-sty);
    color:var(--yellow-color);
    font-weight:500;
    margin-bottom: 40px;
}

.select-field-sty select {
    width: 100%;
    display: block;
    padding: 12px 40px 12px 16px;
    border-radius: 8px;
    height: 50px;
    appearance: none;
    font-family: var(--primary-font);
    font-size: 18px;
    color: var(--primary-color);
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41875 8.82812L14.125 2.12187L14.8313 1.41563L13.4156 0L12.7094 0.70625L7.41563 6L2.12188 0.70625L1.41562 0L0 1.41563L0.70625 2.12187L6.70625 8.12188L7.4125 8.82812H7.41875Z' fill='%235E5E5E'/%3E%3C/svg%3E%0A");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
}

.filter-select-form .select-field-sty {
    margin-bottom: 16px;
}


.filter-select-form {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.filter-select-form .filter-btn-wrap {
    margin-top: auto !important;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
	gap:10px;
}
.filter-select-form .filter-btn-wrap > *{
    width:100%;
}
.filter-select-form .filter-btn-wrap .reset-btn {
    border: none;
    background: none;
    padding: 14px;
    color: #fff;
    text-transform: none;
    text-transform: uppercase;
}
.filter-select-form .filter-btn-wrap .yellow-btn.applyfilter:hover {
    background-color: #ffffff;
    color: var(--primary-color);
    border-color: #ffffff;
}
/* End Model Filter CSS */

/* 3. Title Truncation (Desktop) */
@media (min-width: 1024px) {
 
}

@media screen and (min-width:1024px){
	.new-list-section.col-reverse .item.full  .item-wrap{
		grid-template-columns: auto 50%;
	}
	.new-list-section.col-reverse .item.full .img-holder {
		order: 2;
		margin-bottom:0;
	}

	.new-list-section.col-reverse .item.full .content-wrap {
		order: 1;
	}
	.latest-new-section .new-list-section .item.full .title a,
	.new-list-section .item-wrap .title{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;  
		overflow: hidden;
		text-overflow: ellipsis;
		height: auto !important;
	 }
}

@media screen and (min-width:768px){
	.new-list-section .mobile-show{
		display:none;
	}
}

@media screen and (max-width:1024px){
	.new-list-section .item.full .item-wrap {
		gap: 20px;
	}
}
@media screen and (max-width:991px){
	.latest-new-section .new-list-section .item.full .item-wrap {
		grid-template-columns: 100%;
		gap:0;
	}
	.new-list-section .item.full .img-holder a {
		min-height: inherit;
		height: auto;
	}
	.new-list-section .item.full .time {
		margin-bottom: 20px;
	}
}


@media screen and (max-width:767px){
	.latest-new-section  .main-title.line-gap .btn-wrap {
		display: none;
	}
	.new-list-section .item-wrap .title, 
	.new-list-section .item-wrap .title a{
		    font-size: 18px;
	}
	.new-list-section .item.full .content-wrap p,
	.new-list-section .item-wrap p{
		font-size:15px;
	}
	.news-page-section{
		padding-top: 60px;
    	padding-bottom: 60px;
	}
	.new-list-section .news-item-listing.grid-row .item .item-wrap {
		display: grid;
		grid-template-columns: 155px auto;
		gap: 20px;
	}
	.news-item-listing .item-wrap{
		gap:15px;
	}
	.news-item-listing .item-wrap p {
		display: none;
	}
	.new-list-section .img-holder,
	.new-list-section .img-holder a {
		height: 250px;
	}
	.new-list-section .item .img-holder,
	.new-list-section .item .img-holder a {
		height: 120px;
	}

	.new-list-section .item .time {
		font-size: 14px;
	}

	.new-list-section .news-item-listing .item .title,
	.new-list-section .news-item-listing .item .title a {
		font-size: 18px;
		margin-bottom: 0;
		display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
	}

	.news-item-listing.grid-row {
		gap: 0;
	}
	.new-list-section .news-item-listing .item .img-holder{
		margin-bottom:0
	}
    .new-list-section .news-item-listing.grid-row .item {
        margin-bottom: 10px;
        border-bottom: 1px solid var(--primary-color);
        padding-bottom: 10px;
		border-radius: 0;
    }
	.new-list-section .item.full .content-wrap p {
        display: none;
    }
	.new-list-section .news-item-listing.grid-row .item{
		padding-inline: 8px;
	}
	.latest-new-section .main-title .btn:not([aria-controls="filterPopup"]){
		display: none;
	}
	.latest-new-section .main-title .title-h2{
		font-size: 26px;
	}
	.new-list-section .mobile-show.btn-wrap{
		text-align:center;
		margin-top:20px;
		margin-bottom:20px;
	}
	.latest-new-section:has(.btn-wrap .filter-btn-icon) .main-title.line-gap .btn-wrap {
		display: block;
	}

	.latest-new-section:has(.btn-wrap .filter-btn-icon) .main-title.line-gap .btn-wrap button.btn.border-btn {
		font-size: 0;
		gap: 0;
		padding: 10px;
	}

	.latest-new-section:has(.btn-wrap .filter-btn-icon) .mobile-show.btn-wrap {
		display: none;
	}
	
	/* 	Popup CSS */
	
	.popup-panel{
		width: 100%;
	}
	.popup-modal {
		padding: 16px;
	}
	.main-title.line-gap.mb-4 {
		margin-bottom: 1.5rem !important;
	}
	.popup-panel button.popup-close{
		top: 26px;
	}
	.select-field-sty select{
		font-size: inherit;
	}
	.new-list-section .news-item-listing.grid-row{
		row-gap: 0;
	}
	.latest-new-section{
		padding-top: 40px;
	}
	.latest-new-section .new-list-section .item.full .content-wrap{
		padding: 16px;
	}
	.latest-new-section:has([aria-controls="filterPopup"]){
		padding-top: 16px !important;
	}	
	.latest-new-section [aria-controls="filterPopup"]{
		font-size: 0;
		display: block;
        padding: 8px 10px;
	}
	.latest-new-section:has([aria-controls="filterPopup"]) .main-title{
		align-items: center;
	}
	.latest-new-section:has([aria-controls="filterPopup"]) .main-title [class*="title-"]{
		margin-bottom: 0;
	}
}
@media screen and (max-width:575px){
	
	.news-page-section .new-list-section .item:not(.full) .item-wrap{
		font-size:14px
	}
}
/* News listing — inline search field beside the Filter button */
.latest-new-section .main-title .btn-wrap {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.latest-new-section .newslisting-search {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 1 240px;
}
.latest-new-section .newslisting-search .newslisting-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
	width: 20px;
    height: auto;
}
.latest-new-section .newslisting-search .newslisting-search-icon path {
    fill: var(--primary-color);
}
.latest-new-section .newslisting-search .newslisting-search-field {
    width: 100%;
    padding: 12px 14px 12px 40px;
    border: 3px solid var(--primary-color);
    border-radius: 8px;
    background: #fff;
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 16px;
	outline: none;
}
.latest-new-section.section-green-bg .newslisting-search .newslisting-search-icon path {
    fill: var(--primary-color);
}
.latest-new-section.section-green-bg .newslisting-search .newslisting-search-field {
    border-color: #fff;
}

@media screen and (max-width:767px){
	
	.latest-new-section .newslisting-search {
        flex: 0 0 calc(100% - 65px);
    }
	.latest-new-section .main-title {
		flex-direction: column;
		gap: 25px;
	}
	.latest-new-section .newslisting-search .newslisting-search-field{
		height:46px;
	}
	.latest-new-section [aria-controls="filterPopup"] {
		height: 46px;
		width: 65px;
	}
	.latest-new-section .main-title .block-title{
		width:100%;
	}
	.latest-new-section .main-title .btn-wrap {
    	width: 100%;
		flex-wrap: nowrap;
		justify-content: space-between;
		
	}
	.latest-new-section .main-title .btn-wrap:has(a.btn){
		display:none;
	}
}

@media screen and (max-width: 575px) {

}

/* Disabled state for the cross-locked filter dropdowns (Year / Month / Games) */
.filter-select-form .select-field-sty.is-disabled {
    opacity: 0.45;
    pointer-events: none;
}
.filter-select-form .select-field-sty select:disabled {
    cursor: not-allowed;
}
