.lab-display { display: flex; flex-direction: column; }
.lab-display-toolbar { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 12px; background: #f7f8f5; color: #17252b; border-bottom: 1px solid #d0d6d1; }
.lab-display-title { min-width: 0; font-size: 13px; font-weight: 650; overflow-wrap: anywhere; }
.lab-display-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }
.lab-display-actions .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 8px 12px; font-size: 12px; text-decoration: none; color: #17252b; background: #fff; border-color: #a8b6b0; }
.lab-display-actions .button:hover { background: #e6efea; }
.lab-display-actions .button:focus-visible { outline: 3px solid #b07912; outline-offset: 2px; }
.lab-fullscreen svg { flex: 0 0 18px; }
.lab-display iframe { flex: 1 1 0; min-height: 0; height: 0; width: 100%; }
.lab-display:fullscreen { width: 100%; height: 100%; min-height: 0; margin: 0; border: 0; background: #10272c; }
.lab-display:-webkit-full-screen { width: 100%; height: 100%; min-height: 0; margin: 0; border: 0; background: #10272c; }
.lab-display.lab-display-expanded { position: fixed; inset: 0; z-index: 10000; width: 100%; height: 100vh; height: 100dvh; min-height: 0; margin: 0; border: 0; }
html.apollo-lab-expanded { overflow: hidden; }
@media (max-width: 560px) {
  .lab-display-toolbar { flex-wrap: wrap; gap: 6px; padding: 8px; }
  .lab-display-title { flex-basis: 100%; font-size: 12px; }
  .lab-display-actions { width: 100%; }
  .lab-display-actions .button { min-height: 44px; }
  .lab-fullscreen { margin-left: auto; }
}
