.wp-block-svgplus-svg-block {
    position: relative;
    margin: 0;

    img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .components-placeholder {
        min-height: 150px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1em;
        
        .components-button {
            margin: 0.5em 0;
        }
    }

    // Inspector controls styling
    .components-base-control {
        width: 100%;
        margin-bottom: 16px;

        &__field {
            margin-bottom: 8px;
        }

        &__label {
            display: block;
            margin-bottom: 8px;
        }

        .components-button {
            margin-bottom: 8px;
            width: 100%;
            justify-content: center;
        }
    }

    // Alt text field styling
    .components-text-control__input {
        margin-top: 8px;
    }

    // Resize handles
    .components-resizable-box__handle {
        display: block;
        background: #fff;
        border: 2px solid #007cba;
        border-radius: 50%;
        cursor: se-resize;
    }

    // Loading state
    .components-spinner {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
