/* Hrankovic Mobile Sticky Header 1.0.4 */
#hrc-mobile-sticky-header{display:none}
@media(max-width:900px){
#hrc-mobile-sticky-header{position:fixed;top:var(--hrc-sticky-top,0px);left:0;right:0;width:100%;min-height:49px;z-index:9998;display:flex;align-items:center;justify-content:space-between;padding:0 10px;padding-top:env(safe-area-inset-top,0px);background:#1f1f1f;color:#fff;border-bottom:2px solid #c9a23a;box-shadow:0 2px 8px rgba(0,0,0,.18);transform:translate3d(0,-120%,0);opacity:0;visibility:hidden;pointer-events:none;transition:transform .22s ease,opacity .18s ease,visibility .22s,top .12s linear;will-change:transform;box-sizing:border-box;-webkit-font-smoothing:antialiased}
#hrc-mobile-sticky-header.hrc-is-visible{transform:translate3d(0,0,0);opacity:1;visibility:visible;pointer-events:auto}
#hrc-mobile-sticky-header.hrc-no-transition{transition:none!important}
body.js-nav #hrc-mobile-sticky-header{transform:translateY(-120%)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}
#hrc-mobile-sticky-header button{-webkit-appearance:none;appearance:none;border:0;margin:0;background:transparent;color:inherit;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}
.hrc-sticky-menu-button{position:relative;z-index:2;flex:0 0 44px;width:44px;height:44px;padding:8px 7px!important;display:flex;align-items:center;justify-content:flex-start}
.hrc-sticky-menu-button svg{width:29px;height:29px;fill:none;stroke:#f1f1f1;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.hrc-sticky-title{position:absolute;left:50%;top:calc(50% + (env(safe-area-inset-top,0px)/2));transform:translate(-50%,-50%);z-index:1;max-width:46%;padding:0 4px!important;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Arial,Helvetica,sans-serif!important;font-size:14px!important;line-height:1!important;letter-spacing:.35px;font-weight:700!important}
.hrc-sticky-date{position:relative;z-index:2;flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:4px;white-space:nowrap;font-family:Arial,Helvetica,sans-serif;font-size:10.5px;line-height:1;font-weight:500;color:#f5f5f5}
.hrc-sticky-date svg{flex:0 0 auto;width:13px;height:13px;fill:none;stroke:#d8b652;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
body.js-nav #slide-out{position:fixed!important;top:0!important;left:0!important;bottom:0!important;height:100vh!important;height:100dvh!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;z-index:9997!important}
@media(max-width:365px){#hrc-mobile-sticky-header{padding-left:7px;padding-right:7px}.hrc-sticky-title{font-size:12px!important;letter-spacing:.15px;max-width:43%}.hrc-sticky-date{font-size:9px;gap:3px}.hrc-sticky-date svg{width:11px;height:11px}}
}
