.lmg-loadmore-wrap {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    width: 100%;
}
.lmg-load-more-btn {
    display: inline-block;
    cursor: pointer;
    padding: 12px 36px;
    border: 2px solid #222;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
    user-select: none;
}
.lmg-load-more-btn:hover,
.lmg-load-more-btn:focus {
    background-color: #222;
    color: #fff;
    outline: none;
    text-decoration: none;
}
