.bfs-event-gallery{display:grid;grid-template-columns:repeat(var(--bfs-event-columns,4),minmax(0,1fr));gap:28px}
.bfs-event-card{min-width:0;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.06)}
.bfs-event-card>button{display:flex;flex-direction:column;width:100%;height:100%;padding:0;border:0;border-radius:0;background:transparent;color:#141414;text-align:left;font:inherit;cursor:pointer}
.bfs-event-card>button:focus-visible{outline:3px solid #b8272e;outline-offset:-3px}
.bfs-event-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.bfs-event-card__body{display:block;flex:1;width:100%;min-height:140px;padding:28px 26px 20px}
.bfs-event-card__body strong{display:block;font-size:18px;line-height:1.35}
.bfs-event-card__footer{display:flex;flex-direction:column;gap:6px;width:100%;padding:16px 26px;border-top:1px solid #e0e0e0}
.bfs-event-card__date,.bfs-event-card__location{display:block;font-size:14px;line-height:1.35;color:#666}
.bfs-event-card__location{font-weight:600}
.bfs-event-dialog{width:min(92vw,720px);max-height:min(90vh,850px);padding:0;overflow:auto;border:0;border-radius:18px;color:#141414;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.3)}
.bfs-event-dialog::backdrop{background:rgba(10,10,10,.76);backdrop-filter:blur(3px)}
.bfs-event-dialog__close{position:absolute;z-index:2;top:16px;right:16px;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid rgba(20,20,20,.12);border-radius:50%;background:#fff;color:#141414;font-size:26px;line-height:1;box-shadow:0 4px 16px rgba(0,0,0,.16);cursor:pointer}
.bfs-event-dialog__close:hover{background:#f7f7f7}
.bfs-event-dialog__close:focus-visible{outline:3px solid #b8272e;outline-offset:2px}
.bfs-event-detail__image img{display:block;width:100%;height:clamp(min(var(--bfs-event-image-min,220px),var(--bfs-event-image-max,420px)),42vh,var(--bfs-event-image-max,420px));object-fit:cover}
.bfs-event-detail__body{padding:34px 38px 38px}
.bfs-event-detail__eyebrow{margin:0 0 8px;color:#b8272e;font-size:11px;font-weight:700;letter-spacing:.08em}
.bfs-event-detail h2{margin:0 0 22px;font-size:clamp(24px,2.5rem,34px);font-weight:700;line-height:1.2;color:#141414}
.bfs-event-detail__meta{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 26px}
.bfs-event-detail__meta-item{display:flex;flex:1 1 180px;flex-direction:column;gap:4px;min-width:0;padding:13px 16px;border:1px solid #e8e8e8;border-radius:10px;background:#f7f7f7;color:#141414;font-size:15px;font-weight:600;line-height:1.4;overflow-wrap:anywhere}
.bfs-event-detail__meta-label{font-size:10px;font-weight:800;letter-spacing:.1em;color:#666}
.bfs-event-detail__form label{display:block;margin-bottom:8px;font-weight:700;line-height:1.4}
.bfs-event-detail__hint{margin:0 0 12px;color:#666;font-size:14px}
.bfs-event-detail__answer{display:flex;flex-direction:column;gap:12px}
.bfs-event-detail__answer input{width:100%;min-width:0;min-height:48px;border:1px solid #d0d0d0;border-radius:10px;padding:10px 14px;font-size:16px}
.bfs-event-detail__answer input:focus-visible{outline:2px solid #b8272e;outline-offset:2px}
.bfs-event-detail__answer button,.bfs-event-detail__link{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;border:0;border-radius:10px;padding:12px 20px;background:#b8272e;color:#fff;text-decoration:none;font-size:15px;font-weight:700;cursor:pointer;transition:background-color .2s ease,transform .2s ease}
.bfs-event-detail__answer button:hover,.bfs-event-detail__link:hover{background:#911e24;color:#fff}
.bfs-event-detail__answer button:hover,.bfs-event-detail__link:hover{transform:translateY(-1px)}
.bfs-event-detail__answer button:disabled{opacity:.7;cursor:wait}
.bfs-event-detail__error{padding:10px 12px;border-left:3px solid #b8272e;background:#fce9ea;color:#6e151a}
.bfs-event-single{max-width:720px;margin:32px auto;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff}
.bfs-event-dialog--gallery{width:min(94vw,1100px);max-height:92vh}
.bfs-event-remote{padding:30px 38px 38px;color:#141414}
.bfs-event-remote__heading{padding-right:48px;margin-bottom:24px}
.bfs-event-remote__eyebrow{margin:0 0 8px;color:#b8272e;font-size:11px;font-weight:800;letter-spacing:.1em}
.bfs-event-remote h2{margin:0 0 6px;font-size:clamp(24px,3vw,36px);line-height:1.2}
.bfs-event-remote__count{margin:0;color:#666;font-size:14px}
.bfs-event-remote__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.bfs-event-remote__card{display:flex;flex-direction:column;width:100%;padding:0;overflow:hidden;border:1px solid #e0e0e0;border-radius:12px;background:#fff;color:#141414;text-align:left;cursor:pointer}
.bfs-event-remote__card:hover{border-color:#b8272e;box-shadow:0 8px 20px rgba(0,0,0,.1)}
.bfs-event-remote__card img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}
.bfs-event-remote__card span{padding:12px 14px;font-size:14px;font-weight:700}
.bfs-event-remote__back{margin:0 0 20px;padding:0;border:0;background:transparent;color:#b8272e;font-size:14px;font-weight:700;cursor:pointer}
.bfs-event-remote__viewer-title{padding-right:48px}
.bfs-event-remote__frame{display:grid;place-items:center;min-height:220px;margin:20px 0 16px;border-radius:12px;background:#141414;overflow:hidden}
.bfs-event-remote__frame img,.bfs-event-remote__frame video{display:block;max-width:100%;max-height:65vh;object-fit:contain}
.bfs-event-remote__nav{display:flex;justify-content:space-between;gap:12px}
.bfs-event-remote__nav button{min-height:42px;padding:9px 16px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;color:#141414;cursor:pointer}
.bfs-event-remote__nav button:disabled{opacity:.45;cursor:default}
.bfs-event-remote__loading{padding:50px 30px;text-align:center;color:#666}
.bfs-event-remote button:focus-visible{outline:3px solid #b8272e;outline-offset:2px}
.bfs-event-gallery__pages{display:flex;gap:8px;margin:24px 0}
.bfs-event-gallery__pages a{min-width:36px;padding:7px 10px;border:1px solid #e0e0e0;border-radius:6px;text-align:center;text-decoration:none}
.bfs-event-gallery__pages a[aria-current]{background:#141414;color:#fff}
@media(max-width:900px){.bfs-event-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.bfs-event-remote__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){.bfs-event-gallery{gap:10px}.bfs-event-card__body{min-height:110px;padding:12px}.bfs-event-card__body strong{font-size:15px}.bfs-event-card__footer{padding:10px 12px}.bfs-event-card__date,.bfs-event-card__location{font-size:12px}.bfs-event-detail__body{padding:24px 20px 28px}.bfs-event-detail__meta{gap:8px}.bfs-event-detail__meta-item{flex-basis:130px}.bfs-event-dialog{width:calc(100vw - 20px)}}
@media(max-width:600px){.bfs-event-remote{padding:24px 16px}.bfs-event-remote__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.bfs-event-remote__card span{padding:9px 10px;font-size:12px}.bfs-event-remote__frame img,.bfs-event-remote__frame video{max-height:55vh}}
