.year-container{display:flex;flex-flow:row wrap;gap:3rem}.year-container .month-container{margin-top:1rem;margin-bottom:2rem}.year-container .month-container .month-cells-container{background:#fff;width:350px;max-width:350px;display:flex;flex-flow:row wrap}.year-container .month-container .month-cell{width:50px;height:50px;padding:5px}.year-container .month-container .month-cell.with-days{cursor:pointer}.year-container .month-container .month-cell.with-days:hover{box-shadow:inset 0 0 0 1px #ff4f00}.year-container .month-container .month-cell.empty{background:#fff}
