/* Primary add CTAs on /events and /news — loaded outside the CSS bundle. */
.page-concerts .concerts-btn-add--primary,
#cms-news.editorial-list-page .editorial-list__submit-btn--primary {
    border-color: #1DB954;
    background: #1DB954;
    color: #fff;
}

.page-concerts .concerts-btn-add--primary:hover,
#cms-news.editorial-list-page .editorial-list__submit-btn--primary:hover {
    border-color: #169c46;
    background: #169c46;
    color: #fff;
}

.page-concerts .concerts-btn-add--primary,
#cms-news.editorial-list-page .editorial-list__submit-btn--primary {
    min-height: 38px;
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
}
