.post-navigation-192e5fc7 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.post-navigation-192e5fc7 .nav-prev,
.post-navigation-192e5fc7 .nav-next {
    flex: 1;
}

.post-navigation-192e5fc7 .nav-next {
    text-align: right;
}

.post-navigation-192e5fc7 a {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
}

.post-navigation-192e5fc7 .nav-label {
    font-size: 0.9em;
    text-transform: uppercase;
    color: #666;
}

.post-navigation-192e5fc7 .nav-title {
    font-weight: bold;
    color: #333;
}

.post-navigation-192e5fc7 a {
	flex-direction: row-reverse;
	gap: 16px;
}

.post-navigation-192e5fc7 a .fas {
	margin-block: auto;
	font-size: 30px;
}

.post-navigation-192e5fc7 a .nav-content {
	display: flex;
	flex-direction: column;
}

.fas.fa-arrow-right, .fas.fa-arrow-left {
	color : #FF9E26
}

