.event-refunds{flex-direction:column;gap:24px;display:flex}.event-refunds p{letter-spacing:0;font-size:16px;font-weight:700;line-height:112%}.event-refunds__info{flex-direction:column;gap:4px;display:flex}.event-refunds__info p{letter-spacing:0;font-size:16px;font-weight:500;line-height:130%}.event-refunds__info span{color:var(--placeholder-color);letter-spacing:0;font-size:14px;font-weight:500;line-height:112%}@media (max-width:768px){.event-refunds{gap:20px}.event-refunds p{font-size:20px;line-height:24px}.event-refunds__info p{letter-spacing:0;font-size:16px;font-weight:500;line-height:24px}.event-refunds__info span{color:var(--placeholder-color);letter-spacing:0;font-size:16px;font-weight:400;line-height:24px}}
.sticky-book-button{z-index:1000;background:linear-gradient(#0000 0%,#000c 22.63%,#000 55.49%);justify-content:center;align-items:center;width:100%;height:126px;padding:16px 0 20px;transition:all .3s;display:flex;position:sticky;bottom:0}.sticky-book-button button{color:var(--light-color);cursor:pointer;-webkit-tap-highlight-color:#0000;touch-action:manipulation;-webkit-user-select:none;user-select:none;background:#ff0c01;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:500px;height:48px;padding:0 40px;font-size:16px;font-weight:700;line-height:130%;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #ffffff26}@media (hover:hover) and (pointer:fine){.sticky-book-button button:hover{background:#ff3b32;transform:translateY(-2px)scale(1.02)}}.sticky-book-button button:active{transform:translateY(0)scale(.98);box-shadow:0 2px 8px #fff3}.sticky-book-button button:focus,.sticky-book-button button:focus-visible{outline:none}.sticky-book-button button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none;background:#5c5c5f;transform:none}.sticky-book-button button:disabled:hover,.sticky-book-button button:disabled:active{background:#5c5c5f;transform:none}.sticky-book-button__button--loading:disabled{cursor:progress;opacity:1;background:#ff0c01;box-shadow:0 4px 12px #ffffff26}.sticky-book-button__button--loading:disabled:hover,.sticky-book-button__button--loading:disabled:active{background:#ff0c01}.sticky-book-button__spinner{border:2px solid #ffffff59;border-top-color:var(--light-color);border-radius:9999px;width:16px;height:16px;animation:.75s linear infinite sticky-book-button-spin}@media (max-width:768px){.sticky-book-button{height:calc(148px + env(safe-area-inset-bottom,0px));padding:16px 16px calc(44px + env(safe-area-inset-bottom,0px));align-items:flex-end}.sticky-book-button button{width:100%;font-size:14px;font-weight:500;line-height:16px}.sticky-book-button--sticky{padding:16px}.sticky-book-button--sticky button{font-weight:700}}@keyframes sticky-book-button-spin{to{transform:rotate(360deg)}}
.event-participants-short{opacity:0;flex-direction:column;align-items:center;gap:14px;width:100%;transition:opacity .6s,transform .6s;display:flex;position:relative;transform:translateY(20px)}.event-participants-short--visible{opacity:1;transform:translateY(0)}.event-participants-short__participants{flex-direction:row;gap:9px;display:flex}.event-participants-short__text{letter-spacing:0;text-align:center;margin-top:10px;font-size:16px;font-weight:500;line-height:125%}.event-participants-short__participant{border:1px solid var(--Color-Gray-600,#303036);border-radius:50%;width:40px;height:40px;position:relative;overflow:hidden}.event-participants-short__participant--last{position:relative}.event-participants-short__image{object-fit:cover;border-radius:50%}.event-participants-short__overlay{color:#fff;background:linear-gradient(#1d201f,#1d201f),linear-gradient(#0003,#0003);justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex;position:absolute;inset:0}.participants-popup{text-align:center;min-width:340px;max-height:80vh;padding:24px;overflow-y:auto}.participants-popup__title{margin-bottom:16px;font-size:20px;font-weight:600}.participants-popup__list{flex-direction:column;gap:12px;display:flex}.participants-popup__item{justify-content:flex-start;align-items:center;gap:10px;display:flex}.participants-popup img{border-radius:50%}
