/* Event catalog save control: keeps the existing square COPP card language. */
.copp-events-card {
    display: block;
    min-height: 410px;
}

.copp-events-card:hover,
.copp-events-card:focus-within {
    color: inherit;
    text-decoration: none;
}

.copp-events-card__link {
    color: inherit;
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 410px;
    text-decoration: none;
}

.copp-events-card__link:hover,
.copp-events-card__link:focus {
    color: inherit;
    text-decoration: none;
}

.copp-events-card__link:focus .copp-events-card__media img {
    transform: scale(1.03);
}

.copp-events-card__save {
    border-top: 1px solid rgba(var(--copp-ink-rgb), 0.12);
    padding: 0 18px 16px;
}

.copp-events-card__save form {
    margin: 0;
}

.copp-events-card__save-button {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(var(--copp-ink-rgb), 0.22);
    border-radius: 0;
    color: var(--copp-ink);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    min-height: 36px;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.copp-events-card__save-button:hover,
.copp-events-card__save-button:focus-visible {
    background: var(--copp-ink);
    border-color: var(--copp-ink);
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .copp-events-card {
        min-height: 0;
    }

    .copp-events-card__link {
        min-height: 0;
    }
}
