.lt-event-lainnya-modern {
			margin: 48px 0 0 0;
			padding: 0;
		}
		.lt-event-lainnya-modern .lt-evlainnya-heading {
			font-size: 22px;
			font-weight: 700;
			letter-spacing: 2px;
			text-transform: uppercase;
			color: #004AAC;
			margin-bottom: 28px;
			text-align: left;
		}
		.lt-evlainnya-head {
			display: flex;
			align-items: center;
			justify-content: space-between;
			gap: 12px;
			margin-bottom: 18px;
		}
		.lt-evlainnya-all {
			font-size: 13px;
			font-weight: 700;
			color: #1a4fa0;
			text-decoration: none;
			text-transform: uppercase;
			letter-spacing: 1px;
		}
		.lt-evlainnya-all:hover { text-decoration: underline; }
		.lt-evlainnya-heading {
			font-size: 14px !important;
			font-weight: 400 !important;
			margin-bottom: 0 !important;
		}
		.lt-evlainnya-all {
			font-size: 14px !important;
			font-weight: 300 !important;
			color: #333333 !important;
		}
		.lt-evlainnya-grid {
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			gap: 28px;
			margin: 0;
		}
		.lt-ev-card {
			display: block;
			background: #fff;
			border-radius: 14px;
			box-shadow: 0 2px 16px rgba(0,0,0,0.07);
			text-decoration: none;
			color: inherit;
			overflow: hidden;
			transition: box-shadow 0.18s;
			border: 1.5px solid #f2f4f8;
		}
		.lt-ev-card:hover {
			box-shadow: 0 6px 24px rgba(0,64,160,0.13);
			border-color: #c7e0fa;
		}
		.lt-ev-thumb {
			width: 100%;
			aspect-ratio: 212/300;
			background: #e8e4de;
			display: flex;
			align-items: center;
			justify-content: center;
			overflow: hidden;
		}
		.lt-ev-thumb img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block;
			background: #e8e4de;
		}
		.lt-ev-placeholder {
			width: 100%;
			height: 100%;
			background: #e8e4de;
			min-height: 120px;
		}
		@media (max-width: 1100px) {
			.lt-evlainnya-grid { grid-template-columns: repeat(2, 1fr); }
		}
		@media (max-width: 700px) {
			.lt-evlainnya-grid { grid-template-columns: 1fr; }
		}
