.moseley-tickets-wrapper {
    max-width: 1720px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    background: #fff;
}

.moseley-header {
    background: #f0f0f0;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.moseley-header h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 900;
    color: #000;
    letter-spacing: 1px;
}

.moseley-toolbar {
    background: #f8f8f8;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #333;
}

.moseley-toolbar strong {
    color: #000;
}

.moseley-sort {
    padding: 15px 20px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.moseley-events-list {
    background: #fafafa;
}

.moseley-event-row {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
    background: #fff;
    transition: background 0.2s;
}

.moseley-event-row:hover {
    background: #f9f9f9;
}

.moseley-thumb {
    width: 180px;
    flex-shrink: 0;
    margin-right: 20px;
    background: #fff;
    border: 1px solid #ddd;
    height: 120px;
    overflow: hidden;
}

.moseley-thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}

.moseley-info {
    flex: 1;
    min-width: 0;
}

.moseley-match-title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #000;
    margin-bottom: 4px;
    font-weight: bold;
}

.moseley-match-name {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #95202b;
    margin-bottom: 8px;
    line-height: 1.3;
}

.moseley-meta {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #444;
    line-height: 1.5;
}

.moseley-action {
    margin-left: 20px;
}

.moseley-buy-btn {
    width: 152px;
    background: #fff;
    color: #95202B;
    border-color: #95202B;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4rem;
    letter-spacing: 2px;
    padding: 10px 0px 6px 0px;
    display: block;
    text-align: center;
    border: 2px solid;
    transition: all 0.3s;
}

.moseley-buy-btn:hover {
    color: #000;
}

.moseley-load-more {
    text-align: center;
    padding: 30px 20px;
}

#moseley-load-more-btn {
    background: #4D6CFA;
    color: white;
    border-color: #4D6CFA;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 2px;
}

#moseley-load-more-btn:hover {
    color: #000;
}

#moseley-load-more-btn:disabled {
    background: #999;
    cursor: not-allowed;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .moseley-event-row {
        flex-direction: column;
        text-align: center;
        margin-bottom: 25px;
        border: 0;

    }

    .moseley-events-list {
        background: #95202b;
    }

    .moseley-thumb {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 15px;
    }

    .moseley-action {
        margin: 15px 0 0;
    }

    div#moseley-tickets-container {
        margin-top: -5px;
    }

}