.front-event-detail{min-height:100vh;background:#fff;color:#1a1a1a}.front-event-detail__hero{position:relative;overflow:hidden;aspect-ratio:16/9;background:#f2f2f2}.front-event-detail__hero>img{display:block;width:100%;height:100%;object-fit:cover}.front-event-detail__hero-placeholder{display:grid;width:100%;height:100%;background:#f7e9f1;color:#e6007e;place-items:center}.front-event-detail__hero-placeholder .material-symbols-outlined{font-size:48px}.front-event-detail__hero-button{position:absolute;top:14px;display:grid;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:rgb(255 255 255/92%);color:#1a1a1a;place-items:center}.front-event-detail__hero-button .material-symbols-outlined{font-size:20px}.front-event-detail__hero-button--back{left:14px;text-decoration:none}.front-event-detail__hero-button--share{right:14px}.front-event-detail__hero-button--share:disabled{cursor:default;opacity:1}.front-event-detail__content{padding:16px}.front-event-detail__content>h1{margin:0;font-size:23px;font-weight:800;letter-spacing:-.5px;line-height:1.15}.front-event-detail__badges{display:flex;align-items:center;gap:8px;margin-top:10px}.front-event-detail__date-badge,.front-event-detail__price-badge{padding:5px 11px;border-radius:8px;font-size:11.5px;font-weight:700}.front-event-detail__date-badge{background:#1a1a1a;color:#fff}.front-event-detail__price-badge{background:#fce4f1;color:#e6007e;font-size:11px;font-weight:800}.front-event-detail__price-badge--paid{background:#fcf1e2;color:#b97400}.front-event-detail__venue{display:flex;align-items:center;gap:5px;margin:11px 0 0;color:#3a3a3a;font-size:13.5px}.front-event-detail__venue .material-symbols-outlined{color:#e6007e;font-size:18px}.front-event-detail__facts{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:16px}.front-event-detail__fact{min-width:0;padding:13px;border-radius:13px;background:#f6f6f7}.front-event-detail__fact h2{display:flex;align-items:center;gap:6px;margin:0;color:#767676;font-size:11px;font-weight:700}.front-event-detail__fact h2 .material-symbols-outlined{color:#e6007e;font-size:16px}.front-event-detail__fact p{margin:6px 0 0;overflow-wrap:anywhere;font-size:13px;font-weight:700;line-height:1.3}.front-event-detail__map{display:grid;height:150px;margin-top:16px;border:1px solid #ececec;border-radius:14px;background-color:#f7e9f1;background-image:linear-gradient(#e8cedb 1px,transparent 1px),linear-gradient(90deg,#e8cedb 1px,transparent 1px);background-size:30px 30px;color:#e6007e;place-items:center}.front-event-detail__map .material-symbols-outlined{font-size:40px;transform:translateY(-50%)}.front-event-detail__description{margin:16px 0 0;color:#2b2b2b;font-size:14px;line-height:1.65}.front-event-detail__photos h2{margin:20px 0 11px;font-size:16px;font-weight:800}.front-event-detail__gallery{display:flex;gap:10px;padding-bottom:4px}.front-event-detail__gallery img{width:150px;height:110px;flex:0 0 min(40vw,150px);border-radius:12px;object-fit:cover}.front-event-detail__schedule-button{display:flex;width:100%;align-items:center;justify-content:center;gap:7px;margin-top:20px;padding:15px;border:0;border-radius:14px;background:#e6007e;color:#fff;font-size:15px;font-weight:700}.front-event-detail__schedule-button .material-symbols-outlined{font-size:20px}
@media(max-width:340px){.front-event-detail__content{padding-right:12px;padding-left:12px}.front-event-detail__facts{gap:8px}.front-event-detail__fact{padding:11px}.front-event-detail__gallery img{flex-basis:42vw}}
.front-event-detail__schedule-button:disabled{cursor:default;opacity:1}
