.checkout-loading{justify-content:center;padding:48px 0}.checkout-loading,.checkout-loading-card{display:flex;align-items:center;width:100%}.checkout-loading-card{border:1px solid #e5e7ea;border-radius:8px;padding:32px;flex-direction:column;gap:16px;box-shadow:0 1px 1px 0 rgba(0,0,0,.12),0 2px 5px 0 rgba(103,110,118,.08);background:#ffffff}.checkout-loading-dots{display:flex;align-items:center;gap:8px}.checkout-loading-dot{width:10px;height:10px;background:#962e38;border-radius:50%;animation:checkout-pulse 1.2s ease-in-out infinite}.checkout-loading-dot:nth-child(2){animation-delay:.2s}.checkout-loading-dot:nth-child(3){animation-delay:.4s}@keyframes checkout-pulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.checkout-loading-text{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#9ea5ad;margin:0}.checkout-wrapper{width:100%}.checkout-card{border:1px solid #e5e7ea;border-radius:8px;padding:24px;display:flex;flex-direction:column;gap:16px;width:590px;box-shadow:0 1px 1px 0 rgba(0,0,0,.12),0 2px 5px 0 rgba(103,110,118,.08);background:#ffffff}@media (max-width:600px){.checkout-card{width:100%}}.checkout-form{display:flex;flex-direction:column;gap:16px}.checkout-error{border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:12px 16px;background:rgba(239,68,68,.05);display:flex;align-items:flex-start;gap:8px}.checkout-error-text{font-weight:400;color:#ef4444;margin:0}.checkout-error-text,.checkout-submit-btn{font-family:Inter,sans-serif;font-size:14px;line-height:20px}.checkout-submit-btn{width:100%;background:#962e38;color:#f1f1f1;border:none;border-radius:8px;padding:10px 18px;font-weight:600;cursor:pointer;position:relative;overflow:hidden;box-shadow:0 2px 5px 0 rgba(103,110,118,.08),0 0 0 1px rgba(103,110,118,.16),0 1px 1px 0 rgba(0,0,0,.12);transition:opacity .15s ease}.checkout-submit-btn:hover:not(:disabled){opacity:.9}.checkout-submit-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-submit-btn-content{display:flex;align-items:center;justify-content:center;gap:8px}.checkout-submit-btn-content--hidden{opacity:0}.checkout-submit-spinner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:8px}.checkout-spinner-ring{width:16px;height:16px;border:2px solid rgba(241,241,241,.3);border-top-color:#f1f1f1;border-radius:50%;animation:checkout-spin .6s linear infinite}@keyframes checkout-spin{to{transform:rotate(1turn)}}.checkout-spinner-text{font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:20px;color:#f1f1f1}.ed-icon-color,.like-btn *{color:var(--primary)}.ed-hero-wrapper{position:relative;display:flex;justify-content:center;overflow:hidden;background-size:cover;background-position:50%}.ed-hero-wrapper:before{content:"";position:absolute;inset:0;background:inherit;filter:blur(24px) brightness(.85);transform:scale(1.1)}.ed-hero-image{position:relative;height:300px;aspect-ratio:5/3;width:auto;margin-left:auto;margin-right:auto;display:block;object-fit:fill;z-index:1}@media (min-width:768px){.ed-content-layout{padding:24px 0}.ed-hero-image{height:450px}}@media (min-width:1024px){.ed-content-layout{flex-direction:row;gap:60px;padding:32px 0}}.ed-left-col{flex:1;min-width:0;display:flex;flex-direction:column}.ed-left-col--hidden{display:none}.ed-right-panel{width:100%;background:#ffffff;height:fit-content}.ed-right-panel--fixed{position:fixed;bottom:0;left:0;right:0;z-index:50;border-top:1px solid #e5e7ea}@media (min-width:1024px){.ed-right-panel{position:sticky;top:20px;width:500px;flex-shrink:0;border:1px solid #e5e7ea;border-radius:8px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.ed-right-panel--fixed{position:sticky;bottom:auto;border-top:1px solid #e5e7ea}}.ed-event-header{display:flex;flex-direction:column;gap:24px;padding-bottom:32px}.ed-title-row{display:flex;align-items:flex-start;gap:40px}.ed-event-title{flex:1;font-family:Inter,sans-serif;font-size:24px;font-weight:700;line-height:32px;color:#1a1d1f;margin:0}.ed-title-actions{gap:24px;flex-shrink:0}.ed-icon-btn,.ed-title-actions{display:flex;align-items:center}.ed-icon-btn{background:none;border:none;cursor:pointer;padding:0;justify-content:center;color:#1a1d1f}.ed-icon-btn:hover{opacity:.7}.ed-organizer-row{display:flex;align-items:center;gap:40px;flex-wrap:wrap}.ed-organizer-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:#1a1d1f}.ed-organizer-avatar-img{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.ed-organizer-name{font-family:Inter,sans-serif;font-size:14px;font-weight:700;line-height:20px;color:#1a1d1f}.ed-meta-info{display:flex;flex-direction:column;gap:12px}.ed-meta-row{display:flex;align-items:center;gap:12px}.ed-meta-icon{width:24px;height:24px;color:#1a1d1f;flex-shrink:0}.ed-meta-text{font-family:Inter,sans-serif;font-size:14px;font-weight:700;line-height:20px;color:#1a1d1f}.ed-view-all-dates-btn{display:flex;font-size:12px;font-weight:400;line-height:14.22px;color:var(--primary);cursor:pointer;margin-left:36px}.ed-dates-dialog-list{display:flex;flex-direction:column;gap:12px;padding-top:4px}.ed-dates-dialog-item{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--foreground)}.ed-dates-dialog-icon{width:16px;height:16px;flex-shrink:0;color:var(--muted-foreground)}.ed-section-divider{border:none;border-top:1px solid #e5e7ea;width:100%;margin:0}.ed-section{padding:32px 0}.ed-section-heading{font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:30px;color:#962e38;margin:0 0 12px}.ed-section-body{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#1a1d1f;margin-top:12px}.ed-tags-row{display:flex;flex-wrap:wrap;gap:24px;margin-top:12px}.ed-tag{display:inline-flex;align-items:center;justify-content:center;border:1px solid #962e38;padding:8px 12px;border-radius:8px;color:#962e38;font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:24px;white-space:nowrap;background:transparent}.ed-location-address-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:12px}.ed-location-address-text{flex:1;display:flex;flex-direction:column;gap:0}.ed-location-venue{font-weight:700;margin:0 0 16px}.ed-location-address,.ed-location-venue{font-family:Inter,sans-serif;font-size:16px;line-height:24px;color:#1a1d1f}.ed-location-address{font-weight:400;margin:0 0 4px}.ed-location-address:last-child{margin-bottom:0}.ed-show-map-btn{background:#ffffff;border:none;border-radius:8px;padding:10px 18px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:20px;color:#962e38;cursor:pointer;box-shadow:0 2px 5px 0 rgba(103,110,118,.08),0 0 0 1px rgba(103,110,118,.16),0 1px 1px 0 rgba(0,0,0,.12);white-space:nowrap;flex-shrink:0}.ed-show-map-btn:hover{box-shadow:0 2px 8px 0 rgba(103,110,118,.15),0 0 0 1px rgba(103,110,118,.2),0 1px 1px 0 rgba(0,0,0,.12)}.ed-org-row{gap:40px;margin-top:12px;flex-wrap:wrap}.ed-org-link,.ed-org-row{display:flex;align-items:center}.ed-org-link{gap:12px;font-size:14px;font-weight:700;line-height:20px;color:#1a1d1f;text-decoration:none}.ed-agenda-item{display:flex;flex-direction:column;gap:0;margin-bottom:12px}.ed-agenda-item:last-child{margin-bottom:0}.ed-agenda-date,.ed-agenda-title{margin:0 0 4px}.ed-agenda-body,.ed-agenda-date,.ed-agenda-title{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#1a1d1f}.ed-agenda-body{margin:0}.ed-agenda-host{display:flex;align-items:center;gap:10px;margin-bottom:16px}.ed-agenda-host-avatar{width:32px;height:32px;border-radius:50%;object-fit:contain;flex-shrink:0}.ed-agenda-host-info{display:flex;flex-direction:column}.ed-agenda-host-name{font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:20px;color:#1a1d1f;margin:0}.ed-agenda-host-title{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#6b7280;margin:0}.single-event-detail-section{padding:25px 0}.single-event-detail-content>.featured-image{margin-bottom:120px}.event-order-detail{display:grid;grid-template-columns:calc(58% - 30px) calc(42% - 30px);gap:60px;align-items:start}.event-order-form-wrap .back-btn svg{color:var(--primary);display:inline-block;margin-right:6px}.event-order-form-wrap .back-btn{margin-bottom:24px}.event-order-form-wrap .heading-wrap .entry-title{margin-bottom:4px}.event-order-form-wrap .heading-wrap{padding-bottom:40px;border-bottom:2px solid var(--white-smoke)}.event-order-form-wrap .heading-wrap p{margin-bottom:24px}.event-order-form-wrap .remaining-time-calculation{font-weight:700}.event-order-form-wrap .remaining-time-calculation span{margin-left:12px;color:var(--primary);border:1px solid var(--primary);border-radius:8px;padding:8px 12px;display:inline-block}.event-order-form-wrap .attendee-info-content{padding:40px 0}.event-order-form-wrap .attendee-info-content:last-child{border-bottom:none}.event-order-form-wrap .attendee-info-content .entry-title{color:var(--primary)}.event-order-form-wrap .attendee-info-content .input-wrap{padding:12px 0;max-width:320px}.event-order-form-wrap .buttons-wrap button{width:fit-content}.event-order-form-wrap .buttons-wrap .btn-primary{margin-right:20px}.event-order-summary{box-shadow:0 3px 8px rgba(0,0,0,.24);padding:24px;border-radius:8px;font-size:14px;position:sticky;top:20px}.event-order-summary .heading-wrap{display:flex;gap:20px;justify-content:space-between;align-items:flex-start}.event-order-summary .heading-wrap .entry-title{font-size:24px;color:var(--primary);margin-bottom:24px}.event-order-summary .cart-icon svg{display:inline-block;margin-right:6px}.event-order-summary .heading-wrap .cart-actions{display:flex;gap:8px}.event-order-summary .heading-wrap .cart-dropdown{border:2px solid var(--light-gray);border-radius:4px;padding:0 2px}.event-order-summary .payment-method{display:flex;gap:20px;justify-content:space-between;align-items:center;margin-bottom:24px}.event-order-summary .payment-method h6{margin-bottom:0}.event-order-summary .tickets-list{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.event-order-summary .ticket-item{display:flex;gap:20px;justify-content:space-between}.event-order-summary .ticket-item .ticket-item-price{font-size:18px;font-weight:700}.event-order-summary .ticket-item .quantity-number{margin-left:4px}.event-order-summary .ticket-fee-breakdown{padding:16px 0;border-width:2px 0;border-style:solid;border-color:var(--light-gray);margin-bottom:16px}.event-order-summary .ticket-fee-breakdown .ticket-fee-item{display:flex;gap:20px;justify-content:space-between}.event-order-summary .ticket-fee-breakdown .quick-info{color:var(--primary)}.event-order-summary .ticket-fee-breakdown .item-label:has(.quick-info){display:flex;align-items:center;gap:8px}.event-order-summary .ticket-total-fee{display:flex;gap:20px;justify-content:space-between;margin-bottom:12px;font-weight:700;font-size:16px}.event-order-summary .ticket-promo-code .input-wrap{display:flex;gap:12px}.event-order-summary .tot-toggle-btn{width:100%;margin:12px 0}.event-order-summary-fixed{background:var(--white)}.payment-page-container{display:flex;gap:60px;align-items:flex-start;padding:40px 0}.payment-left-col{flex:1;min-width:0;gap:40px}.payment-header,.payment-left-col{display:flex;flex-direction:column}.payment-header{gap:24px}.payment-back-link{display:flex;align-items:center;gap:12px;background:none;border:none;cursor:pointer;padding:0;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#1a1d1f;text-decoration:none}.payment-back-link:hover{opacity:.7}.payment-title-section{display:flex;flex-direction:column;gap:24px}.payment-title-wrap{display:flex;flex-direction:column;gap:4px}.payment-title{font-size:24px;font-weight:700;line-height:32px}.payment-subtitle,.payment-title{font-family:Inter,sans-serif;color:#1a1d1f;margin:0}.payment-subtitle{font-size:16px;font-weight:400;line-height:24px}.payment-remaining-time{display:flex;align-items:center;gap:12px}.payment-remaining-time-label{color:#1a1d1f}.payment-remaining-time-label,.payment-time-badge{font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:24px}.payment-time-badge{border:1px solid #962e38;border-radius:8px;padding:8px 12px;color:#962e38}.payment-divider{border:none;border-top:1px solid #e5e7ea;width:100%;margin:0}.payment-right-panel{width:500px;flex-shrink:0}@media only screen and (max-width:1199px){.single-event-detail-section{padding:70px 0}.single-event-detail-content>.featured-image{margin-bottom:100px}.payment-page-container{padding:40px 60px}}@media only screen and (max-width:1023px){.single-event-detail-section{padding:60px 0}.single-event-detail-content>.featured-image{margin-bottom:80px}.payment-page-container{flex-direction:column;padding:24px;gap:24px}.payment-right-panel{width:100%}}@media only screen and (max-width:992px){.single-event-detail-section{padding:40px 0}.event-order-detail{grid-template-columns:calc(55% - 16px) calc(45% - 16px);gap:32px}.event-order-summary{padding:22px}.event-order-summary .heading-wrap .entry-title{font-size:22px}.single-event-detail-content>.featured-image{margin-bottom:60px}}@media only screen and (max-width:767px){.single-event-detail-section{padding:24px 0}.payment-page-container{padding:16px;gap:16px}.event-order-detail{grid-template-columns:100%}.event-order-form-wrap .heading-wrap{padding-bottom:24px}.event-order-form-wrap .attendee-info-content{padding:24px 0}.event-order-detail .ticket-fee-breakdown{margin-bottom:20px;padding:20px 0}.single-event-detail-content>.featured-image{margin-left:calc(-100vw / 2 + 100% / 2);margin-right:calc(-100vw / 2 + 100% / 2);margin-bottom:40px}}@media only screen and (max-width:575px){.single-event-detail-content>.featured-image{margin-bottom:24px}}.mob-checkout-container{display:flex;flex-direction:column;gap:16px;padding:24px 16px}.mobile-total{position:fixed;bottom:0;left:0;right:0;z-index:50;display:flex;flex-direction:column;align-items:center;gap:8px;padding-top:24px;padding-left:16px;padding-right:16px;background:#ffffff;border-top:1px solid #e5e7ea;border-top-left-radius:24px;border-top-right-radius:24px}.mobile-total__button-wrap{width:100%}.mobile-total__btn{display:block;width:100%;background:#962e38;color:#f1f1f1;border:none;border-radius:8px;padding:10px 18px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:20px;cursor:pointer;text-align:center;box-shadow:0 2px 5px 0 rgba(103,110,118,.08),0 0 0 1px rgba(103,110,118,.16),0 1px 1px 0 rgba(0,0,0,.12);transition:background .15s ease}.mobile-total__btn:hover{background:#7d2530}.mobile-total__price{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#1a1d1f;margin:0}.mobile-total__home-indicator-wrap{height:35px;width:100%;display:flex;align-items:flex-end;justify-content:center;padding-bottom:8px}.mobile-total__home-indicator{width:36%;height:5px;background:#9ea5ad;border-radius:100px}