/* =========================================================
   ANNONCØRBETALT ARTIKEL – MODEL
   ========================================================= */

.sponsor-article {
    box-sizing:border-box;
    width:100%;
    margin:0 0 12px;
    overflow:hidden;
    border:1px solid #DDDDDD;
    border-radius:6px;
    background:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    color:#3F474D;
}

.sponsor-article-header {
    padding:16px 18px 14px;
    background:#FFFFFF;
    border-bottom:1px solid #E6E9EB;
}

.sponsor-article-label {
    margin:0 0 5px;
    color:#8A949B;
    font-size:10px;
    font-weight:700;
    line-height:14px;
    letter-spacing:.7px;
    text-transform:uppercase;
}

.sponsor-article-header h1 {
    max-width:720px;
    margin:0;
    padding:0;
    color:#10315B;
    font-size:27px;
    font-weight:600;
    line-height:33px;
}

.sponsor-article-body {
    box-sizing:border-box;
    padding:17px 18px 7px;
    font-size:14px;
    line-height:22px;
}

.sponsor-article-body p {
    margin:0 0 16px;
    padding:0;
}

.sponsor-article-body h2 {
    clear:none;
    margin:25px 0 9px;
    padding:0;
    color:#10315B;
    font-size:18px;
    font-weight:600;
    line-height:24px;
}

.sponsor-article-body a {
    color:#104470;
    font-weight:600;
    text-decoration:underline;
    text-decoration-thickness:1px;
    text-underline-offset:2px;
}

.sponsor-article-image {
    margin:3px 0 14px 18px;
}

.sponsor-article-image-right {
    float:right;
}

.sponsor-article-image img {
    display:block !important;
    box-sizing:content-box !important;
    width:200px !important;
    height:auto !important;
    max-width:200px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:4px;
}

.sponsor-article-footer {
    clear:both;
    padding:10px 18px;
    background:#F6F8F9;