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

.return-to {
    margin: 50px 0 30px;
}
.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;
    flex-flow: row wrap;
    margin: 80px 0;
}

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

.arrow-back {
	position: relative;
}

.arrow-next {
	display: flex;
    position: relative;
    justify-content: flex-end;
}

.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);
}

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

.articles a,
.articles a span {
  color: #40753c !important;
}

.articles a,
.article a {
    text-decoration: underline;
}

.article a {
    color: #40753c !important;
}

.art-pagination .page-link{
    color: #2A641C !important;
}
.art-pagination .page-link:hover{
    color: #2d4f2a !important;
}
.blog-details .pf-content p img {
    object-fit: contain;
}
.blog-details h1{
	line-height: 46px;
}
.blog-page .blog-rte-align h1.header {
    font-family: NotoSans-Bold;
    font-size: 22px;
    line-height: 46px;
}

@media only screen and (max-width: 992px) {
	.return-to {
        margin: 30px 0 30px;
    }
}
.blog-rte-align .rte-content {

    padding: 0 10px !important;

}