.orl-events-module{font-family:inherit;padding:70px 0}.orl-events-inner{margin-left:auto;margin-right:auto;max-width:var(--content-max-width,1200px)}.orl-events-header{margin-bottom:28px;max-width:760px}.orl-events-header h2{font-family:inherit;font-size:clamp(28px,3vw,44px);font-weight:inherit;line-height:1.12;margin:0 0 12px}.orl-events-header p{font-family:inherit;font-size:inherit;line-height:1.6;margin:0}.orl-events-filters{display:flex;gap:16px;margin-bottom:28px}.orl-events-filters select{background:#fff;border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:inherit;line-height:1.4;max-width:320px;padding:10px 14px;width:100%}.orl-events-list{display:grid;gap:22px;grid-template-columns:repeat(3,minmax(0,1fr))}.orl-event-card{background:#fff;border:1px solid #ddd;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.06);display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.orl-event-card:hover{box-shadow:0 12px 34px rgba(0,0,0,.12);transform:translateY(-3px)}.orl-event-card.is-clickable{cursor:pointer}.orl-event-image{aspect-ratio:16/9;background:#f3f3f3;overflow:hidden;position:relative}.orl-event-image img{height:100%;object-fit:cover;width:100%}.orl-event-badge{background:#1d98a6;border-radius:999px;color:#fff;font-size:13px;font-weight:700;left:12px;padding:6px 10px;position:absolute;top:12px}.orl-event-body{display:flex;flex:1;flex-direction:column;padding:20px}.orl-event-date{color:#1d98a6}.orl-event-date,.orl-event-type{font-weight:700;margin-bottom:10px}.orl-event-type{font-size:.9em;letter-spacing:.04em;text-transform:uppercase}.orl-event-card h3{font-family:inherit;font-size:clamp(21px,1.8vw,30px);font-weight:inherit;line-height:1.15;margin:0 0 10px}.orl-event-description,.orl-event-location{line-height:1.6;margin:0 0 14px}.orl-event-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.orl-event-button{align-items:center;background:#1d98a6;border-radius:999px;color:#fff;display:inline-flex;font-weight:700;justify-content:center;padding:10px 16px;text-decoration:none}.orl-event-button.secondary{background:transparent;border:1px solid #1d98a6;color:#1d98a6}.orl-events-empty{background:#fff;border:1px solid #ddd;border-radius:14px;padding:24px}@media (max-width:991px){.orl-events-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.orl-events-module{padding:44px 0}.orl-events-list{grid-template-columns:1fr}.orl-events-filters select{max-width:none}}