/* SEO Diagnostics dashboard — WordPress embed styles.
   The board is a fixed 1380px design; the wrapper allows horizontal scroll so it
   survives narrow theme containers. */
.seo-dashboard-wrap {
  background: #f1f3f4;
  border-radius: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
.seo-dashboard-wrap * { box-sizing: border-box; }
.seo-dashboard-wrap #seo-dashboard-root {
  width: 1380px;
  min-width: 1380px;
  background: #f1f3f4;
}
.seo-dashboard-wrap .ribbon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 0 auto;
  width: max-content;
  color: #137333;
  border: 1px solid #34a853;
  border-radius: 0 0 0 10px;
  background: #e6f4ea;
  font: 600 11.5px/1 'Roboto', sans-serif;
  letter-spacing: .3px;
  padding: 8px 12px;
}
.seo-dashboard-wrap .ribbon.snapshot {
  color: #8a6100;
  border-color: #FBBC04;
  background: #FEF7E0;
}
.seo-dashboard-wrap button { font-family: inherit; }
