.ssb-wrap .ssb-table .ssb-media-field {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.ssb-wrap .ssb-preview { flex-basis: 100%; margin-top: 6px; }
.ssb-drag-handle { cursor: move; font-size: 18px; line-height: 1; display:inline-block; padding:2px 6px; opacity:.6; }
.ssb-drag-handle:hover { opacity:1; }

/* Campo de búsqueda de etiquetas */
.ssb-tag-field { position: relative; }
.ssb-suggestions {
    position: absolute;
    left: 0; right: 0; top: calc(100% + 2px);
    background: #fff; border: 1px solid #ccd0d4; box-shadow: 0 2px 6px rgba(0,0,0,.06);
    z-index: 9999; max-height: 260px; overflow: auto; border-radius: 3px;
}
.ssb-sg-list { list-style: none; margin: 0; padding: 4px 0; }
.ssb-sg-item { padding: 6px 10px; cursor: pointer; }
.ssb-sg-item:hover { background: #f0f6fc; }
.ssb-sg-empty { padding: 8px 10px; color: #666; }

/* Marca de reemplazo (por si quieres añadir overlay) */
.ssb-replaced .ssb-overlay-inner { /* opcional */ }

