.event-calendar,.event-calendar *{box-sizing:border-box}.event-calendar{background:var(--calendar-bg);border:var(--calendar-border-width) solid var(--calendar-border);border-radius:var(--calendar-radius);color:var(--calendar-text);font-size:var(--calendar-font-size);font-style:var(--calendar-font-style);font-weight:var(--calendar-font-weight);line-height:var(--calendar-line-height);overflow:hidden}.event-calendar__navigation{align-items:center;background:var(--nav-bg);border-bottom:var(--calendar-border-width) solid var(--calendar-border);color:var(--nav-text);display:grid;font-size:var(--nav-font-size);font-style:var(--nav-font-style);font-weight:var(--nav-font-weight);gap:16px;grid-template-columns:auto 1fr auto;line-height:var(--nav-line-height);padding:12px}.event-calendar__selectors{align-items:center;display:flex;gap:8px;justify-content:center}.event-calendar__month-select,.event-calendar__year-select{background:var(--nav-button-bg);border:1px solid var(--nav-button-border);border-radius:var(--nav-button-radius);color:var(--nav-button-text);cursor:pointer;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;padding:9px 36px 9px 12px}.event-calendar__month-select{min-width:170px}.event-calendar__year-select{min-width:120px}.event-calendar__nav-button{align-items:center;background:var(--nav-button-bg);border:1px solid var(--nav-button-border);border-radius:var(--nav-button-radius);color:var(--nav-button-text);cursor:pointer;display:flex;font-family:inherit;font-size:30px;font-style:inherit;font-weight:inherit;height:44px;justify-content:center;line-height:1;padding:0;width:44px}.event-calendar__nav-button:hover{opacity:.85}.event-calendar__weekdays{background:var(--weekday-bg);border-bottom:var(--calendar-border-width) solid var(--calendar-border);color:var(--weekday-text);display:grid;font-size:var(--weekday-font-size);font-style:var(--weekday-font-style);font-weight:var(--weekday-font-weight);grid-template-columns:repeat(7,minmax(0,1fr));line-height:var(--weekday-line-height)}.event-calendar__weekdays>div{padding:12px 8px;text-align:center}.event-calendar__grid{background:var(--calendar-bg);display:grid;grid-template-columns:repeat(7,minmax(0,1fr));touch-action:pan-y}.event-calendar__day{background:var(--day-bg);border-bottom:var(--calendar-border-width) solid var(--calendar-border);border-right:var(--calendar-border-width) solid var(--calendar-border);color:var(--day-text);font-size:var(--day-font-size);font-style:var(--day-font-style);font-weight:var(--day-font-weight);line-height:var(--day-line-height);min-height:var(--day-min-height);min-width:0;padding:8px;position:relative}.event-calendar__day:nth-child(7n){border-right:0}.event-calendar__day--outside{background:var(--outside-bg);color:var(--outside-text)}.event-calendar__date-number{align-items:center;border-radius:50%;color:inherit;display:inline-flex;font-size:inherit;font-style:inherit;font-weight:inherit;justify-content:center;line-height:1;margin-bottom:6px;min-height:28px;min-width:28px}.event-calendar__day--today
.event-calendar__date-number{background:var(--today-bg);color:var(--today-text)}.event-calendar__events{display:flex;flex-direction:column;gap:5px}.event-calendar__event{border:0;border-radius:var(--event-radius);cursor:pointer;display:block;font-family:inherit;hyphens:none!important;min-width:0;overflow:hidden;overflow-wrap:normal!important;padding:6px 8px;text-align:left;white-space:normal!important;width:100%;word-break:normal!important}.event-calendar__event--darts{background:var(--darts-bg);color:var(--darts-text)}.event-calendar__event--pool{background:var(--pool-bg);color:var(--pool-text)}.event-calendar__event--private_event{background:var(--private-event-bg);color:var(--private-event-text)}.event-calendar__event--social_event{background:var(--social-event-bg);color:var(--social-event-text)}.event-calendar__event--other{background:var(--other-bg);color:var(--other-text)}.event-calendar__event--closed{background:var(--closed-bg);color:var(--closed-text)}.event-calendar__event-time{font-size:var(--event-time-font-size);font-style:var(--event-time-font-style);font-weight:var(--event-time-font-weight);margin-bottom:2px;opacity:.9;white-space:nowrap!important;word-break:keep-all!important}.event-calendar__event-time,.event-calendar__event-title{color:inherit;display:block;line-height:1.3;overflow-wrap:normal!important}.event-calendar__event-title{font-size:var(--event-title-font-size);font-style:var(--event-title-font-style);font-weight:var(--event-title-font-weight);hyphens:none!important;white-space:normal!important;text-wrap:pretty;word-break:normal!important}.event-calendar__dialog{background:var(--calendar-bg);border:0;border-radius:var(--calendar-radius);color:var(--calendar-text);font-size:var(--calendar-font-size);font-style:var(--calendar-font-style);font-weight:var(--calendar-font-weight);line-height:var(--calendar-line-height);margin:auto;max-height:calc(100vh - 40px);max-width:620px;padding:0;width:min(620px,calc(100vw - 32px))}.event-calendar__dialog::backdrop{background:rgba(0,0,0,.55)}.event-calendar__dialog-inner{padding:28px;position:relative}.event-calendar__dialog-close{align-items:center;background:transparent;border:0;color:var(--calendar-text);cursor:pointer;display:flex;font-family:inherit;font-size:28px;height:36px;justify-content:center;line-height:1;padding:0;position:absolute;right:12px;top:12px;width:36px}.event-calendar__dialog-type{border-radius:var(--event-radius);display:inline-block;font-family:inherit!important;font-size:var(--event-title-font-size);font-style:var(--event-title-font-style);font-weight:var(--event-title-font-weight);line-height:1.3;margin:0 0 12px;padding:5px 9px;text-transform:none!important}.event-calendar__dialog-title{font-size:32px!important;font-style:normal!important;font-weight:700!important;letter-spacing:normal!important;line-height:1.15!important;margin:0 40px 8px 0!important}.event-calendar__dialog-date,.event-calendar__dialog-title{color:var(--calendar-text)!important;font-family:inherit!important;padding:0!important;text-transform:none!important}.event-calendar__dialog-date{font-size:16px!important;font-weight:600!important;line-height:1.4!important;margin:0 0 18px!important}.event-calendar__dialog-description{margin-bottom:16px}.event-calendar__dialog-description:empty,.event-calendar__dialog-details:empty{display:none}.event-calendar__dialog-link-wrap{margin-top:20px}.event-calendar__dialog-link{background:var(--nav-button-bg);border:1px solid var(--nav-button-border);border-radius:var(--nav-button-radius);color:var(--nav-button-text);display:inline-block;font-family:inherit;font-size:var(--nav-font-size);font-style:var(--nav-font-style);font-weight:var(--nav-font-weight);padding:9px 16px;text-decoration:none}.event-calendar__dialog-link:hover{opacity:.85}.event-calendar__sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.event-calendar__opening-hours{color:inherit;font-size:clamp(10px,.72vw,13px);font-weight:600;line-height:1.15;max-width:none;opacity:.8;overflow-wrap:normal!important;pointer-events:none;position:absolute;right:8px;text-align:right;top:11px;white-space:nowrap!important;word-break:keep-all!important}.event-calendar__opening-hours--closed{font-weight:700}.event-calendar{margin-left:auto;margin-right:auto;max-width:none;width:75%}.event-calendar__date-number,.event-calendar__event,.event-calendar__event *,.event-calendar__opening-hours{hyphens:none!important;overflow-wrap:normal!important;word-break:normal!important}@media (max-width:1100px){.event-calendar{width:92%}.event-calendar__event-title{font-size:clamp(12px,1.35vw,var(--event-title-font-size))}.event-calendar__event-time{font-size:clamp(10px,1.05vw,var(--event-time-font-size))}}@media (max-width:767px){.event-calendar{max-width:none;width:100%}.event-calendar__navigation{display:grid;gap:7px;grid-template-columns:40px minmax(0,1fr) 40px;padding:8px}.event-calendar__selectors{display:flex;gap:6px;min-width:0}.event-calendar__selectors label{min-width:0}.event-calendar__selectors label:first-child{flex:1 1 58%}.event-calendar__selectors label:last-child{flex:1 1 42%}.event-calendar__month-select,.event-calendar__year-select{font-size:clamp(14px,4vw,17px);min-width:0;padding:8px 25px 8px 8px;width:100%}.event-calendar__nav-button{font-size:25px;height:40px;width:40px}.event-calendar__weekdays{display:none}.event-calendar__grid{display:block}.event-calendar__day--outside{display:none}.event-calendar__day{align-items:center;border-bottom:var(--calendar-border-width) solid var(--calendar-border);border-right:0;display:grid;grid-template-areas:"date hours" "events events";grid-template-columns:auto minmax(0,1fr);min-height:0;min-width:0;padding:10px 12px 12px;width:100%}.event-calendar__date-number{align-items:center;border-radius:0;display:inline-flex;font-size:clamp(15px,4vw,18px);grid-area:date;justify-content:flex-start;line-height:1.2;margin:0;min-height:30px;min-width:0;width:auto}.event-calendar__weekday-mobile{font-weight:600;margin-right:7px}.event-calendar__day--today .event-calendar__date-number{border-radius:999px;padding:5px 8px;width:fit-content}.event-calendar__opening-hours{font-size:clamp(12px,3.5vw,15px);grid-area:hours;justify-self:end;line-height:1.2;margin-left:10px;max-width:none;position:static;white-space:nowrap!important}.event-calendar__events{gap:7px;grid-area:events;margin-top:8px;width:100%}.event-calendar__event{hyphens:none!important;overflow:visible;overflow-wrap:normal!important;padding:8px 10px;white-space:normal!important;width:100%;word-break:normal!important}.event-calendar__event-time{font-size:clamp(12px,3.5vw,14px);margin-bottom:3px;white-space:nowrap!important;word-break:keep-all!important}.event-calendar__event-title{font-size:clamp(15px,4.2vw,18px);hyphens:none!important;line-height:1.3;overflow-wrap:normal!important;white-space:normal!important;word-break:normal!important}.event-calendar__dialog{max-width:none;width:calc(100vw - 24px)}.event-calendar__dialog-inner{padding:22px 18px}.event-calendar__dialog-title{font-size:26px!important}}@media (max-width:380px){.event-calendar__navigation{grid-template-columns:36px minmax(0,1fr) 36px}.event-calendar__nav-button{height:36px;width:36px}.event-calendar__month-select,.event-calendar__year-select{font-size:14px;padding-left:6px}.event-calendar__day{padding-left:9px;padding-right:9px}}.event-calendar__day--outside{display:none!important}.event-calendar__weekday-mobile{display:none}.event-calendar__day--blank{background:var(--day-bg);color:var(--day-text);pointer-events:none}.event-calendar__day--blank:after,.event-calendar__day--blank:before{content:none}@media (max-width:767px){.event-calendar__day--blank{display:none!important}.event-calendar__weekday-mobile{display:inline}}