.acp-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;

  .acp-checkbox-master {
    margin-bottom: 0.5rem;
    font-weight: 500;
  }

  .acp-checkbox-normal {
    margin-left: 1rem;
  }
}
