/* OKKwork — единая галочка в чекбоксах/радио (крупная, жирная, как «временной промежуток») */

.okkwork-pixso-check-host:has(.okkwork-pixso-check-input:checked)::after,
[class*="stroke-wrapper-"].okkwork-pixso-check-host:has(.okkwork-pixso-check-input:checked)::after,
.okkwork-plan-option-check.okkwork-pixso-check-host:has(.okkwork-pixso-check-input:checked)::after {
  width: 6px !important;
  height: 11px !important;
  margin-top: -2px !important;
  border-width: 0 2.5px 2.5px 0 !important;
  border-style: solid !important;
  border-color: #0658a2 !important;
  transform: translate(-50%, -58%) rotate(45deg) !important;
  box-sizing: border-box !important;
}
