/* Minimal styling for the WPCNY Border Uploader */
.wpcny-border-uploader{border:1px solid #e5e7eb;border-radius:12px;padding:12px;margin:12px 0;background:#fff}
.wpcny-border-row{display:flex;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:wrap}
.wpcny-border-label{font-weight:600}
.wpcny-border-status{font-size:12px;opacity:.75}
.wpcny-border-preview{display:flex;align-items:center;gap:8px;margin:8px 0}
.wpcny-border-preview img{max-width:160px;height:auto;border:1px solid #eee;border-radius:8px;display:block}
.wpcny-border-remark{width:100%}
@media (max-width:480px){
  .wpcny-border-preview img{max-width:120px}
}
