.event-actions .btn-event-details:hover,
.event-actions .btn-event-details:focus-visible,
.event-actions .btn-event-register:hover,
.event-actions .btn-event-register:focus-visible,
.events-cta .btn-secondary:hover,
.events-cta .btn-secondary:focus-visible {
    background: linear-gradient(90deg, #0ea5e9 0%, #38bdf8 100%) !important;
    border-color: transparent !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(14, 165, 233, 0.45) !important;
    transition: all 0.25s ease !important;
}
