.a-disabled {
  pointer-events: none;     /* คลิกไม่ได้ */
  opacity: 0.5;             /* ดูเป็น disabled */
  cursor: not-allowed;
}

.radio-custom1 {
  width: 20px;
  height: 20px;
}