.rgl-container {
    background: #f8f9fa;
}

.rgl-item {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.35rem;
    overflow: hidden;
    position: absolute;
}

.rgl-item-body {
    padding: 0.75rem;
    font-size: 0.95rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rgl-item-dataset {
    font-size: 0.8rem;
    color: #6c757d;
}

.react-resizable {
    position: relative;
}

.react-resizable-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 0;
    cursor: se-resize;
    background: linear-gradient(135deg, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.2) 100%);
}

.rgl-fallback-absolute {
    min-height: 600px;
}

.rgl-resize-handle {
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: 4px;
    right: 4px;
    cursor: se-resize;
    background: linear-gradient(135deg, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.2) 100%);
}
