.eventsSearchbar {
    display: flex;
    margin-bottom: 1rem;
    background: #11121b;
    color: white;
    padding: 1rem;
    justify-content: center;
    font-weight: bold;
    align-items: end;
}

.eventsSearchbar button {
    background: #e9e9ed !important;
    color: black !important;
}
.eventSearchbar a {
    border-radius: 0 !important;
}

@media (max-width: 720px) {
    .eventsSearchbar {
        display: block;
    }

    .eventsSearchbar input, .eventsSearchbar select {
        margin-bottom: 10px;
    }
}

.eventsSearchbar input, .eventsSearchbar select {
    width: 100%;
}

.eventsSearchbar button, .eventsSearchbar a {
    padding: 3px 12px;
    font-weight: bold;
    border: none;
    text-decoration: none;
}

.eventsSearchbar a {
    background: #c1c1c1;
    color: black;
}

.eventsSearchbar > div {
    margin-right: 2rem;
}

.event:nth-child(odd) {
    background-color: #eee;
}

.eventList {
    margin-bottom: 2rem;
}

.archive .eventList h2 {
    margin-bottom: 0;
    margin-top: 1rem;
}

.event {
    padding: 1rem;
}

.event:last-child {
    border-bottom: none;
}

.event h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}

.event-content {
    margin: 10px 0;
}

.event-featuring {
    font-size: 14px;
}