.bitd-next-show {
    display: inline-block;
    padding: 1rem 1.25rem;
    border: 1px solid #e5e5e5;
    border-radius: .5rem;
    line-height: 1.4;
}
.bitd-next-show__label {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    opacity: .7;
    margin-bottom: .25rem;
}
.bitd-next-show__date {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: .25rem;
}
.bitd-next-show__title {
    font-weight: 600;
    margin-bottom: .25rem;
}
.bitd-next-show__venue {
    font-weight: 500;
}
.bitd-next-show__location {
    opacity: .8;
    margin-bottom: .25rem;
}
.bitd-next-show__city,
.bitd-next-show__region {
    display: inline;
}
.bitd-next-show__lineup {
    font-size: .9em;
    opacity: .85;
    margin-bottom: .25rem;
}
.bitd-next-show__description {
    font-size: .9em;
    opacity: .85;
    margin-bottom: .5rem;
}
.bitd-next-show__cta {
    display: inline-block;
    margin-top: .25rem;
    text-decoration: underline;
}

.bitd-events {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bitd-events__item {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    padding: .75rem 0;
    border-bottom: 1px solid #eee;
}
.bitd-events__item:last-child {
    border-bottom: 0;
}
.bitd-events__date {
    font-weight: 600;
    min-width: 8rem;
}
.bitd-events__info {
    flex: 1;
    min-width: 10rem;
}
.bitd-events__title {
    font-weight: 600;
}
.bitd-events__venue {
    font-weight: 500;
}
.bitd-events__location {
    opacity: .8;
    font-size: .9em;
}
.bitd-events__city,
.bitd-events__region {
    display: inline;
}
.bitd-events__lineup {
    font-size: .85em;
    opacity: .85;
}
.bitd-events__description {
    font-size: .85em;
    opacity: .85;
}
.bitd-events__cta {
    text-decoration: underline;
}
