/* ACF Flexible Content for Elementor */

.acf-flex-container {
    width: 100%;
}

.acf-flex-item {
    margin-bottom: 20px;
}

.acf-flex-item:last-child {
    margin-bottom: 0;
}

/* Editor Placeholders */
.acf-flex-placeholder {
    padding: 40px 20px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 8px;
    text-align: center;
    color: #fff;
}

.acf-flex-placeholder-icon {
    font-size: 48px;
    margin-bottom: 15px;
    opacity: 0.8;
}

.acf-flex-placeholder p {
    margin: 5px 0;
    opacity: 0.9;
}

.acf-flex-placeholder strong {
    opacity: 1;
}

.acf-flex-placeholder small {
    opacity: 0.7;
}

/* Layout Placeholder */
.acf-flex-layout-placeholder {
    padding: 20px;
    background: #f8fafc;
    border: 2px dashed #cbd5e1;
    border-radius: 8px;
    text-align: center;
}

.acf-flex-layout-placeholder strong {
    display: block;
    font-size: 14px;
    color: #475569;
    margin-bottom: 8px;
}

.acf-flex-layout-placeholder p {
    margin: 0 0 10px;
    font-size: 13px;
    color: #64748b;
}

.acf-flex-fields-preview {
    margin-top: 10px;
}

.acf-flex-field-badge {
    display: inline-block;
    padding: 2px 8px;
    background: #e2e8f0;
    border-radius: 4px;
    font-size: 11px;
    color: #475569;
    margin: 2px;
    font-family: monospace;
}
