/* Only Up Status visual choices; the dealer dashboard structure is retained. */
#statusReadyModal .up-status-style-preview.studio-ready {display:flex;align-items:center;justify-content:center;min-height:194px;height:224px;padding:10px;background:#e9edf4;overflow:hidden;}
#statusReadyModal .up-status-style-preview.studio-ready::before,
#statusReadyModal .up-status-style-preview.studio-ready::after {display:none;}
#statusReadyModal .up-status-style-preview.studio-ready canvas {display:block;width:auto;max-width:100%;height:100%;object-fit:contain;border-radius:5px;box-shadow:0 8px 20px rgba(9,29,73,.16);}
@media(max-width:560px){#statusReadyModal .up-status-style-preview.studio-ready{height:182px;min-height:160px;padding:8px;}}
