/*      Bloghero    */
section.smhi-component--darkmode.smhi-section--more-info {
    background-color: var(--color-sky-40);
}
.smhi-section--more-info [class*="sv-column-"]>.sv-text-portlet {
    margin: 0;
}

@media screen and (min-width: 64.0625rem) {
    section.smhi-component--darkmode.smhi-section--more-info {
        padding: 2rem var(--desktop-side-spacing);
    }
}

@media screen and (max-width: 64rem) and (min-width: 48rem) {

    section.smhi-component--darkmode.smhi-section--more-info {
        padding: 2rem var(--tablet-side-spacing);
    }

}

@media screen and (max-width: 47.9375rem) {
    section.smhi-component--darkmode.smhi-section--more-info {
        padding: 2rem var(--mobile-side-spacing);;
    }
}