.sc-54788436-wrapper {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    transition: box-shadow 0.3s ease;
}

.sc-54788436-wrapper:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.sc-54788436-title {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
}

.sc-54788436-canvas-container {
    position: relative;
    height: 300px;
    width: 100%;
}
