/* Route presentation reuses the existing editor and its single draft owner. */
.tab-nav a[data-tab] {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.tab-nav a[data-tab]:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.admin-product-page #tab-content { display: none; }
.admin-product-page #drawer { position: static; inset: auto; z-index: auto; }
.admin-product-page #drawer .drawer-scrim { display: none; }
.admin-product-page #drawer .drawer-panel {
  position: relative;
  inset: auto;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 65vh;
  max-height: none;
  transform: none;
  box-shadow: none;
}
.admin-product-page #drawer .drawer-form { max-height: none; }
