/* Hide Settings */
[data-tour="config-button"] {
  display: none !important;
}

/* Hide footer */
div[style*="--footer-height"] {
  display: none !important;
}

/* Hide Developer Tools section title */
div[style*="font-size: 0.75rem"][style*="font-weight: 500"][style*="padding: 0.5rem 0px 0.25rem 0.5rem"] {
  display: none !important;
}

/* Hide specific developer tool buttons */
[data-tour="tool-button-showJS"],
[data-tour="tool-button-devApi"],
[data-tour="tool-button-devFolderScanning"],
[data-tour="tool-button-devSsoGuide"],
[data-tour="tool-button-devAirgapped"] {
  display: none !important;
}

/* Hide their outer rows too */
.tool-button-container:has([data-tour="tool-button-showJS"]),
.tool-button-container:has([data-tour="tool-button-devApi"]),
.tool-button-container:has([data-tour="tool-button-devFolderScanning"]),
.tool-button-container:has([data-tour="tool-button-devSsoGuide"]),
.tool-button-container:has([data-tour="tool-button-devAirgapped"]) {
  display: none !important;
}
