/* ATREYA THEME R10R3B - TESTIMONIALS LOCAL THEME CONTROL DEDUPE
   Keep R10R3A as the single visible public theme UI.
   Testimonials T03 still creates at03Theme for internal sync; hide only its UI. */
#at03Theme,
.at03-theme,
#at02Theme,
.at02-theme,
#at01Theme,
.at01-theme {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Ensure the canonical R10R3A control remains visible on testimonials. */
#atreyaUniversalThemeControlR10R3A {
  display: inline-flex !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
