<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   MTS Socially Viral child
 Theme URI:    https://www.weblog-media.com/
 Description:  MTS Socially Viral Child
 Author:       Eelco Luurtsema
 Author URI:   https://www.weblog-media.com/
 Template:     mts_sociallyviral
 Version:      1.1.3
 Tags:         plaats, hier, jouw, tags, gescheiden, door, kommas
 Text Domain:  mts_sociallyviral-child
*/

/* =Eigen CSS hier beneden plaatsen
-------------------------------------------------------------- */

.next-page-link-wrapper{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.next-page-link {
	width: calc(100% - 2px);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.next-page-link a {
	display: block;
	background-color: #4f73b8;
	font-weight: 800;
    padding: 20px 0;
    font-size: 24px;
    color: #fff !important;
    border-radius: 5px;
    border: 1px solid;
    transition: all 0.25s linear;
}

.next-page-link a:hover {
	background-color: #ec4e13;
}

div.pagination a {
	margin-bottom: 5px;
}

@media (max-width: 768px){
    .next-page-link .text{
        display: none;
    }
}
</pre></body></html>