.detail-panel-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; min-width: 0; }
.share-button,
.explore-button { min-width: 58px; height: 36px; flex: 0 0 auto; padding: 0 10px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.share-button { color: var(--muted); }
.share-button:hover { color: var(--white); background: var(--ink); }
.share-button:focus-visible,
.explore-button:focus-visible { outline: 3px solid currentColor; outline-offset: 3px; }
.explore-button { color: #03715f; border-color: #03715f; }
.explore-button:hover { color: var(--white); background: #03715f; }
.share-status { min-width: 0; max-width: 100px; overflow: hidden; color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .04em; text-overflow: ellipsis; white-space: nowrap; }
.share-status:empty { display: none; }
.detail-panel-actions .close-button { width: 36px; height: 36px; flex: 0 0 36px; display: inline-grid; place-items: center; padding: 0; color: #7a2638; border-color: #7a2638; border-radius: 50%; background: transparent; font-size: 0; line-height: 0; }
.detail-panel-actions .close-button:hover { color: var(--white); border-color: #7a2638; background: #7a2638; }
.detail-panel-actions .close-button:focus-visible { outline: 3px solid #7a2638; outline-offset: 3px; }
.close-icon { width: 14px; height: 14px; display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.6; vector-effect: non-scaling-stroke; }

@media (max-width: 420px) {
  .detail-panel-header > .kicker { display: none; }
  .detail-panel-actions { width: 100%; gap: 6px; }
  .explore-button { flex: 1 1 auto; min-width: 0; }
}
