/* Blog-only: keep dark-mode toggle compact (do not touch shared csswelcome) */
button.theme-toggle-btn.theme-toggle-btn--compact,
.hdMnIt--theme button.theme-toggle-btn.theme-toggle-btn--compact,
.theme-toggle-btn.theme-toggle-btn--compact {
  min-width: 36px !important;
  width: 36px !important;
  max-width: 36px !important;
  min-height: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  gap: 0 !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
}
.theme-toggle-btn.theme-toggle-btn--compact .theme-label {
  display: none !important;
}
