/* Apollo Dashboard GeekFoxCheck Card V1
   Scoped visual polish for the actual visible KPI Monitoring dashboard block. */

#geekfoxcheck.apollo-geekfoxcheck-card {
  background: #ffffff !important;
  border: 1px solid rgba(255, 102, 0, 0.35) !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

#geekfoxcheck.apollo-geekfoxcheck-card .apollo-geekfoxcheck-title {
  padding: 14px 16px 10px 16px !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%) !important;
  color: #ff6600 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

#geekfoxcheck.apollo-geekfoxcheck-card .apollo-geekfoxcheck-body {
  padding: 14px 16px 16px 16px !important;
}

#geekfoxcheck.apollo-geekfoxcheck-card select {
  min-height: 27px !important;
  border-radius: 6px !important;
  border: 1px solid #cfd6e2 !important;
  background: #f8fafc !important;
}

#geekfoxcheck.apollo-geekfoxcheck-card div[style*="background-color"] {
  overflow: hidden !important;
}
