/* Shared load-more button for MZ grid plugins (News Grid, Author Grid, Authors List). */

.mzng-load-more-wrap,
.mzng-load-more {
    font-family: "Roboto", sans-serif;
}

.mzng-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.mzng-load-more {
    background-color: #d62828;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding-top: 19px;
    padding-bottom: 22px;
    position: relative;
    z-index: 1;
    border: none;
    cursor: pointer;
    margin-top: -10px;
    font-size: 15px;
    font-weight: 700;
}

.mzng-load-more:hover,
.mzng-load-more:focus-visible {
    background: #000;
    color: #fff;
    outline: none;
}

.mzng-load-more:disabled {
    opacity: 0.5;
    cursor: wait;
}
