/* JSON to YAML — json-to-yaml.css */
.json-yaml-section {
    --tool-accent: #6366F1;
    --tool-accent-rgb: 99, 102, 241;
}

/* Convert button — match site primary gradient */
.json-yaml-section #jy-btn-convert {
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    border-color: transparent;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.35);
}

.json-yaml-section #jy-btn-convert:hover:not(:disabled) {
    filter: none;
    background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.45);
}

/* Sibling CTA — breathing room inside the card */
.json-yaml-section .tool-sibling-cta {
    margin: 0 20px 20px;
}

.jy-textarea {
    min-height: 420px;
    font-family: 'SFMono-Regular', Consolas, monospace;
    font-size: 1rem;
}