.eso-note--warn { background: #f7f0df; color: #5c4a1f; }
.est-tool { margin: 0 0 2rem; }
.est-form { max-width: 40rem; margin-bottom: 1.6rem; }
.est-box {
  background: #fff;
  padding: 1.25rem 1.2rem;
  box-shadow: var(--shadow, 0 16px 40px rgba(10, 16, 32, 0.1));
  border-top: 2px solid var(--gold, #c4a05a);
  margin: 0 0 1.15rem;
}
.est-box h3 { margin-top: 0; }
.est-issues { list-style: none; padding: 0; margin: 0 0 1rem; }
.est-issues li {
  padding: 0.55rem 0.75rem 0.55rem 1.8rem;
  margin-bottom: 0.4rem;
  position: relative;
  background: #fff;
  border-left: 3px solid #c4a05a;
}
.est-issues__ok { border-left-color: #2f6b4f; }
.est-issues__warn { border-left-color: #8a6a1a; }
.est-issues__err { border-left-color: #6e2d3a; }
.est-issues li::before {
  content: "";
  position: absolute;
  left: 0.65rem;
  top: 0.85rem;
  width: 0.45rem;
  height: 0.45rem;
  background: currentColor;
}
.est-disclaimer { margin-top: 1.2rem; }
.est-hub .eso-tiles { margin-bottom: 2rem; }
.est-tile--off { opacity: 0.55; }
.est-serp {
  max-width: 652px;
  background: #fff;
  padding: 1rem 1.1rem;
  border: 1px solid #d9d4c8;
  font-family: Arial, sans-serif;
}
.est-serp__url { color: #202124; font-size: 12px; margin: 0 0 0.15rem; }
.est-serp__title { color: #1a0dab; font-size: 20px; line-height: 1.3; margin: 0 0 0.25rem; text-decoration: none; }
.est-serp__desc { color: #4d5156; font-size: 14px; line-height: 1.45; margin: 0; }
.est-serp.is-over .est-serp__title { box-shadow: inset 0 -2px 0 #6e2d3a; }
.est-compare { overflow-x: auto; }
.est-code {
  background: #0c1322;
  color: #e8e4da;
  padding: 0.9rem 1rem;
  overflow-x: auto;
  font-size: 0.85rem;
  white-space: pre-wrap;
}
.est-meter {
  height: 8px;
  background: #ece7dc;
  margin: 0.4rem 0 0.8rem;
}
.est-meter > span { display: block; height: 100%; background: #c4a05a; }
.est-live-edit { display: grid; gap: 0.7rem; margin: 1rem 0; }
