/* v007.1: contain the compact navigator and keep navigation available */
.topbar{position:sticky;top:0;z-index:100}
.coord-months{top:82px;width:238px;max-width:238px;overflow:hidden}
.coord-months .month-weekdays,.coord-months .month-grid{grid-template-columns:20px repeat(7,minmax(0,1fr));min-width:0;width:100%}
.coord-months .month-day{width:auto;min-width:0;min-height:0;height:29px;padding:2px}
@media(max-width:1000px){.coord-months{width:100%;max-width:none}}
@media(max-width:760px){.coord-months{top:116px}}
.coord-filter-row{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:0 0 10px}.coord-filter-row .coord-project-filter{padding:0}.coord-filter-row .coord-actions{display:flex;gap:8px}.coord-filter-row .button{white-space:nowrap}@media(max-width:760px){.coord-filter-row{align-items:stretch;flex-direction:column}.coord-filter-row .coord-project-filter,.coord-filter-row .coord-actions{width:100%}.coord-filter-row .coord-actions .button{flex:1;text-align:center}}
.coord-filter-row{justify-content:space-between}.coord-selected-date{font:700 18px/1.2 Georgia,serif}.coord-toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.coord-board .coord-cell{background:#f3f4f2}.coord-board .coord-head>strong{background:#eef0ed}.coord-board .coord-cell.is-weekend,.coord-board .coord-head>strong.is-weekend{background:#e4e7e3}.coord-board .coord-cell.is-selected-day,.coord-board .coord-head>strong.is-selected-day{background:#eef4c8;box-shadow:inset 2px 0 #a7b950,inset -2px 0 #a7b950}.coord-months .month-day.is-selected{background:#245b3e;color:#fff;box-shadow:inset 0 0 0 1px #173f2b}.coord-months .month-day.is-selected .month-date{color:#fff}@media(max-width:900px){.coord-filter-row,.coord-toolbar-actions{align-items:stretch;flex-direction:column}.coord-selected-date{text-align:center}.coord-toolbar-actions .coord-project-filter,.coord-toolbar-actions .coord-actions{width:100%}}
