.expandable-field {
  margin-bottom: 20px;
  font-family: sans-serif;
}

.field-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.toggle-button {
  background: none;
  border: none;
  color: inherit;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  font-weight: normal;
}

.toggle-button:hover {
  background: none;
  text-decoration: none;
}

.field-content {
  display: none;
  padding-left: 10px;
  border-left: 2px solid #eee;
  margin-top: 5px;
}

.icon {
  font-size: 1rem;
}
