/* v208 — ClutchBot arayüzünü tüm sayfalardan kaldırır. */
.clutchbot-widget,
.clutchbot-panel,
.clutchbot-page-intro,
.clutchbot-priority-card,
.clutchbot-command-room,
.clutchbot-command-help,
.inline-clutchbot,
.inline-clutchbot-card,
.global-clutchbot,
.home-v3-bot-card,
.management-clutchbot-card,
.profile-px-bot,
.postmatch-bot-note,
.premium-v187-mascot,
[class*="clutchbot-mascot"],
[id*="clutchbot-widget"] {
  display: none !important;
}

/* Ana sayfada kaldırılan bot kartının boş sütun bırakmasını engeller. */
.home-v3-middle-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

.home-v3-middle-grid > .home-v3-clips {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

img[src*="/assets/clutchbot/"] {
  visibility: hidden !important;
}
