&Resizable{
    @apply w-1/2 h-1/2 relative overflow-hidden;
    resize: both;
}
&Resizable&.surround-border{
    @apply border border-[#c1c1c1] dark:border-[#515151];
}
&Resizable&.surround-border.resize-fill{
    @apply border-0;
}
&Resizable&.resize-fill{
    @apply w-full h-full;
}
&ResizableHandlePoint{
    @apply w-[7px] h-[7px] rounded-full bg-[#4466cc] absolute bottom-0 right-0;
    cursor: nwse-resize;
}
&Resizable&.resize-fill &ResizableHandlePoint{
    @apply hidden;
}
