.venus-media-order-help{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 10px;padding:10px 12px;background:#0b0b0b;border:1px solid #2b2b2b;border-radius:9px}.venus-media-order-help strong{color:#fff;font-size:12px}.venus-media-order-help span{color:var(--venus-muted);font-size:11px;line-height:1.45}.venus-sortable-media-item,.venus-sortable-video-item,.venus-video-url-field[data-venus-sort-item]{position:relative;transition:border-color .15s ease,opacity .15s ease}.venus-sortable-media-item{overflow:hidden;background:#090909;border:1px solid #303030;border-radius:9px;cursor:grab}.venus-sortable-media-item.is-dragging,.venus-sortable-video-item.is-dragging,.venus-video-url-field.is-dragging{opacity:.46;border-color:var(--venus-red)}.venus-media-grid .venus-sortable-media-item img{display:block;width:100%;aspect-ratio:1;object-fit:cover}.venus-sort-position{position:absolute;top:7px;left:7px;z-index:3;display:grid!important;width:24px;height:24px;margin:0!important;padding:0!important;place-items:center;background:rgba(0,0,0,.86);border:1px solid rgba(255,255,255,.28);border-radius:50%;color:#fff!important;font-size:10px!important;font-weight:800;line-height:1}.venus-sort-handle{position:absolute;top:7px;right:7px;z-index:3;display:grid!important;min-width:27px;height:24px;margin:0!important;padding:0 5px!important;place-items:center;background:rgba(0,0,0,.86);border:1px solid rgba(255,255,255,.2);border-radius:7px;color:#fff!important;font-size:13px!important;font-weight:800;letter-spacing:-3px;line-height:1;cursor:grab}.venus-sort-actions{display:flex!important;align-items:center;justify-content:center;gap:5px;max-width:none!important;margin:0!important;padding:7px!important;overflow:visible!important;white-space:normal!important}.venus-sort-actions button{display:grid;flex:0 0 29px;width:29px;height:29px;padding:0;place-items:center;background:#171717;border:1px solid #3a3a3a;border-radius:7px;color:#fff;font-size:18px;line-height:1;cursor:pointer}.venus-sort-actions button:hover,.venus-sort-actions button:focus-visible{border-color:var(--venus-red);color:var(--venus-red)}.venus-sort-actions label{display:inline-flex;align-items:center;gap:5px;margin-left:auto;color:#ddd;font-size:10px;cursor:pointer}.venus-sortable-video-list{display:grid;gap:8px}.venus-video-list-title{display:block;margin-bottom:2px;color:#fff;font-size:12px}.venus-sortable-video-item{display:grid;grid-template-columns:34px 30px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:54px;padding:8px;background:#0c0c0c;border:1px solid #2b2b2b;border-radius:9px;cursor:grab}.venus-sortable-video-item .venus-sort-position,.venus-sortable-video-item .venus-sort-handle{position:static}.venus-sortable-video-item .venus-video-file-name,.venus-selected-video-item>span:not(.venus-sort-position):not(.venus-sort-handle):not(.venus-sort-actions){min-width:0;max-width:none;overflow:hidden;color:#ddd;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.venus-sortable-video-item .venus-sort-actions{justify-content:flex-end;padding:0!important}.venus-selected-gallery-item .venus-selected-sort-actions{position:absolute;left:8px;bottom:30px;z-index:4;padding:0!important}.venus-selected-gallery-item .venus-selected-sort-actions button{background:rgba(0,0,0,.86)}.venus-selected-gallery-item .venus-sort-position,.venus-selected-gallery-item .venus-sort-handle{margin-top:0!important}.venus-selected-videos>small{display:block;margin:-2px 0 8px;color:var(--venus-muted);font-size:11px}.venus-selected-video-item{border-bottom:0}.venus-video-url-field[data-venus-sort-item]{padding-top:34px;border:1px solid transparent;border-radius:10px}.venus-video-url-field[data-venus-sort-item]>.venus-sort-handle{top:3px;right:4px}.venus-video-url-label{display:block;margin-bottom:5px;color:#ddd;font-size:11px;font-weight:600}.venus-video-url-sort-actions{justify-content:flex-start;padding:7px 0 0!important}.venus-video-url-sort-actions button{width:28px;height:28px;flex-basis:28px}@media(max-width:600px){.venus-media-order-help{display:grid;gap:4px}.venus-sortable-video-item{grid-template-columns:30px 28px minmax(0,1fr)}.venus-sortable-video-item .venus-sort-actions{grid-column:1/-1;justify-content:flex-start}.venus-sortable-video-item .venus-sort-actions label{margin-left:auto}}

/* Venus 0.4.11 — Galería robusta y orden solo por arrastre */
.venus-sort-handle{touch-action:none;user-select:none;-webkit-user-select:none}
.venus-sortable-media-item.is-removed{display:none!important}
.venus-gallery-remove-x{position:absolute;right:7px;bottom:7px;z-index:5;display:grid;width:30px;height:30px;padding:0;place-items:center;background:rgba(0,0,0,.88);border:0;border-radius:50%;color:#fff;font-size:22px;font-weight:300;line-height:1;cursor:pointer}
.venus-gallery-remove-x:hover,.venus-gallery-remove-x:focus-visible{background:var(--venus-red);color:#fff;outline:none}
.venus-gallery-recovery{margin-top:12px;padding:12px;background:#0a0a0a;border:1px solid #303030;border-radius:10px}
.venus-gallery-recovery>div:first-child p{margin:4px 0 10px;color:var(--venus-muted);font-size:11px;line-height:1.45}
.venus-gallery-recovery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(105px,1fr));gap:8px}
.venus-gallery-recovery-item{overflow:hidden;background:#111;border:1px solid #303030;border-radius:9px;cursor:pointer}
.venus-gallery-recovery-item img{display:block;width:100%;aspect-ratio:1;object-fit:cover}
.venus-gallery-recovery-item span{display:flex;gap:5px;align-items:center;padding:7px;color:#eee;font-size:10px;line-height:1.25}
.venus-gallery-recovery-item input{width:auto!important;min-width:auto!important;margin:0!important}
@media(max-width:600px){.venus-gallery-remove-x{width:32px;height:32px}.venus-gallery-recovery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Venus 0.4.12 — Fotos sin numeración/asa y recuperación con borrado definitivo */
.venus-gallery-order-help{justify-content:center;text-align:center}
.venus-gallery-order-help span{font-size:11px}
.venus-media-grid.venus-sortable-media .venus-sortable-media-item,
.venus-selected-gallery-list .venus-sortable-media-item{touch-action:none;user-select:none;-webkit-user-select:none;cursor:grab}
.venus-media-grid.venus-sortable-media .venus-sort-position,
.venus-media-grid.venus-sortable-media .venus-sort-handle,
.venus-selected-gallery-list .venus-sort-position,
.venus-selected-gallery-list .venus-sort-handle{display:none!important}
.venus-gallery-recovery-item{display:flex;flex-direction:column;cursor:default}
.venus-gallery-recovery-add{display:flex;gap:6px;align-items:center;padding:8px;color:#eee;font-size:10px;line-height:1.25;cursor:pointer}
.venus-gallery-recovery-add input{width:auto!important;min-width:auto!important;margin:0!important}
.venus-gallery-delete-orphan{width:calc(100% - 14px);margin:0 7px 7px;padding:8px 7px;background:transparent;border:0;border-top:1px solid #2f2f2f;border-radius:0;color:#ff5a5f;font-size:10px;font-weight:600;line-height:1.2;cursor:pointer}
.venus-gallery-delete-orphan:hover,.venus-gallery-delete-orphan:focus-visible{color:#fff;outline:none}
.venus-gallery-recovery-item.is-marked-delete{opacity:.55}
.venus-gallery-recovery-item.is-marked-delete img{filter:grayscale(1)}
.venus-gallery-recovery-item.is-marked-delete .venus-gallery-delete-orphan{color:#aaa;cursor:default}

