.archive-switcher .switcher-top{border-bottom:1px solid var(--light-color);display:flex}.archive-switcher .switcher-top .year-strip{align-items:center;border-right:1px solid var(--light-color);display:flex;flex-shrink:0}.archive-switcher .switcher-top .year-strip .y-arrow{align-items:center;background:none;border:none;color:var(--text-color);cursor:pointer;display:flex;height:100%;padding:0 2px;transition:color .1s,background .1s}.archive-switcher .switcher-top .year-strip .y-arrow:hover{background-color:var(--light-color);color:var(--link-color)}.archive-switcher .switcher-top .year-strip .y-arrow:disabled{cursor:default;opacity:.2}.archive-switcher .switcher-top .year-strip .y-arrow:disabled:hover{background-color:transparent;color:var(--text-color)}.archive-switcher .switcher-top .year-strip .y-arrow .material-symbols-outlined{font-size:18px}.archive-switcher .switcher-top .year-strip .year-val{color:var(--text-color);font-size:.8em;font-weight:700;min-width:30px;padding:13px 1px;text-align:center;user-select:none}.archive-switcher .switcher-top .month-tabs{display:grid;flex:1;grid-template-columns:repeat(12,1fr)}.archive-switcher .switcher-top .month-tabs .m-tab{background:none;border:none;border-right:1px solid var(--light-color);color:var(--subtext-color);cursor:pointer;font-size:.75em;line-height:1;padding:9px 0;transition:color .1s,background .1s}.archive-switcher .switcher-top .month-tabs .m-tab:last-child{border-right:none}.archive-switcher .switcher-top .month-tabs .m-tab:hover:not(:disabled){background-color:var(--super-light-color);color:var(--text-color)}.archive-switcher .switcher-top .month-tabs .m-tab.active,.archive-switcher .switcher-top .month-tabs .m-tab.active:hover{background-color:var(--light-color);color:var(--link-color)}.archive-switcher .switcher-top .month-tabs .m-tab:disabled{cursor:default;opacity:.22}.archive-switcher .cal-wrap{padding:10px 0;position:relative}.archive-switcher .cal-wrap .cal-wd-row{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:3px}.archive-switcher .cal-wrap .cal-wd-row .cal-wd{color:var(--subtext-color);font-size:9px;font-weight:400;letter-spacing:.07em;padding:2px 0 5px;text-align:center;text-transform:uppercase}.archive-switcher .cal-wrap .cal-wd-row .cal-wd.we{color:#c5a0a0}.archive-switcher .cal-wrap .cal-grid{display:grid;gap:2px;grid-template-columns:repeat(7,1fr)}.archive-switcher .cal-wrap .cal-grid .c-day{background:none;border:none;border-radius:2px;color:var(--text-color);cursor:pointer;font-size:.875em;font-weight:700;padding:5px 0;position:relative;text-align:center;transition:background .1s,color .1s}.archive-switcher .cal-wrap .cal-grid .c-day:hover:not(.disabled):not(.empty){background:var(--super-light-color);color:var(--link-color);text-decoration:none}.archive-switcher .cal-wrap .cal-grid .c-day.sel{background:var(--link-color)!important;color:var(--inverted-text-color)!important}.archive-switcher .cal-wrap .cal-grid .c-day.today{color:var(--text-color)}.archive-switcher .cal-wrap .cal-grid .c-day.today:not(.sel):after{background:var(--link-color);border-radius:50%;bottom:2px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:3px}.archive-switcher .cal-wrap .cal-grid .c-day.we{color:var(--subtext-color)}.archive-switcher .cal-wrap .cal-grid .c-day.disabled{cursor:default;font-weight:400;opacity:.18}.archive-switcher .cal-wrap .cal-grid .c-day.disabled:hover{text-decoration:none}.archive-switcher .cal-wrap .cal-grid .c-day.empty{pointer-events:none}.archive-switcher .cal-wrap .cal-loading{align-items:center;background:hsla(0,0%,100%,.9);display:none;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1}.archive-switcher .cal-wrap .cal-loading span{font-size:48px}.archive-switcher .cal-wrap .cal-loading.visible{display:flex}.archive-switcher .cal-wrap .cal-loading.visible span{animation:cal-loading-spin 1s linear infinite}.archive-section .btn-load-more{border:1px solid var(--link-color);color:var(--link-color);display:block;font-size:.875em;font-weight:700;padding:10px 0;text-align:center;text-transform:uppercase;transition:background .1s,color .1s}.archive-section .btn-load-more:hover{background:var(--link-color);color:var(--inverted-text-color);text-decoration:none}.archive-section .btn-load-more.loading{cursor:default;opacity:.5;pointer-events:none}@keyframes cal-loading-spin{to{transform:rotate(1turn)}}@media(min-width:640px){.archive-switcher .switcher-top .year-strip .y-arrow{padding:0 10px}.archive-switcher .switcher-top .year-strip .year-val{font-size:1em;min-width:50px;padding:13px 2px}.archive-switcher .switcher-top .month-tabs .m-tab{font-weight:700;text-transform:uppercase}}