.example-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
.example-tools button {
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid #bcbab1;
  border-radius: 8px;
  background: #fff;
  color: #20201e;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.example-tools button:hover { background: #f1eee6; }
.example-tools button:focus-visible { outline: 3px solid #2563eb; outline-offset: 3px; }
.example-tools button[aria-disabled="true"] { cursor: progress; }
.example-tools [role="status"] { flex: 1 1 180px; color: #4e4e46; overflow-wrap: anywhere; }
.example-tools + pre, .example-tools + .sample { margin-top: 8px; }
.guide-setup { padding: 16px 20px; border-left: 3px solid #bcbab1; font-size: 16px; background: #f1eee6; }
@media print { .example-tools { display: none; } }
