    .bg-teal-custom { background-color: #26a69a; }
    .editor-wrapper { background: white; border-radius: 4px; padding: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
    /* Match the Tree View height to the Ace Editor */
    #jsonTree { height: 550px; }
    .jsoneditor { border: none !important; }
    
    /* Action Buttons */
    .btn-main { @apply w-full py-2.5 mb-4 bg-transparent border-2 border-white rounded text-white font-bold hover:bg-white hover:text-teal-600 transition-all uppercase text-sm; }
    .btn-white { @apply w-full py-3 mb-10 bg-white text-teal-600 font-extrabold rounded shadow-md hover:bg-gray-100 transition-all uppercase text-sm; }
    .btn-bottom { @apply w-full py-2.5 bg-black bg-opacity-20 border border-white border-opacity-40 rounded text-white text-xs font-bold hover:bg-opacity-40 transition-all uppercase; }
