/* Ptaszek zawsze na środku kwadratu, niezależnie od wielkości checkboxa. */
.checkbox__checkmark {
  box-sizing: border-box;
}

.checkbox__input:checked + .checkbox__checkmark::after,
.checkbox--checked .checkbox__checkmark::after,
.checkbox__input--green:checked + .checkbox__checkmark::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 68% !important;
  height: 52% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  transform: translate(-50%, -50%) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9.5' fill='none'%3E%3Cpath d='M1.2 4.8L4.25 7.85L10.8 1.4' stroke='%232b2d38' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

.custom-checkbox .checkmark:after {
  left: 50% !important;
  top: 46% !important;
  width: 5px !important;
  height: 10px !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
