.fallback-events__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media screen and (max-width:1024px){.fallback-events__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.fallback-events__grid{grid-template-columns:1fr}}.fallback-events-modal{max-width:100%!important;position:fixed;left:0;top:0;width:100vw;height:100vh;background:rgb(0 0 0 / .85);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:9999}.fallback-events-modal.is-visible{opacity:1;pointer-events:auto}.fallback-events-modal__overlay{position:absolute;left:0;top:0;width:100vw;height:100vh;cursor:pointer}.fallback-events-modal__inner{position:relative;width:90%;max-width:1200px;max-height:90vh;background:#fff;margin:5vh auto 0;padding:30px;overflow-y:auto;border-radius:8px}.fallback-events-modal__close{position:absolute;top:15px;right:15px;border:none;background:none;font-size:32px;cursor:pointer}.fallback-events-modal__image{width:100%;height:auto;margin:20px 0}.fallback-events-gallery-slider{margin:25px 0}.fallback-events-gallery-slide img{width:100%;height:auto;display:block;cursor:zoom-in}.fallback-events-modal .tns-outer{position:relative}.fallback-events-modal .tns-controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;align-items:center;z-index:10;pointer-events:none}.fallback-events-modal .tns-controls button{pointer-events:auto;background:rgb(255 255 255 / .95);border:none;padding:6px 12px;border-radius:999px;font-size:22px;cursor:pointer;box-shadow:0 2px 6px rgb(0 0 0 / .25);transition:background 0.2s ease,transform 0.2s ease}.fallback-events-modal .tns-controls button:first-child{margin-left:10px}.fallback-events-modal .tns-controls button:last-child{margin-right:10px}.fallback-events-modal .tns-controls button:hover{background:#fff;transform:scale(1.05)}@media screen and (max-width:768px){.fallback-events-modal .tns-controls button:first-child{margin-left:4px}.fallback-events-modal .tns-controls button:last-child{margin-right:4px}}