body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview {
    display: grid;
    grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
    align-items: center;
    column-gap: 12px;
    row-gap: 6px;
    width: 100%;
    margin: 8px 0 0;
    padding: 9px 11px;
    border: 1px solid rgba(156,175,200,0.14);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.022));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  }
  body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview .queued-effects-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 0;
    min-width: 0;
  }
  body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview .queued-effects-head > div {
    min-width: 0;
  }
  body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview .homepage-photo-quick-label {
    margin-bottom: 1px;
    color: rgba(237,244,255,0.72);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview .queued-effects-headline {
    color: rgba(229,236,246,0.78);
    font-size: 0.73rem;
    font-weight: 700;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview .queued-effects-status {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 8px;
    border-radius: 999px;
    border: 1px solid rgba(97,255,168,0.22);
    background: rgba(97,255,168,0.08);
    color: #bafbd7;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.2;
  }
  body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview .queued-effects-summary,
  body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview .queued-effects-detail-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
  }
  body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview .queued-effect-chip {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid rgba(156,175,200,0.16);
    background: rgba(255,255,255,0.055);
    color: rgba(238,244,255,0.88);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.2;
  }
  body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview .queued-effects-details {
    grid-column: 1 / -1;
    margin-top: 0;
  }
  body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview .queued-effects-details > summary {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 9px;
    border-radius: 999px;
    border: 1px solid rgba(156,175,200,0.16);
    background: rgba(255,255,255,0.035);
    color: rgba(229,236,246,0.78);
    cursor: pointer;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.2;
    list-style: none;
  }
  body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview .queued-effects-details > summary::-webkit-details-marker {
    display: none;
  }
  body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview .queued-effects-details > summary::after {
    content: 'v';
    margin-left: 8px;
    color: rgba(229,236,246,0.55);
    font-size: 0.68rem;
  }
  body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview .queued-effects-details[open] > summary::after {
    transform: rotate(180deg);
  }
  body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview .queued-effects-detail-list {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview .queued-effects-detail-list .queued-effect-chip {
    min-height: 23px;
    padding: 4px 8px;
    color: rgba(238,244,255,0.84);
    background: rgba(255,255,255,0.032);
  }
  body[data-page="photo-enhancement-station"] .photo-stage-output-control {
    gap: 6px;
  }
  body[data-page="photo-enhancement-station"] .photo-stage-footer {
    gap: 6px;
    padding: 4px;
  }
  body[data-page="photo-enhancement-station"] .photo-stage-footer .item {
    min-height: 42px;
    padding: 7px 9px;
  }
  body[data-page="photo-enhancement-station"] .photo-stage-actions,
  body[data-page="photo-enhancement-station"] .photo-stage-secondary-actions {
    gap: 6px;
  }
  body[data-page="photo-enhancement-station"] .photo-stage-actions button,
  body[data-page="photo-enhancement-station"] .photo-stage-actions .button-link {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  body[data-page="photo-enhancement-station"] .photo-stage-actions #statusBox {
    min-height: 0;
    margin-top: 0;
    padding: 7px 9px;
    font-size: 0.72rem;
    line-height: 1.3;
  }
  body[data-page="photo-enhancement-station"] .photo-panel-shell,
  body[data-page="photo-enhancement-station"] .photo-panel-body {
    gap: 6px;
  }
  body[data-page="photo-enhancement-station"] .photo-panel-tabs {
    gap: 5px;
    padding: 3px;
  }
  body[data-page="photo-enhancement-station"] .photo-panel-tab {
    min-height: 32px;
    padding: 7px 9px;
  }
  @supports (content-visibility: auto) {
    @media (max-width: 700px) {
      body[data-page="photo-enhancement-station"] .photo-panel-support,
      body[data-page="photo-enhancement-station"] #photoStationPricing,
      body[data-page="photo-enhancement-station"] .mst-unified-footer {
        content-visibility: auto;
      }
      body[data-page="photo-enhancement-station"] .photo-panel-support {
        contain-intrinsic-size: auto 180px;
      }
      body[data-page="photo-enhancement-station"] #photoStationPricing {
        contain-intrinsic-size: auto 360px;
      }
      body[data-page="photo-enhancement-station"] .mst-unified-footer {
        contain-intrinsic-size: auto 620px;
      }
    }
  }
  @media (max-width: 700px) {
    body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview {
      grid-template-columns: 1fr;
    }
    body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview .queued-effects-head {
      align-items: flex-start;
      flex-direction: column;
    }
    body[data-page="photo-enhancement-station"] #photoQueuedEffectsPreview .queued-effects-headline {
      white-space: normal;
    }
  }
