/* BREAKPOINT MOBILE */
@media (max-width: 768px) {
	
	.module.news .card .info {
		/*padding: 0 var(--gl-narrowest) var(--gl-narrowest) var(--gl-narrowest);*/
		padding: var(--gl-narrowest);
	}
	.module.news.featured {
		height: auto;
        width: 100%;
	}
	.module.news.related {
		display: grid;
	    grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.module.news.related .card {
		flex-direction: row;
		border-radius: var(--br-subtle);
	}
	.module.news.related .card .info {
		padding: var(--gl-micro-3) var(--gl-micro-4);
	}
	.module.news.related .card .info .title {
		line-height: 140%;
	}
	.module.news.related .image {
		width: unset;
	    height: 100%;
	}
	.module.news.related .metadata {
		display: none;
	}
	.module.news.allentries {
	}
	.module.news.allentries .news {
        height: 240px;
	}
	.module.news.allentries .card {
	    height: 100%;
		border-radius: var(--br-subtle);
	}
	.module.news.allentries .card .info {
        padding: var(--gl-micro-4) var(--gl-micro-4);
	}
	.module.news.allentries .card .info .title {
		line-height: 140%;
	}
	#info-terkini .highlightnews {
		height: unset;
	}

}