/* BHS_FRONTEND_BLOCK_DRAG_DROP_V140 */
.bhs-ve-drag-handle{display:inline-flex!important;align-items:center;gap:5px;cursor:grab!important;touch-action:none;user-select:none}
.bhs-ve-drag-handle:active{cursor:grabbing!important}
html:not(.bhs-visual-editor-active) .bhs-ve-drag-handle{display:none!important}
.bhs-ve-dragging{position:relative!important;z-index:2147482100!important;opacity:.9;outline:3px solid #f52b82!important;outline-offset:4px;box-shadow:0 18px 50px rgba(15,23,42,.28)!important}
.bhs-ve-drag-ghost{position:fixed;z-index:2147483590;pointer-events:none;overflow:hidden;border:2px solid #f52b82;border-radius:8px;background:rgba(255,255,255,.96);box-shadow:0 18px 55px rgba(15,23,42,.35);opacity:.88}
.bhs-ve-drag-ghost::after{content:"Bloğu taşı";position:absolute;top:8px;left:8px;padding:6px 9px;border-radius:5px;background:#172433;color:#fff;font:800 11px/1 Arial,sans-serif}
.bhs-ve-drop-placeholder{box-sizing:border-box;min-height:72px;margin:10px 0;border:3px dashed #f52b82;border-radius:10px;background:repeating-linear-gradient(-45deg,rgba(245,43,130,.08),rgba(245,43,130,.08) 10px,rgba(245,43,130,.02) 10px,rgba(245,43,130,.02) 20px)}
.bhs-ve-drop-placeholder::before{content:"Buraya bırak";display:grid;place-items:center;min-height:inherit;color:#b42367;font:800 13px/1 Arial,sans-serif}
.bhs-ve-reorder-saving{cursor:progress!important}
.bhs-ve-reorder-saving .bhs-ve-drag-handle{pointer-events:none;opacity:.55}
@media(max-width:760px){.bhs-ve-drag-handle{min-width:42px;min-height:36px}.bhs-ve-drag-ghost{max-width:calc(100vw - 18px)}}
