#tribe-event-dialog{display:contents}.tribe-event-modal{padding:0;border:none;overflow:hidden;width:min(82rem,94vw);max-width:none;border-radius:var(--style-border-radius-popover, 1.2rem);box-shadow:0 2.5rem 6rem #0000002e}.tribe-event-modal[open]{display:flex;flex-direction:column;animation:modalSlideInTop var(--animation-speed) var(--animation-easing) forwards}.tribe-event-modal.dialog-closing{animation:modalSlideOutTop var(--animation-speed) var(--animation-easing) forwards}.tribe-event-modal__close{position:absolute;top:1.2rem;right:1.2rem;z-index:2;display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border-radius:50%;cursor:pointer;transition:background-color .15s ease}.tribe-event-modal__close:hover{background-color:rgba(var(--color-foreground),.06)}.tribe-event-modal__close .svg-wrapper{width:2rem;height:2rem}.tribe-event-modal__layout{display:grid;grid-template-columns:38rem 1fr;min-height:0;max-height:85dvh}.tribe-event-modal__summary{padding:2.8rem 3.2rem;border-right:.1rem solid rgba(2,77,69,.12);overflow-y:auto;background-color:#024d4512}.tribe-event-modal__image{width:6rem;height:6rem;object-fit:cover;border-radius:.8rem;margin-bottom:1.6rem}.tribe-event-modal__product-title{font-size:1.8rem;font-weight:700;line-height:1.35;margin:0 0 2rem}.tribe-event-modal__details{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.6rem}.tribe-event-modal__detail{display:flex;align-items:flex-start;gap:1.2rem}.tribe-event-modal__detail-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;color:rgba(var(--color-foreground),.55)}.tribe-event-modal__detail-value{display:block;font-size:1.5rem;font-weight:600;line-height:1.5}.tribe-event-modal__detail-sub{display:block;font-size:1.2rem;color:rgba(var(--color-foreground),.5);line-height:1.4}.tribe-event-modal__form{display:flex;flex-direction:column;padding:2.8rem 3.2rem;overflow-y:auto}.tribe-event-modal__heading{font-size:2.2rem;font-weight:700;margin:0 0 2rem;padding-right:3rem}.tribe-event-modal__fields{flex:1;display:flex;flex-direction:column;gap:1.8rem}.tribe-field{display:flex;flex-direction:column}.tribe-field label{font-size:1.4rem;font-weight:500;margin-bottom:.6rem;color:rgb(var(--color-foreground))}.tribe-field__input-wrapper{position:relative;display:flex;align-items:center}.tribe-field__icon{position:absolute;left:1.4rem;display:flex;align-items:center;color:rgba(var(--color-foreground),.35);pointer-events:none}.tribe-field__input-wrapper input,.tribe-event-modal .tribe-field__input-wrapper input:not([type=checkbox],[type=radio]){width:100%;padding:1.4rem 1.6rem 1.4rem 4.4rem;font-size:1.5rem;font-family:inherit;line-height:1.5;border-width:.1rem;border-style:solid;border-color:rgba(var(--color-foreground),.35);border-radius:1rem;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));-webkit-appearance:none;appearance:none;transition:border-color .15s ease,box-shadow .15s ease}.tribe-field__input-wrapper input:hover{border-color:rgba(var(--color-foreground),.3)}.tribe-field__input-wrapper input:focus-visible{outline:none;border-color:#024d45;box-shadow:0 0 0 .3rem #024d451f}.tribe-field__input-wrapper input::placeholder{color:rgba(var(--color-foreground),.38)}.tribe-field--checkbox{flex-direction:row;align-items:flex-start;gap:1rem;margin-top:.4rem}.tribe-field--checkbox input[type=checkbox]{flex-shrink:0;width:1.8rem;height:1.8rem;margin-top:.1rem;accent-color:#024D45;cursor:pointer}.tribe-field--checkbox label{margin-bottom:0;font-size:1.4rem;font-weight:400;line-height:1.5;cursor:pointer}.tribe-field--checkbox a{color:#024d45;text-decoration:underline;text-underline-offset:.3rem}.tribe-field--checkbox a:hover{text-decoration-thickness:.2rem}.tribe-event-modal__footer{padding-top:2.4rem;margin-top:auto;border-top:.1rem solid rgba(var(--color-foreground),.08)}.tribe-event-modal__confirm{width:100%;padding:1.4rem 2rem;font-size:1.5rem;font-weight:600;cursor:pointer;border-radius:.8rem;background-color:#024d45;color:#fff;border:none;transition:background-color .15s ease}.tribe-event-modal__confirm:hover{background-color:#013d37}@media screen and (max-width:749px){.tribe-event-modal{position:fixed;margin:auto 0 0;max-width:100%;width:100%;border-radius:0;border-top-left-radius:1.6rem;border-top-right-radius:1.6rem;max-height:95dvh;animation:tribeSlideUp var(--animation-speed, .3s) var(--animation-easing, ease) forwards}.tribe-event-modal.dialog-closing{animation:tribeSlideDown var(--animation-speed, .3s) var(--animation-easing, ease) forwards}.tribe-event-modal__layout:before{content:"";display:block;width:3.6rem;height:.4rem;border-radius:.2rem;background-color:rgba(var(--color-foreground),.2);margin:1rem auto 0;grid-column:1 / -1}.tribe-event-modal__layout{grid-template-columns:1fr;grid-template-rows:auto 1fr;max-height:95dvh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.tribe-event-modal__summary{border-right:none;border-bottom:.1rem solid rgba(2,77,69,.1);padding:1.2rem 2rem 1.6rem;overflow:visible;display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.2rem}.tribe-event-modal__image{width:5rem;height:5rem;margin-bottom:0;border-radius:.6rem}.tribe-event-modal__product-title{flex:1;min-width:0;font-size:1.5rem;margin:0;align-self:center;padding-right:3rem}.tribe-event-modal__details{width:100%;flex-direction:row;flex-wrap:wrap;gap:.6rem 1.6rem}.tribe-event-modal__detail{gap:.6rem;font-size:1.2rem}.tribe-event-modal__detail-icon{width:1.6rem;height:1.6rem}.tribe-event-modal__detail-icon svg{width:1.4rem;height:1.4rem}.tribe-event-modal__detail-value{font-size:1.2rem;font-weight:500}.tribe-event-modal__detail-sub{font-size:1rem}.tribe-event-modal__form{padding:1.6rem 2rem 0;overflow:visible}.tribe-event-modal__heading{font-size:1.8rem;margin-bottom:1.4rem;padding-right:0}.tribe-event-modal__fields{gap:1.4rem}.tribe-field label{font-size:1.3rem;margin-bottom:.4rem}.tribe-field__input-wrapper input,.tribe-event-modal .tribe-field__input-wrapper input:not([type=checkbox],[type=radio]){padding:1.2rem 1.4rem 1.2rem 4rem;font-size:1.4rem}.tribe-field__icon{left:1.2rem}.tribe-field__icon svg{width:1.6rem;height:1.6rem}.tribe-event-modal__footer{position:sticky;bottom:0;padding:1.4rem 2rem;margin:1.6rem -2rem 0;background-color:rgb(var(--color-background));border-top:.1rem solid rgba(var(--color-foreground),.08);box-shadow:0 -.4rem 1.2rem #0000000f}.tribe-event-modal__confirm{padding:1.4rem 2rem;font-size:1.5rem;border-radius:1rem}.tribe-event-modal__close{top:.6rem;right:.8rem;width:3.2rem;height:3.2rem}.tribe-event-modal__close .svg-wrapper{width:1.8rem;height:1.8rem}}@keyframes tribeSlideUp{0%{transform:translateY(100%);opacity:.5}to{transform:translateY(0);opacity:1}}@keyframes tribeSlideDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:.5}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/tribe-events.css.map */
