.pco-upcoming-events{max-width:1400px;margin:0 auto;padding:40px 20px}.pco-upcoming-events h2{text-align:center;margin-bottom:40px;font-size:2.4rem}.pco-events-grid{display:grid;gap:30px;grid-template-columns:1}.pco-event-card{background:white;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,0.12);transition:transform 0.25s ease}.pco-event-card:hover{transform:translateY(-8px)}.pco-event-image{width:100%;height:220px;object-fit:cover}.pco-event-content{padding:1.5rem}.pco-event-title{margin:0 0 0.8rem;font-size:1.45rem;font-weight:600}.pco-event-desc{margin:0 0 1rem;color:#555;font-size:0.95rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.pco-event-time,.pco-event-location{margin:0.6rem 0;font-size:0.95rem;font-weight:500;color:#444}.pco-event-button{display:inline-block;margin-top:1rem;padding:0.75rem 1.5rem;background:#0073aa;color:white;text-decoration:none;border-radius:8px;font-weight:600}.pco-event-button:hover{background:#005a87}@media (min-width:640px){.pco-events-grid{grid-template-columns:repeat(2,48%)}}@media (min-width:900px){.pco-events-grid{grid-template-columns:repeat(3,32%)}}@media (min-width:1400px){.pco-events-grid{grid-template-columns:repeat(4,23.5%)}}