/* ACF Custom Text Styles */

.pf-acf-custom-text {
    padding: 12px 16px;
    margin-bottom: 8px;
    background: #f8f9fa;
    border-left: 4px solid #667eea;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.6;
    color: #2d3748;
}

.pf-acf-custom-text p {
    margin: 0 0 8px 0;
}

.pf-acf-custom-text p:last-child {
    margin-bottom: 0;
}

.pf-acf-custom-text strong {
    color: #1a202c;
    font-weight: 600;
}

.pf-acf-custom-text a {
    color: #667eea;
    text-decoration: underline;
}

.pf-acf-custom-text a:hover {
    color: #764ba2;
}

/* ACF Field Types */
.pf-acf-field {
    margin-top: 12px;
    padding: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
}

.pf-acf-text,
.pf-acf-url {
    font-size: 14px;
    color: #4a5568;
}

.pf-acf-textarea,
.pf-acf-wysiwyg {
    font-size: 14px;
    line-height: 1.6;
    color: #2d3748;
}
