.github-calendar__graph{padding:.5rem}@media (max-width:800px){.github-calendar__graph{padding-right:0}.github-calendar__graph:first-child{display:flex;flex-direction:column;align-items:flex-end;overflow:hidden}}.github-calendar__graph text{fill:currentColor}.github-calendar__graph-footer{margin-top:.5rem;font-size:14px;display:flex;justify-content:space-between}@media (max-width:800px){.github-calendar__graph-footer div:first-child{display:none}}.github-calendar__graph-legend{margin:0 5px}.github-calendar__graph-legend span{height:10px;width:10px;display:inline-block}.github-calendar__footer{padding:15px 0;text-align:center;border-top:1px solid #ddd}.github-calendar__footer-count{font-size:24px}.github-calendar__error{text-align:center;color:darkred}.preact-hint{padding-bottom:5px;position:absolute;z-index:9999;cursor:default}.preact-hint__fade-in{-webkit-animation:fadeIn .5s;animation:fadeIn .5s}.preact-hint__content{padding:10px;border-radius:5px;background:#000;color:#fff;display:block;white-space:nowrap}.preact-hint:after{content:"";width:0;height:0;margin:auto;display:block;position:absolute;top:auto;left:0;right:0;bottom:0;border:5px solid transparent;border-top-color:#000;border-bottom:none}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}