/**
 * Author Schema Block - Editor Styles
 */

.bw-schema-author-block-editor {
    padding: 20px;
    border: 2px dashed #ddd;
    background: #f9f9f9;
    border-radius: 4px;
    margin: 10px 0;
}

.bw-schema-author-preview h4 {
    margin: 0 0 15px 0;
    color: #23282d;
    font-size: 16px;
    font-weight: 600;
}

.author-preview-content {
    background: white;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.author-preview-content img {
    border-radius: 4px;
}

.author-preview-content p {
    margin: 5px 0;
}

/* Inspector controls styling */
.components-panel__body .components-base-control {
    margin-bottom: 20px;
}

.components-panel__body .components-base-control:last-child {
    margin-bottom: 0;
}

.image-button {
    display: block;
    margin-bottom: 10px;
}

.image-button img {
    max-width: 200px;
    height: auto;
    display: block;
}