:root
{
    --logo: url("/app/themes/stemwijzer-child/img/logo-stemwijzer.svg");
}

ul p{margin: 0}

#election-extras
{
    gap: 60px;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px)
{
    .block-description
    {
        padding: 0px;
        margin-top: -9px;
    }
}

@media screen and (min-width: 991px)
{
    .block-description {margin-top: 12px}
}

@media screen and (min-width: 1200px)
{
    .block-description {margin-top: 32px}

    #election-extras
    {
        flex-direction: row;
        justify-content: space-between;
    }

    #election-extras:has(.full-width) {flex-direction: column}
    #election-extras:has(.full-width) #tools {align-items: flex-start}
    #election-extras:has(.full-width) #tools-container {justify-content: center}
    #election-extras:has(.full-width) .tool, #election-extras:has(.full-width) .product {max-width: 520px}
}