/* Gutenberg Block Editor Styles */
.eag-block-preview {
    padding: 40px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    text-align: center;
    color: #fff;
}

.eag-block-preview-inner {
    max-width: 400px;
    margin: 0 auto;
}

.eag-block-preview .dashicons {
    font-size: 48px;
    width: 48px;
    height: 48px;
    margin: 0 auto 15px;
    opacity: 0.9;
}

.eag-block-preview h3 {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.eag-block-preview p {
    margin: 8px 0;
    font-size: 14px;
    opacity: 0.95;
}

.eag-preview-note {
    margin-top: 20px !important;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px !important;
    font-style: italic;
    opacity: 0.8 !important;
}

/* Inspector Controls Styling */
.components-panel__body.is-opened .components-base-control {
    margin-bottom: 20px;
}

.components-panel__body.is-opened .components-base-control__label {
    font-weight: 600;
    margin-bottom: 8px;
}