/*
Theme Name: Event Ticket Shop
*/

body {
    font-family: sans-serif;
    margin: 20px;
}

.event-list {
    list-style: none;
    padding: 0;
}

.event-list li {
    margin-bottom: 10px;
}

.event-title {
    font-size: 1.2em;
    font-weight: bold;
}

.event-details {
    margin-top: 5px;
}
