/* Keep the empty events state useful without changing the existing event design. */
.copp-events-empty__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.copp-events-empty__actions .copp-news-btn {
    margin: 0;
}

@media (max-width: 767.98px) {
    .copp-events-empty__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .copp-events-empty__actions .copp-news-btn {
        width: 100%;
    }
}
