.jf-options-row {
    margin-bottom: 0.5rem;
}

.jf-indent-field {
    flex: none;
    margin-bottom: 0;
}

.jf-indent-field select {
    width: auto;
    min-width: 140px;
}

.jf-error {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: #fef2f2;
    border: 1.5px solid #fecaca;
    border-radius: var(--wpt-radius, 10px);
    color: #dc2626;
    font-size: 0.875rem;
    line-height: 1.5;
}

.jf-output-field {
    margin-top: 1rem;
}

.jf-output-field textarea {
    background: var(--wpt-bg-subtle, #f9fafb);
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.875rem;
}

@media (max-width: 640px) {
    .jf-indent-field select {
        width: 100%;
    }
}
