:root{--red:#e30613;--red-dark:#b4000b;--ink:#191919;--muted:#6d6d6d;--line:#e7e7e7;--bg:#f5f5f5;--card:#fff}*{box-sizing:border-box}html,body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--bg)}a{color:inherit}.topbar{height:76px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:10px 22px;gap:16px;position:sticky;top:0;z-index:1000}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand img{width:54px;height:54px;border-radius:50%;object-fit:cover}.brand div{display:flex;flex-direction:column;min-width:0}.brand strong{font-size:18px}.brand span{font-size:12px;color:var(--muted)}nav{display:flex;gap:10px;flex-wrap:wrap}nav a{text-decoration:none;font-weight:700;font-size:14px;padding:10px 12px;border-radius:8px}nav a:hover{background:#f2f2f2}.app-shell{padding:14px}.toolbar{display:grid;grid-template-columns:minmax(240px,1fr) 220px auto;gap:10px;margin-bottom:12px;align-items:center}.searchbox{position:relative}.searchbox input,select,input[type=text],input[type=password],input[type=file]{width:100%;min-height:46px;border:1px solid #cfcfcf;border-radius:10px;background:#fff;padding:10px 42px 10px 13px;font-size:16px}.searchbox button{position:absolute;right:5px;top:5px;width:36px;height:36px;border:0;background:transparent;font-size:24px;color:#888}.stat{display:flex;align-items:baseline;gap:6px;white-space:nowrap}.stat strong{font-size:24px;color:var(--red)}.stat span{font-size:12px;color:var(--muted)}.map-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:12px;align-items:stretch}#map{min-height:calc(100vh - 116px);border-radius:14px;background:#ddd;border:1px solid var(--line)}.client-panel{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;max-height:calc(100vh - 116px)}.panel-head{padding:12px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:8px}.client-list{overflow:auto}.client-row{width:100%;text-align:left;border:0;border-bottom:1px solid #eee;background:#fff;padding:12px;display:flex;flex-direction:column;gap:3px;cursor:pointer}.client-row:hover{background:#fafafa}.client-row strong{font-size:14px}.client-row span,.client-row small{font-size:12px;color:var(--muted)}.popup{display:flex;flex-direction:column;gap:4px;min-width:210px}.popup-route{margin-top:6px;background:var(--red);color:#fff!important;padding:9px 10px;border-radius:7px;text-decoration:none;font-weight:700;text-align:center}.btn{appearance:none;border:0;border-radius:9px;min-height:44px;padding:10px 14px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn.primary{background:var(--red);color:#fff}.btn.primary:hover{background:var(--red-dark)}.btn.secondary{background:#222;color:#fff}.btn.ghost{background:#f1f1f1;color:#222}.btn.danger{background:#8e0009;color:#fff}.btn:disabled{opacity:.55;cursor:not-allowed}.auth{min-height:100vh;display:grid;place-items:center;padding:20px;background:linear-gradient(145deg,#f8f8f8,#ececec)}.auth-card{width:min(420px,100%);background:#fff;border-radius:18px;padding:28px;border-top:6px solid var(--red);box-shadow:0 16px 40px rgba(0,0,0,.08)}.brand-logo{width:110px;height:110px;border-radius:50%;display:block;margin:0 auto 18px;object-fit:cover}.auth-card h1{text-align:center;margin:0}.auth-card>p{text-align:center;color:var(--muted)}form{display:grid;gap:14px}label{display:grid;gap:7px;font-weight:700;font-size:14px}.alert{padding:11px 13px;border-radius:9px;margin:12px 0;font-size:14px}.alert.ok{background:#edf8ef;color:#215c2b}.alert.error{background:#fff0f0;color:#8d0008}.admin-shell{padding:18px}.admin-grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}.card h1,.card h2{margin-top:0}.card p{line-height:1.5}.hint,.small{font-size:13px;color:var(--muted);line-height:1.5}.hint{margin-top:16px;background:#f8f8f8;padding:12px;border-radius:9px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.metrics div{background:#f7f7f7;border-radius:10px;padding:12px}.metrics strong{display:block;font-size:28px;color:var(--red)}.metrics span{font-size:12px;color:var(--muted)}.progress{height:10px;background:#ececec;border-radius:999px;overflow:hidden;margin-top:18px}.progress span{display:block;height:100%;background:var(--red);transition:width .3s}.danger-zone{border-color:#f1c7ca}.list-note{padding:12px;color:var(--muted);font-size:12px}.leaflet-popup-content-wrapper{border-radius:10px}
@media(max-width:850px){.toolbar{grid-template-columns:1fr 1fr}.stat{grid-column:1/-1}.map-layout{grid-template-columns:1fr}.client-panel{max-height:360px}#map{min-height:58vh}.admin-grid{grid-template-columns:1fr}}
@media(max-width:560px){.topbar{height:auto;padding:8px 10px;align-items:flex-start}.brand img{width:46px;height:46px}.brand strong{font-size:16px}nav{justify-content:flex-end}nav a{padding:8px;font-size:12px}.app-shell{padding:8px}.toolbar{grid-template-columns:1fr}.stat{grid-column:auto}.map-layout{gap:8px}#map{min-height:55vh;border-radius:10px}.client-panel{border-radius:10px}.admin-shell{padding:10px}.card{padding:16px}.metrics{grid-template-columns:1fr 1fr 1fr}.metrics strong{font-size:22px}}

.map-error{min-height:320px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:8px;padding:24px;color:#444}.map-error strong{font-size:18px}.map-error span{max-width:520px;color:#6d6d6d;line-height:1.45}

.map-tile-warning{position:absolute;z-index:1000;left:12px;right:12px;top:12px;padding:10px 12px;border-radius:10px;background:rgba(255,255,255,.95);border:1px solid #d7d7d7;color:#222;font-size:14px;box-shadow:0 2px 10px rgba(0,0,0,.12)}
.maplibregl-map{font:inherit}.maplibregl-popup-content{border-radius:10px;padding:12px}.maplibregl-popup-close-button{font-size:22px;padding:3px 7px}.maplibregl-ctrl-attrib{font-size:10px}.maplibregl-marker{cursor:pointer}

/* V2.1 – Ansprechpartner gruppiert nach Firma + Standort */
.popup-company{font-size:15px}.popup-contacts{margin-top:8px;padding-top:8px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:8px}.popup-subtitle{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:700}.popup-contact{display:flex;flex-direction:column;gap:2px;padding:7px 8px;background:#f7f7f7;border-radius:7px}.popup-contact strong{font-size:13px}.popup-contact a{font-size:12px;text-decoration:none;color:#333;overflow-wrap:anywhere}.popup-contact a:hover{text-decoration:underline}.contact-preview{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}

/* V2.2 – Terminkalender */
.nav-active{background:#f1f1f1}.calendar-shell{padding:14px;max-width:1500px;margin:0 auto}.calendar-toolbar{display:grid;grid-template-columns:auto minmax(220px,1fr) auto auto;gap:12px;align-items:center;margin-bottom:12px}.cal-nav{display:flex;gap:7px}.cal-nav .btn{min-width:44px}.period-title{font-size:22px;text-transform:capitalize}.view-switch{display:flex;background:#ececec;border-radius:10px;padding:3px}.view-switch button{border:0;background:transparent;min-height:40px;padding:8px 14px;border-radius:8px;font-weight:700;cursor:pointer}.view-switch button.active{background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.12);color:var(--red)}.calendar-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.calendar-view{min-height:620px}.calendar-empty{padding:60px 20px;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--muted)}
.day-view{display:grid}.time-row{display:grid;grid-template-columns:76px minmax(0,1fr);min-height:64px;border-bottom:1px solid #eee}.time-label{font-size:12px;color:var(--muted);padding:10px 12px;text-align:right;border-right:1px solid #eee}.time-slot{padding:6px;display:flex;gap:6px;flex-wrap:wrap;align-items:flex-start;background-image:linear-gradient(to right,transparent 0,transparent 49.9%,#fafafa 50%,transparent 50.1%)}.event-card{border:0;border-left:4px solid var(--red);background:#fff2f3;border-radius:7px;padding:7px 9px;text-align:left;display:flex;flex-direction:column;gap:2px;min-width:180px;max-width:320px;cursor:pointer;color:var(--ink)}.event-card:hover{background:#ffe5e7}.event-card strong{font-size:13px}.event-time,.event-client{font-size:11px;color:var(--muted)}.event-card.compact{min-width:0;max-width:none;width:100%;padding:5px 7px}.event-card.compact .event-client{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.week-view{display:grid;grid-template-columns:repeat(7,minmax(140px,1fr));min-height:620px;overflow-x:auto}.week-day{border-right:1px solid #eee;min-width:140px;padding-bottom:10px}.week-day:last-child{border-right:0}.week-date{width:100%;border:0;border-bottom:1px solid #eee;background:#fafafa;padding:10px;display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer}.week-date span{font-size:11px;text-transform:uppercase;color:var(--muted)}.week-date strong{font-size:22px}.week-day.is-today .week-date strong{background:var(--red);color:#fff;width:34px;height:34px;border-radius:50%;display:grid;place-items:center}.week-events{display:flex;flex-direction:column;gap:6px;padding:8px}.no-events{font-size:11px;color:#aaa;padding:7px}.week-add{margin:0 8px;width:calc(100% - 16px);min-height:34px;border:1px dashed #ccc;background:#fff;border-radius:7px;color:var(--muted);cursor:pointer}.week-add:hover{border-color:var(--red);color:var(--red)}
.month-weekdays{display:grid;grid-template-columns:repeat(7,1fr);background:#fafafa;border-bottom:1px solid #eee}.month-weekdays span{padding:10px;text-align:center;font-size:12px;font-weight:700;color:var(--muted)}.month-grid{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));grid-auto-rows:minmax(118px,1fr);overflow-x:auto}.month-day{position:relative;border-right:1px solid #eee;border-bottom:1px solid #eee;padding:6px;min-width:120px}.month-day.outside{background:#fafafa;color:#aaa}.month-date{border:0;background:transparent;width:30px;height:30px;border-radius:50%;font-weight:700;cursor:pointer}.month-day.is-today .month-date{background:var(--red);color:#fff}.month-events{display:flex;flex-direction:column;gap:3px}.month-events .event-card .event-client{display:none}.month-add{position:absolute;right:5px;top:5px;width:30px;height:30px;border:0;border-radius:50%;background:transparent;color:#aaa;font-size:20px;cursor:pointer}.month-add:hover{background:#f2f2f2;color:var(--red)}.more-events{border:0;background:transparent;text-align:left;font-size:11px;color:var(--red);font-weight:700;cursor:pointer;padding:3px}
.appointment-dialog{width:min(620px,calc(100% - 24px));border:0;border-radius:16px;padding:0;box-shadow:0 24px 70px rgba(0,0,0,.25)}.appointment-dialog::backdrop{background:rgba(0,0,0,.42)}.appointment-dialog form{padding:0;display:block}.dialog-head{padding:18px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.dialog-head>div{display:flex;flex-direction:column;gap:3px}.dialog-head strong{font-size:20px}.dialog-head span{font-size:12px;color:var(--muted)}.icon-btn{border:0;background:#f2f2f2;border-radius:50%;width:42px;height:42px;font-size:24px;cursor:pointer}.form-grid{padding:18px 20px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{width:100%;min-height:46px;border:1px solid #cfcfcf;border-radius:10px;background:#fff;padding:10px 12px;font:inherit;font-size:16px}.form-grid textarea{resize:vertical}.appointment-dialog .alert{margin:0 20px 12px}.dialog-actions{display:grid;grid-template-columns:auto 1fr auto auto;gap:8px;padding:14px 20px;border-top:1px solid var(--line)}
@media(max-width:900px){.calendar-toolbar{grid-template-columns:auto 1fr auto}.view-switch{grid-column:1/-1;justify-self:start}.calendar-view{min-height:520px}.week-view{grid-template-columns:repeat(7,minmax(170px,1fr))}.month-grid{grid-template-columns:repeat(7,minmax(150px,1fr))}}
@media(max-width:560px){.calendar-shell{padding:8px}.calendar-toolbar{grid-template-columns:1fr auto;gap:8px}.cal-nav{grid-column:1/-1}.calendar-toolbar>div:nth-child(2){grid-column:1/2}.period-title{font-size:18px}.calendar-toolbar>.btn.primary{grid-column:2/3;grid-row:2}.view-switch{grid-column:1/-1;width:100%}.view-switch button{flex:1}.calendar-card{border-radius:10px}.day-view .time-row{grid-template-columns:56px minmax(0,1fr)}.time-label{padding:10px 6px}.event-card{min-width:0;width:100%}.week-view{grid-template-columns:1fr;overflow:visible}.week-day{min-width:0;border-right:0;border-bottom:1px solid #eee;display:grid;grid-template-columns:66px 1fr}.week-date{border-bottom:0;border-right:1px solid #eee}.week-events{min-height:70px}.week-add{grid-column:2;margin-bottom:8px}.month-grid{grid-template-columns:repeat(7,minmax(82px,1fr));grid-auto-rows:minmax(104px,1fr);overflow-x:auto}.month-day{min-width:82px;padding:3px}.month-add{display:none}.month-events .event-card{padding:3px 4px;border-left-width:3px}.month-events .event-card .event-time{font-size:9px}.month-events .event-card strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.form-grid{grid-template-columns:1fr;padding:14px}.form-grid .full{grid-column:auto}.dialog-actions{grid-template-columns:1fr 1fr}.dialog-actions span{display:none}.dialog-actions .danger{grid-column:1/-1;order:3}.appointment-dialog .alert{margin:0 14px 10px}}

/* v2.3 – Volltextsuche für Kunden/Standorte im Termindialog */
.client-picker{position:relative;display:grid;gap:7px}.client-picker input[type=search]{width:100%;min-height:46px;border:1px solid #cfcfcf;border-radius:10px;background:#fff;padding:10px 44px 10px 12px;font:inherit;font-size:16px}.client-picker input[type=search]:focus{outline:2px solid rgba(227,6,19,.22);border-color:var(--red)}.client-clear{position:absolute;right:7px;top:6px;width:34px;height:34px;border:0;border-radius:50%;background:#f1f1f1;color:#333;font-size:23px;line-height:1;cursor:pointer}.client-search-results{position:absolute;z-index:20;top:50px;left:0;right:0;max-height:280px;overflow:auto;background:#fff;border:1px solid #cfcfcf;border-radius:10px;box-shadow:0 12px 28px rgba(0,0,0,.16);padding:5px}.client-search-option{width:100%;border:0;border-bottom:1px solid #eee;background:#fff;padding:10px 11px;text-align:left;display:flex;flex-direction:column;gap:2px;cursor:pointer;border-radius:7px}.client-search-option:last-child{border-bottom:0}.client-search-option:hover,.client-search-option:focus{background:#f7f7f7;outline:none}.client-search-option strong{font-size:14px}.client-search-option span,.client-search-option small{font-size:12px;color:var(--muted);font-weight:400}.client-search-empty{padding:12px;color:var(--muted);font-size:13px}.selected-client{display:flex;flex-direction:column;gap:2px;padding:9px 11px;background:#f7f7f7;border-radius:9px;border-left:4px solid var(--red)}.selected-client strong{font-size:14px}.selected-client span{font-size:12px;color:var(--muted);font-weight:400}


/* V2.4 – Direktnavigation aus Kalendereinträgen */
.event-card-shell{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:stretch;gap:6px;min-width:180px;max-width:370px}
.event-card-shell.compact{min-width:0;max-width:none;width:100%;grid-template-columns:minmax(0,1fr) 36px;gap:4px}
.event-card-shell .event-card{min-width:0;max-width:none;width:100%}
.event-route{display:grid;place-items:center;align-self:stretch;min-width:42px;min-height:42px;border-radius:9px;background:#f2f2f2;border:1px solid #e1e1e1;color:#222;text-decoration:none;touch-action:manipulation}
.event-route svg{width:22px;height:22px;fill:currentColor}
.event-route:hover,.event-route:focus-visible{background:#e9e9e9;color:var(--red);outline:2px solid rgba(227,6,19,.22);outline-offset:1px}
.event-card-shell.compact .event-route{min-width:36px;min-height:36px;border-radius:7px}
.event-card-shell.compact .event-route svg{width:19px;height:19px}
@media(max-width:560px){.event-card-shell{min-width:0;max-width:none;width:100%;grid-template-columns:minmax(0,1fr) 46px}.event-route{min-width:46px;min-height:46px}.event-card-shell.compact{grid-template-columns:minmax(0,1fr) 40px}.event-card-shell.compact .event-route{min-width:40px;min-height:40px}}


/* V2.8 – Live-Trefferliste der Volltextsuche auf der Kundenkarte */
.searchbox{z-index:30}
.map-search-results{position:absolute;z-index:1200;top:calc(100% + 6px);left:0;right:0;max-height:390px;overflow:auto;background:#fff;border:1px solid #cfcfcf;border-radius:10px;box-shadow:0 14px 34px rgba(0,0,0,.18);padding:5px}
.map-search-option{width:100%;border:0;border-bottom:1px solid #eee;background:#fff;padding:10px 11px;text-align:left;display:flex;flex-direction:column;gap:2px;cursor:pointer;border-radius:7px}
.map-search-option:last-child{border-bottom:0}
.map-search-option:hover,.map-search-option:focus{background:#f7f7f7;outline:none}
.map-search-option strong{font-size:14px;color:var(--ink)}
.map-search-option span,.map-search-option small{font-size:12px;color:var(--muted);font-weight:400}
.map-search-empty{padding:12px;color:var(--muted);font-size:13px}
@media(max-width:560px){.map-search-results{max-height:52vh}.map-search-option{padding:12px}.map-search-option strong{font-size:15px}.map-search-option span,.map-search-option small{font-size:13px}}


/* V2.9 – echtes Autocomplete / Search-as-you-type */
.map-search-option.is-active{background:#f2f2f2;outline:2px solid rgba(227,6,19,.22);outline-offset:-2px}
.searchbox input[role="combobox"]:focus{outline:2px solid rgba(227,6,19,.22);border-color:var(--red)}


/* V2.10 – Google-artiges Autocomplete direkt unter dem Suchfeld */
.toolbar{position:relative;z-index:2000}
.map-layout{position:relative;z-index:1}
.searchbox{position:relative;z-index:2100}
.map-search-results{top:calc(100% + 2px);z-index:2200;padding:6px 0;border-radius:0 0 14px 14px;border-top:0;box-shadow:0 12px 28px rgba(0,0,0,.22);max-height:min(430px,56vh)}
.searchbox:has(.map-search-results:not([hidden])) input[role=\"combobox\"]{border-radius:10px 10px 0 0;border-bottom-color:#eee;box-shadow:0 4px 16px rgba(0,0,0,.08)}
.map-search-option{min-height:54px;padding:8px 12px;border:0;border-radius:0;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:8px}
.map-search-option:hover,.map-search-option:focus,.map-search-option.is-active{background:#f3f3f3}
.map-search-icon{width:28px;height:28px;display:grid;place-items:center;color:#666}
.map-search-icon svg{width:20px;height:20px;fill:currentColor}
.map-search-copy{min-width:0;display:flex;flex-direction:column;gap:2px}
.map-search-copy strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ink)}
.map-search-copy small{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted)}
.map-search-empty{padding:14px 16px}
@media(max-width:560px){.toolbar{z-index:2500}.searchbox{z-index:2600}.map-search-results{z-index:2700;left:0;right:0;max-height:48vh}.map-search-option{min-height:58px;padding:9px 12px}.map-search-copy strong{font-size:16px}.map-search-copy small{font-size:13px}}
\n\n/* V2.12 – Autocomplete sicher als fixed Overlay direkt am Suchfeld */\n#mapSearchResults.map-search-results{position:fixed!important;right:auto!important;z-index:2147483000!important;margin:0!important;max-height:min(430px,56vh);overflow:auto;background:#fff;border:1px solid #d5d5d5;border-top:0;border-radius:0 0 14px 14px;box-shadow:0 14px 34px rgba(0,0,0,.24);padding:6px 0}\n#mapSearchResults[hidden]{display:none!important}\n#mapSearchResults .map-search-option{width:100%;min-height:56px;padding:8px 12px;border:0;border-bottom:1px solid #eee;border-radius:0;background:#fff;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:8px;text-align:left;cursor:pointer}\n#mapSearchResults .map-search-option:last-child{border-bottom:0}\n#mapSearchResults .map-search-option:hover,#mapSearchResults .map-search-option:focus,#mapSearchResults .map-search-option.is-active{background:#f3f3f3;outline:none}\n#mapSearchResults .map-search-icon{width:28px;height:28px;display:grid;place-items:center;color:#666}\n#mapSearchResults .map-search-icon svg{width:20px;height:20px;fill:currentColor}\n#mapSearchResults .map-search-copy{min-width:0;display:flex;flex-direction:column;gap:2px}\n#mapSearchResults .map-search-copy strong{font-size:15px;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n#mapSearchResults .map-search-copy small{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n@media(max-width:560px){#mapSearchResults.map-search-results{max-height:48vh}#mapSearchResults .map-search-option{min-height:60px;padding:10px 12px}#mapSearchResults .map-search-copy strong{font-size:16px}#mapSearchResults .map-search-copy small{font-size:13px}}\n
/* V2.13 – grössere Vor/Zurück-Tasten im mobilen Tageskalender */
@media(max-width:560px){
  .cal-nav{width:100%;display:grid;grid-template-columns:72px minmax(0,1fr) 72px;gap:10px;align-items:center}
  .cal-nav #prevBtn,.cal-nav #nextBtn{width:72px;min-width:72px;height:58px;min-height:58px;padding:0;border-radius:12px;font-size:40px;line-height:1;font-weight:700;display:flex;align-items:center;justify-content:center}
  .cal-nav #todayBtn{width:100%;height:58px;min-height:58px;font-size:17px;font-weight:700;border-radius:12px}
}


/* V2.14 – mobile Kalendernavigation: grosse, klar sichtbare Pfeile */
@media(max-width:560px){
  .cal-nav #prevBtn,.cal-nav #nextBtn{font-size:0!important;position:relative}
  .cal-nav #prevBtn::before,.cal-nav #nextBtn::before{display:block;font-size:48px!important;line-height:1!important;font-weight:900!important;color:#222;position:absolute;left:50%;top:50%;transform:translate(-50%,-54%)}
  .cal-nav #prevBtn::before{content:"‹"}
  .cal-nav #nextBtn::before{content:"›"}
}
