/* SLA Creator Passport - Gutenberg Editor Styles */

.slcp-editor-preview {
    padding: 0;
}

.slcp-editor-block {
    background: #1a1a2e;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    color: #ffffff;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.slcp-editor-icon {
    width: 64px;
    height: 64px;
    background: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slcp-editor-icon .dashicons {
    font-size: 32px;
    width: 32px;
    height: 32px;
    color: #ffffff;
}

.slcp-editor-block h3 {
    font-size: 1.5em;
    font-weight: 400;
    margin: 0;
    color: #ffffff;
}

.slcp-editor-block p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: 0.95em;
}

.slcp-editor-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 12px;
}

.slcp-editor-features span {
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85em;
    color: rgba(255, 255, 255, 0.9);
}
