   .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); }
    /* Button Styles */
    .btn-main { @apply w-full py-2.5 bg-transparent border-2 border-white rounded text-white font-bold hover:bg-white hover:text-teal-600 transition-all uppercase text-xs tracking-widest; }
    .btn-solid { @apply w-full py-3 bg-white text-teal-600 font-extrabold rounded shadow-lg hover:bg-gray-100 transition-all uppercase text-sm tracking-wider; }
    .btn-utility { @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 tracking-widest; }
