.blockMenu .menuFreeCasesRow{display:flex;align-items:center;gap:8px;padding:6px;min-width:0;}
.blockMenu .menuFreeCasesLabel{font-size:13px;font-weight:600;color:#c5c5c5;white-space:nowrap;}
.blockMenu .menuFreeCasesLinks{display:flex;align-items:center;gap:4px;}
.blockMenu .menuFreeCasesLinks a{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:27px;height:30px;border:1px solid #505050;border-radius:7px;background:#2c2c2c;color:#dedede;font-size:13px;font-weight:700;text-decoration:none;}
.blockMenu .menuFreeCasesLinks a:hover{background:#393939;color:#fff;border-color:#777;}
.blockMenu .menuFreeCasesLinks a:focus-visible{outline:2px solid #ddd;outline-offset:2px;}
.blockMenu .menuFreeCasesRow .blockMenu_Item__Icon{flex-shrink:0;}
