:root{--border-width:1px}.makeShiftGridBorders{box-sizing:border-box;border-style:solid;border-color:rgba(0,0,0,.3);border-width:var(--border-width);pointer-events:none}.hoverCell{margin:.2em;padding:1em;min-height:5em;border-radius:3px;cursor:pointer;color:var(--neutralDark);word-wrap:break-word}.hoverCell:hover{background:rgba(0,0,0,.04)}@media (max-width:600px){.hoverCell{margin-left:0;margin-top:1em;padding-bottom:0;min-height:auto}.hoverCell:hover{background:transparent}}.emptyCell{margin:.2em;padding:1em;min-height:6em;border-radius:3px}.gridItemHeader{background-color:#e0e0e0;display:grid;overflow:hidden;justify-content:start;align-content:end}.gridItemHeader div{margin:auto;display:flex;text-transform:capitalize;padding:.2em;font-weight:400;font-size:1.25em}.gridItemHeader:nth-child(odd){background-color:#e6e6e6}.gridItemHeader:nth-child(2n){background-color:#e0e0e0}.rotated_Text{writing-mode:tb-rl;transform:rotate(-180deg);width:fit-content;height:fit-content;padding:1em 0;background-color:red;border-radius:0 .3em .3em 0;color:#fff}