:local {
  .field-label {
    font-weight: 700;
  }

  .flex-box-container {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
  }
}
