body.references-template-default {
padding-top: 100px;
}
.mM_backbutton_container {
margin-bottom: 23px;
}
.mM_backbutton_container .mM_backbutton {
display: inline-flex;
align-items: center;
gap: 0 10px;
}
.mM_backbutton_container .mM_backbutton_icon {
fill: #374052;
width: 17px;
margin-bottom: 4px;
transform: rotate(180deg);
transition: transform .4s, fill .4s;
}
.mM_backbutton_container .mM_backbutton_title {
font-family: 'Nexa-Heavy', sans-serif;
font-weight: 800;
letter-spacing: 1px;
transition: color .4s;
}
.mM_backbutton_container .mM_backbutton:hover .mM_backbutton_icon {
transform: rotate(180deg) translateX(5px);
fill: #2d99f7;
}
.mM_backbutton_container .mM_backbutton:hover .mM_backbutton_title {
color: #2d99f7;
}
body.single-references.with_bg_image {
background-size: 100% auto;
background-repeat: no-repeat;
background-position: top center;
}