/* Events archive, tablet layer (≥768). Multi-column rows with right-aligned location. */
@media (min-width:768px){
	.events-archive-sec{padding:72px 0}
	.events-archive-sec h2{margin-bottom:32px}
	.events-archive-sec .ev-row{grid-template-columns:1fr 1.3fr auto auto;gap:24px;align-items:baseline}
	.events-archive-sec .ev-row .loc{text-align:right;white-space:nowrap}
	.events-archive-sec .ev-row .cc{margin-left:8px}
}
