.form-item__label {
  display: table;
  margin-top: calc(var(--space-xs) / 2);
  margin-bottom: calc(var(--space-xs) / 2);
  font-size: var(--font-size-s);
  font-weight: bold;
  line-height: var(--line-height-form-label);
}

.entity-meta__header .form-type--item .form-item__label {
  display: inline-block;
  margin: 0;
  font-size: var(--font-size-base);
}

input[type="checkbox"], input[type="radio"] {
  width: var(--sp1);
  height: var(--sp1);
}

@media (min-width: 31.25rem) {
  .olivero-details {
    width: 100%;
    max-width: 670px;
  }
}