﻿.standardpage .page h1 {
    margin-bottom: var(--spacing-xs);
    margin-bottom: var(--spacing-xxxs);
}

.standardpage .lead {
    margin-bottom: var(--spacing-xs);
}

.standardpage .page .article-menu {
    margin-bottom: var(--spacing-xs);
}

.standardpage h2 {
    margin-bottom: var(--spacing-xxs);
}

.standardpage h3 {
    margin-bottom: var(--spacing-xxxs);
}

#dela span {
    font-weight: 900;
}


a {
    scroll-margin-top: 4rem;
}

.share-links > .article-menu {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: var(--spacing-xxxs) 0;
}

.share-links > .article-menu > a {
    padding: var(--spacing-xxxs) 0;
    transform: scale(0.8);
}

.share-links > .article-menu > a > img {
    margin: 0;
}

    .share-links > .article-menu > a > img:hover {
        
    }


    @media only screen and (min-width : 800px) {
        .standardpage .page h1 {
        margin-bottom: var(--spacing-xxxs);
    }

    .standardpage .lead {
        margin-bottom: var(--spacing-sm);
    }

    .standardpage .page .article-menu {
        margin-bottom: var(--spacing-sm);
    }

    .standardpage h2 {
        font-size: 26px;
        margin-bottom: var(--spacing-xxxs);
    }

    .standardpage h3 {
        font-size: var(--font-size-l);
        margin-bottom: var(--spacing-xxxs);
    }
}
