    .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); }
    .btn-pretty { @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-secondary { @apply w-full py-2 mb-3 bg-white bg-opacity-10 border border-white border-opacity-30 rounded text-white text-xs font-semibold hover:bg-opacity-20 transition-all; }
