@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

.b_header-wrapper {
    max-height: 108px;
}

body {
    background: #eef6f6;
}

#mainwrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

#dashboardwrapper {
    min-height: unset !important;
}

#innerfooter {
    line-height: 1.6;
}

#innerfooter h3 {
    font-family: 'Merriweather', serif;
    font-weight: normal;
    line-height: 1.3;
}

.wrapper-sidebar .theme-link a {
    line-height: 1.2em;
}

.name_swing_stories #dashboardwrapper::before {
    content: 'ABF Arbeidsmarktrapportage 2025';
    font-size: 25px;
    top: 16px;
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
    max-width: 1140px;
    width: 100%;
    position: relative;
}

.dashblock.colRight, .dashblock.colLeft, .dashblock.colFull.single, .dashblock.colFull.free {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.screenshot.name_swing_stories #dashboardwrapper::before {
    width: 890px;
}

.screenshot #mainwrapper {
    display: block;
}