   .ace_editor { border: 1px solid #ddd; border-radius: 4px; font-size: 14px; }
   .bg-teal-custom { background-color: #26a69a; }
   .btn-action { @apply w-full py-2 mb-3 rounded border border-white text-white font-semibold transition duration-200 hover:bg-white hover:text-teal-600; }
   /* Ensures the editors and the middle column stay aligned at the top */
   .flex-row {
   align-items: stretch !important;
   }
   /* Optional: Slight glow effect on the primary button */
   button:hover {
   box-shadow: 0 4px 15px rgba(0,0,0,0.1);
   }