﻿/* ===== CTA TraderDevX Estilo Premium Neon ===== */
.wp-block-button__link.is-style-traderdevx-neon {
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #00f5ff, #00aaff);
    color: #ffffff !important;
    border: none;
    box-shadow: 0 0 10px rgba(0, 245, 255, 0.6),
                0 0 25px rgba(0, 245, 255, 0.4);
    transition: all 0.3s ease;
}

.wp-block-button__link.is-style-traderdevx-neon:hover,
.wp-block-button__link.is-style-traderdevx-neon:focus {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(0, 245, 255, 0.9),
                0 0 40px rgba(0, 245, 255, 0.6);
}
