/* Settings > Strain Manager mushroom profile editor */
.mushroom-profile-editor {
  grid-column: 1 / -1;
  border: 1px solid var(--tb-border,#29435f);
  background: rgba(255,255,255,.035);
  padding: 12px;
  margin-top: 10px;
}
.mushroom-profile-editor summary { cursor: pointer; font-weight: 1000; }
.mushroom-profile-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 12px; }
.mushroom-profile-grid label { display: grid; gap: 6px; margin: 0; min-width: 0; }
.mushroom-profile-grid .full { grid-column: 1 / -1; }
.mushroom-profile-grid textarea { min-height: 84px; resize: vertical; }
.mushroom-profile-grid input, .mushroom-profile-grid textarea, .mushroom-profile-grid select { width: 100%; min-width: 0; }
.mushroom-profile-hint { color: var(--tb-muted,#a0b4c8); font-size: 12px; line-height: 1.35; margin: 8px 0 0; }
#mushroomProfileSaveMsg { font-size: 12px; font-weight: 900; }
@media(max-width:900px){ .mushroom-profile-grid { grid-template-columns: 1fr; } }
