@media (max-width: 767px) {
    .blog-details iframe {
        width: 100% !important;
    }
}

.return-to {
	padding: 1rem 3rem;
}
.return-to > a {
	display: block;
    position: relative;
    font-family: NotoSans-Bold;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 14px;
    text-decoration: none;
}
.return-to > a:before {
	content: "";
    width: 11px;
    height: 12px;
    display: block;
    background-image: url("../../../../etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/arrows/Icon_BackArrow_link.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    background-size: 68%;
}

.nav-arrows {
	display: flex;
    justify-content: space-between;
    margin: 80px 0;
}

.nav-arrows > h4 {
	flex: 0 0 50%;
    width: 50%;
}

.arrow-back {
    position: relative;
    font-family: NotoSans-Bold;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 28px;
}

.arrow-next {
    display: flex;
    position: relative;
    justify-content: flex-end;
    font-family: NotoSans-Bold;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 28px;
}

.arrow-back > a {
	padding-left: 30px;
}

.arrow-next > a {
	padding-right: 30px;
}

.arrow-back > a:before {
	content: "";
    width: 16px;
    height: 17px;
    background: url("../../../../etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/arrows/left-arrow-icon.svg") no-repeat;
    position: absolute;
    top: 7px;
    left: 7px;
}

.arrow-next > a:after {
	content: "";
    width: 16px;
    height: 17px;
    background: url("../../../../etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/arrows/left-arrow-icon.svg") no-repeat;
    position: absolute;
    top: 7px;
    right: 7px;
    transform: rotate(180deg);
}
.previous-next-page a {
    color: #24641C;
}

@media (forced-colors: active) and (prefers-color-scheme: dark) {
    .arrow-next > a:after {
        filter: invert(1);
    }
    .arrow-back > a:before {
        filter: invert(1);
    }
}

.articlenavigation a {
    color: #24641C;
}
.art-pagination .page-link{
    color: #2A641C !important;
}
.art-pagination .page-link:hover{
    color: #2d4f2a !important;
}
.blog-details .pf-content p img {
    object-fit: contain;
}
@media only screen and (max-width: 991px) {
	.return-to {
		padding: 1rem 0;
    }
}

@media only screen and (max-width: 767px) {


    .arrow-next > a:after {
		top: 30%;
    }
}