.mobile-event-item.hidden-event {
    display: none !important;
}

.btn-orange2 {
    background-color: #FE7635;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.disabled-btn {
    opacity: 0.5;
    cursor: not-allowed !important;
    pointer-events: none;
}

.subscription-banner {
    background: linear-gradient(135deg, #ff834a 0%, #ff6b35 50%, #ff5722 100%);
    padding: 10px;
}

.subscription-banner button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 767px) {
    .col-sm-6:nth-child(n+3) {
        display: none;
    }
}
