@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400&display=swap');

.fihan-checkbox-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  max-width: 572px;
}

.fihan-checkbox-item__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 17px;
  padding: 0 24px;
}

.fihan-checkbox-item__label {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--fihan-text);
  cursor: pointer;
}

.fihan-checkbox-item__divider {
  height: 1px;
  background: var(--fihan-divider);
  border: 0;
  margin: 0;
}
