/**
 * Frontend styles for ACF Amazing String Display
 */
.acf-amazing-string {
}

.acf-amazing-string-preview {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Empty state in editor */
.acf-amazing-empty {
    padding: 10px;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    color: #856404;
    font-size: 14px;
}
