.udx-events-widget {
    font-family: sans-serif;
    color: #fff;
    border-radius: 10px;
}

.udx-event-meta {
    font-size: 14px;
    color: #aaa;
    display: flex;
    align-items: center;
    gap: 20px;
}

.udx-event-location,
.udx-event-time {
    display: flex;
    align-items: center;
    gap: 6px;
}

.udx-location-icon,
.udx-time-icon {
    width: 14px;
    height: 14px;
    fill: #aaa;
    flex-shrink: 0;
}

.udx-events-month-switcher {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 75px;
}

.udx-month-dropdown {
    background: #DCFF02;
    color: #000;
    font-size: 14px;
    line-height: 1;
    padding: 10px 35px 10px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 180px;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.14645 4.64645C2.34171 4.45118 2.65829 4.45118 2.85355 4.64645L6 7.79289L9.14645 4.64645C9.34171 4.45118 9.65829 4.45118 9.85355 4.64645C10.0488 4.84171 10.0488 5.15829 9.85355 5.35355L6.35355 8.85355C6.15829 9.04882 5.84171 9.04882 5.64645 8.85355L2.14645 5.35355C1.95118 5.15829 1.95118 4.84171 2.14645 4.64645Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
    border: none;
}

.udx-month-dropdown:hover {
    border-color: #666;
}

.udx-month-dropdown:focus {
    outline: none;
    border-color: #888;
    box-shadow: 0 0 0 2px rgba(136,136,136,0.2);
}

.udx-month-dropdown option {
    background: #1a1a1a;
    color: #fff;
    padding: 8px 12px;
}

.udx-month-dropdown option:hover,
.udx-month-dropdown option:checked {
    background: #333;
    color: #fff;
}

.udx-event-item {
    margin-bottom: 0;
    overflow: hidden;
}

.udx-events-list {
    margin-top: 75px;
}

.udx-event-header {
    display: grid;
    grid-template-columns: 160px 1fr auto;
    gap: 30px;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.udx-event-header:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.udx-event-date-col {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    text-align: left;
    gap: 15px;
}

.udx-event-day {
    color: #24D1B2;
    font-size: 64px;
    font-family: 'Anton', sans-serif;
    line-height: 58px;
}

.udx-event-month-year {
    font-size: 16px;
    color: #24D1B2;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    line-height: 20px;
}

.udx-event-info-col {
    flex-grow: 1;
}

.udx-event-title {
    margin: 0 0 8px 0;
    font-size: 24px;
    color: #000;
    line-height: 1.2;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
}

.udx-event-meta {
    display: flex;
    gap: 1rem;
}

.udx-event-short-description {
    margin-top: 12px;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.udx-event-short-description p {
    margin: 0 0 8px 0;
}

.udx-event-short-description p:last-child {
    margin-bottom: 0;
}

.udx-event-location,
.udx-event-time {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.udx-event-action-col {
    display: flex;
    align-items: center;
    gap: 15px;
}

a.udx-btn {
    background: #24D1B2;
    color: white;
    padding: 10px 24px !important;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline-block;
    text-transform: uppercase;
}

a.udx-btn:hover {
    background: #24D1B2;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(36, 209, 178, 0.4);
    color: white;
}

.udx-btn-few-left {
    background: #DCFF02;
}

.udx-btn-few-left:hover {
    box-shadow: 0 8px 25px rgba(220, 255, 2, 0.4);
}

.udx-btn-sold-out, span.udx-btn-sold-out {
    background: #FF6192 !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
}

.udx-btn-sold-out:hover,
span.udx-btn-sold-out:hover {
    transform: none !important;
    box-shadow: none !important;
}

.udx-event-toggle {
    background: none;
    border: none;
    width: 16px;
    height: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none;
    padding: 0;
    margin: 0;
    outline: none;
    background: none !important;
}

.udx-event-toggle svg {
    width: 16px;
    height: 28px;
    transition: transform 0.3s ease;
}

.udx-event-item.open .udx-event-toggle svg {
    transform: rotate(180deg);
}

.udx-event-details {
    display: none;
    padding: 0 0 20px;
    margin-left: 190px;
    margin-top: 0;
}

.udx-event-item.open .udx-event-details {
    display: block;
}

.udx-event-details-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.udx-event-image {
    flex-shrink: 0;
    margin-bottom: 0;
}

.udx-event-image img {
    max-width: 300px !important;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
    border: 3px solid #DCFF02 !important;
}

.udx-event-image img:hover {
    transform: scale(1.02);
}

.udx-event-description {
    color: #000;
    line-height: 1.6;
    flex: 1;
}

.udx-load-more-btn {
    background: linear-gradient(135deg, #ff6416, #ff60df);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 14px;
}

.udx-load-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 100, 22, 0.4);
    color: white;
}

.udx-load-more-container {
    text-align: center;
}

a.udx-all-events-btn {
    background: #DCFF02;
    color: #000;
    border: none;
    padding: 10px 16px !important;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

a.udx-all-events-btn:hover {
    background: #DCFF02;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 255, 2, 0.4);
    text-decoration: none;
}

.udx-no-events {
    text-align: center;
    color: #f0f0f0;
    font-style: italic;
    padding: 40px 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .udx-event-header {
        grid-template-columns: 80px 1fr auto;
        gap: 15px;
    }
    
    .udx-event-day {
        font-size: 36px;
    }
    
    .udx-event-title {
        font-size: 20px;
    }
    
    .udx-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .udx-event-details {
        margin-left: 95px;
    }
    
    .udx-event-details-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .udx-event-image img {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .udx-event-header {
        grid-template-columns: 1fr;
        gap: 15px;
        text-align: center;
        padding: 20px 15px;
    }
    
    .udx-event-date-col {
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .udx-event-day {
        font-size: 42px;
        line-height: 1;
    }
    
    .udx-event-month-year {
        font-size: 14px;
    }
    
    .udx-event-info-col {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .udx-event-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .udx-event-meta {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .udx-event-action-col {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .udx-btn {
        padding: 12px 20px;
        font-size: 12px;
        margin: 5px;
    }
    
    .udx-event-details {
        margin-left: 0;
        padding: 20px 15px;
    }
    
    .udx-event-details-content {
        gap: 15px;
    }
    
    .udx-event-image img {
        max-width: 100% !important;
        width: 100%;
    }
}
