/* Nyhed-X Facebook share button design */
.nyhed-x__fb-btn{
    display:inline-flex;
    align-items:center;
    gap:6px;

    background:#009640;
    color:#fff;
    font:400 12px/1.2 sans-serif;
    text-decoration:none;

    border:2px solid #000;
    border-radius:10px;
    padding:7px 30px;
    margin:10px 0;
    transition:background .2s ease,color .2s ease,border-color .2s ease;
}
.nyhed-x__fb-btn svg{
    width:14px;
    height:14px;
    fill:currentColor;
}
.nyhed-x__fb-btn:hover{
    background:#000;
    color:#009640;
    border-color:#009640;
}
