.latest-news-list .latest-news-list__text-category, .latest-news-list .latest-news-list__text-date{
    display: none; /* hides date and subject in Latest News list */
}
.latest-news-list__link {
    display: none; /* hides link in Latest News list */
}
.latest-news-list .latest-news-list__item {
    margin-bottom: 0; /* reduces padding on news*/
}
.latest-news-list .latest-news-list__bottom-button {
    width: 320px;
    height: 56px;
    border-radius: 30px;
    background-color: #25384A;
    color: #fff;
    font-size: 18px;
    font-weight: 100
}
.button--color-default:hover:not([disabled]):not(.button--disable-hover) {
    background-color: #d4e4e6;
    border-color: #fff
}
.latest-news-list .latest-news-list__bottom-button:hover {
background-color: #25384A;
color: #d4e4e6;
}
.btn.btn--primary.btn--brand-2 {
border-radius: 30px;
background-color: #25384A;
color: #fff;
width: 300px;
height: 60.43px;
}
.btn.btn--primary.btn--brand-2:hover {
background-color: #d4e4e6;
color: #25384A;
}
.benefit-list-b__image img, .benefit-list-b__image picture {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    min-width: 100%;
    border-radius: 30px;
}

.grid-cell {
        background: #f8f8f8;
    }
    .button--color-default {
        background-color: #90313e;
        color: #000;
        border-color: transparent;
    }
    .login-grid-wrapper {
        background-color: #f5f4f0;
    }
    .action-btn--2 {
        background: #90313e;
        color: #2f2f2f;
    }
    span.ebank-nav-company-selector__button-text::before {
        content: "Velg avtale: ";
        margin-right: 4px;
        color: #90313e;
        font-weight: 900;
    }
    .grid-cell {
        background: #f8f8f8;
    }
    [data-test-id="company-select-button"] svg.icon.icon_16_arrow-down {
        color: #90313e;
        stroke: #90313e;
        width: 16px;
        height: 16px;
    }
    [data-test-id="company-select-button"] svg.icon.icon_16_arrow-up {
        color: #90313e;
        stroke: #90313e;
        width: 16px;
        height: 16px;
    }
    h1.backdrop__title {
        color: #fff;
    }
    .account-overview__tools {
        background: white;
    }
    .widget-title {
        margin-top: 1.5rem;
        margin-bottom: 1.25rem;
        margin-left: 1.25rem;
    }
    .button--color-default:hover:not([disabled]) {
        border: solid;
        border-width: 1px;
        border-color: #90313e;
        color: #2d2d2d;
        box-shadow: none;
    }
    .quick-menu__trigger-button {
        transition: .1s linear all;
    }
    .quick-menu__trigger-button:hover {
        background: #90313e;
    }
    .quick-menu__trigger-button svg.quick-menu__icon--default {
        fill: #2f2f2f;
    }
    .account-overview-sections__cards-container {
        background: #f8f8f8;
    }
    .shortcuts-widget__top {
        background: #f8f8f8;
    }
.hero-module-a__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    max-width: 120%;
    margin-right: -80px;
    margin-left: -80px;
}
.invert .hero-module-a__content-frame {
    margin-right: 0;
    margin-left: 48px;
    float: right;
    border-radius: 15px;
}
.footer-contact-area {
    padding: 80px 16px;
    background-color: #d4e4e6;
}
.footer-widget-area {
    padding:80px 16px;
    background-color: #90313e;
}