/* Desktop-safe improvements. Deliberately does not reposition the Atelier dock,
   product summary, top navigation or 3D viewport. */
@media (min-width: 768px) {
  .vc-studio-head {
    padding: 15px 16px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 18px;
    background: #f7f6f2;
  }
  .vc-add-grid button,
  .vc-item-card,
  .vc-studio-hint { border-radius: 16px; }
  .vc-item-card { box-shadow: 0 8px 24px rgba(0,0,0,.035); }
  .vc-order-switch button { min-height: 66px; }
  .vc-rider-size-guide {
    width: 100%; margin-top: 8px; border: 0; background: transparent;
    color: #555; text-decoration: underline; text-align: left;
    font-size: 7px; font-weight: 800; letter-spacing: .08em;
    text-transform: uppercase; cursor: pointer;
  }
  /* Save actions open by click only. */
  .vc-save-orbit:hover .vc-save-actions {
    opacity: 0; visibility: hidden; pointer-events: none;
    transform: translate(-18px,-50%) scale(.72);
  }
  .vc-save-orbit.is-open .vc-save-actions {
    opacity: 1; visibility: visible; pointer-events: auto;
    transform: translate(0,-50%) scale(1);
  }
}
