.default-wp-page { display: none !important; }

#lazyload-more-btn {
    display: block;
    margin: 30px auto 20px auto;
    padding: 12px 120px;
    background: #005d33;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background 0.2s;
	font-weight: bold;
	border: 1px solid #005d33;
}
#lazyload-more-btn:hover {
    background: #a5c9b9;
	color: #005d33;
	border: 1px solid #005d33;
	font-weight: bold;
}

#loading-indicator {
    display: none;
    text-align: center;
    color: #555;
    margin-bottom: 20px;
    font-size: 1.4rem;
}
/*
.no-more-posts {
    text-align: center;
    color: #888;
    font-size: 1.4rem;
    margin-top: 24px;
    margin-bottom: 16px;
}
.no-more-links {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.no-more-links a {
    color: #198754;
    text-decoration: underline;
    margin: 0 8px;
}
.no-more-links a:hover {
    color: #145a32;
    text-decoration: none;
}

*/
.no-more-posts {
    background: #d3e3dc;
    border: 1px solid #005d33;
    padding: 15px;
    text-align: center;
    color: #000000;
    font-size: 1.7rem;
    margin-top: 24px;
    margin-bottom: 16px;
    border-radius: 7px;
}

.restart-link {
    color: #ad0000;
    font-weight: bold;
    transition: color 0.2s;
}

.restart-link:hover {
    color: #005d33;
    text-decoration: none;
}

.no-more-links {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 5px;
    margin-bottom: 10px;
}
.no-more-links a {
    color: #198754;
    margin: 0 8px;
    font-weight: 500;
    transition: color 0.2s;
	font-weight: bold;
}
.no-more-links a:hover {
    color: #145a32;
    text-decoration: none;
}