div#clubnightlist-container {
	max-width: 100%;
    margin: 30px 0;
    border-top: 2px solid #595959;
    border-bottom: 2px solid #595959;
}

div.club-night-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #595959;
    min-height: min-content;
}

div.club-night-item:last-child {
    border-bottom: none;
}

div.club-date {
    flex: 0 0 125px;
    font-size: inherit;
    font-weight: bold;
    color: #2d3748;
    white-space: nowrap;
    padding-right: 20px;
    line-height: 1.4;
}

div.club-details {
    flex: 1;
    font-size: inherit;
    line-height: 1.5;
    color: #4a5568;
    word-wrap: break-word;
}

@media (max-width: 600px) {
    div.club-night-item {
        flex-direction: column;
        gap: 8px;
    }
    div.club-date {
        flex: none;
        width: 100%;
        padding-right: 0;
        white-space: normal;
    }
}

.article-header + .article-aside {
  margin-top: 10px !important;
}

.item-page-club-night-programme .article-aside {
	font-size: 1em;
	margin-bottom: 0;
}

@media screen and (max-width: 414px) {
    .item-page-club-night-programme .article-aside {
		font-size: 0.85em;
	}
}
