.gdm-cm-latest-concert-title {
    margin-bottom: -8px;
    font-size: 20px;
    font-weight: bold;
    flex-grow: 0;
}

.gdm-cm-latest-concert-box-date {
    font-weight: bold;
}

.gdm-cm-latest-concert-box-link {
    display: block;
    margin-top: 5px;
    color: white;
}

.gdm-cm-latest-concert-box-link:hover {
    color: #d4d4d4;
}

.gdm-cm-concert-container {
    margin-bottom: 30px;
}

.gdm-cm-practice-container {
    margin-bottom: 20px;
}

.gdm-cm-practice-container:last-child {
    margin-bottom: 0;
}

.gdm-cm-year-container {
    margin-bottom: 30px;
}

.gdm-cm-year-container:last-child {
    margin-bottom: 0;
}

.gdm-cm-concert-container:last-child {
    margin-bottom: 0;
}

.gdm-cm-concert-title {
    font-weight: bold;
    font-size: 30px;
    color: var(--font);
}

.gdm-cm-practice-title {
    font-weight: bold;
}

.gdm-cm-practice-information {
    font-weight: bold;
}

@media (max-width: 1000px) {
    .gdm-cm-concert-title {
        font-size: 20px;
    }
}

.gdm-cm-concert-information {

}

.gdm-cm-concert-expandable {
    display: none;
}

.gdm-cm-concert-container > .expanded .gdm-cm-concert-expandable {
    display: block;
}

.gdm-cm-concert-container .expandable-plus {
    display: inline;
}

.gdm-cm-concert-container > .expanded .expandable-plus {
    display: none;
}

.gdm-cm-concert-container .expandable-minus {
    display: none;
}

.gdm-cm-concert-container > .expanded .expandable-minus {
    display: inline;
}

.gdm-cm-concert-expand {
    display: inline-block;
    cursor: pointer;
}

.gdm-cm-concert-news-heading {
    margin-top: 7px;
    font-weight: bold;
}

.gdm-cm-concert-expand-container:not(:last-child) {
    margin-bottom: -3px;
}

.gdm-cm-concert-box-subtitle {
    font-weight: bold;
    margin-top: 15px;
}

.gdm-cm-concert-picture-container {
    margin-top: 20px;
}

.gdm-cm-button {
    position: relative;
    bottom: unset;
    left: unset;
    padding: 5px 10px;
    background-color: var(--accent);
    color: white;
    display: inline-block;
    margin-top: 15px;
    transition: background-color .3s;
}

.gdm-cm-button:hover {
    background-color: var(--accent-hover);
    color: white;
}