:host {
  display: block;
  box-sizing: border-box;
}

.checkbox-block {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

.checkbox-preview {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  color: var(--owb-section-child-text-color, inherit);
  font-size: 0.95rem;
}

.checkbox-preview input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer;
  pointer-events: none;
}

.checkbox-preview-label {
  line-height: 1.4;
}

.checkbox-required {
  color: #b42318;
}
