.nrk-masthead {
    position: relative;
    z-index: 9
}

.nrk-masthead .nrk-masthead__logo {
    color: inherit;
    background: none
}

.nrk-masthead__more {
    font-family: inherit
}

/* Fix font more-button */
.nrk-masthead__apps ul {
    height: inherit
}

.nrk-masthead__desktop {
    line-height: inherit
}

.nrk-masthead a::after,
.nrk-bottommenu a::after,
.nrk-bottommenu-footer a::after {
    display: none
}

.nrk-bottommenu-footer a {
    color: inherit
}

.nrk-bottommenu-footer-editors {
    display: none !important
}

.wp-block-rss__item a {
    display: block;
    color: inherit;
    text-decoration: none;
    margin: -.5rem -.5rem 1rem;
    padding: .5rem;
    font-size: .875rem;
    border-radius: 6px
}

.wp-block-rss__item h2 {
    margin: 1rem 0 0;
    font-size: 1.25rem
}

.wp-block-rss__item img {
    display: block;
    border-radius: 3px
}

.wp-block-latest-posts {
    margin: 2rem;
    list-style: none;
    font-size: .9375rem
}

.wp-block-latest-posts a {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: .2s
}

.wp-block-latest-posts a:hover {
    transform: translateY(-2px)
}

.wp-block-latest-posts a:active {
    transform: translateY(2px)
}

.wp-block-latest-posts img + h2 {
    margin: 1rem 0;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4
}

.wp-block-latest-posts.wp-block-latest-posts a {
    padding-bottom: 30px
}

.info-head__menu {
    list-style: none;
    white-space: nowrap;
    overflow: auto;
    margin: 0;
    padding: 0 10px
}

.info-head__menu li {
    display: inline-block;
    white-space: normal
}

.info-head__menu li:first-child {
    float: left;
    font-weight: 600
}

.info-head__menu a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 10px 5px
}

.info-head {
    text-align: right;
    margin: auto;
    max-width: 1190px;
    font-weight: 400;
    font-size: .875rem;
    line-height: 47px
}

.info-head + hr {
    height: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid var(--nrk-border)
}

.info-head .wp-block-search__suggest {
    position: absolute;
    text-align: left;
    font-size: 1rem;
    line-height: 1.6
}

/* Nudge boxes up over cover when positioned next to each other */
.wp-block-cover + .wp-block-nrk-box.alignfull {
    position: relative;
    z-index: 2;
    margin-top: -2rem
}

@media print {
    .nrk-masthead, .nrk-masthead, .nrk-bottommenu-footer, .info-head, .info-head + hr, .info-foot {
        display: none !important
    }
}

@media (max-width: 750px) {
    .info-head__menu li:first-child {
        float: none
    }
}

@media (min-width: 750px) {
    .info-head__menu {
        flex-grow: 1
    }

    .info-head {
        display: flex;
        align-items: center
    }

    .wp-block-latest-posts.columns-3 {
        flex-wrap: wrap
    }

    .wp-block-latest-posts.columns-3 a {
        flex: auto;
        width: 33.33%
    }
}

.post-password-form {
    margin-top: 50px;
    margin-bottom: 50px;
    background: rgba(196, 205, 213, .2);
    padding: 30px;
    border-radius: 3px
}

.post-password-form input[type="password"],
.post-password-form input[type="submit"] {
    background: #fff;
    color: inherit;
    border: 0;
    padding: 3px 7px;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px hsla(210, 15%, 50%, 0.4);
    font: inherit;
    font-size: 16px
}

.post-password-form input[type="submit"] {
    background: #ec0080;
    color: #fff;
    cursor: pointer;
    box-shadow: none;
    font-weight: 6 00
}

.post-password-form p {
    max-width: none;
    text-align: center
}

.post-password-form p:first-of-type {
    display: none
}


