#navigation li.seo_element {
    display: inline-block;
    width:auto;
    margin-right:0;
    font-size: 19px;
}

#navigation li.seo_element {
    margin-left:10vw;
}

#navigation li.seo_element + li.seo_element {
    margin-left:0;
}

@media only screen and (max-width: 960px){
    #navigation li.seo_element {
        margin-left:0;
        margin-right: 20px;
    }
}

#seo_social_float{
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
}

#seo_social_float ul{
    list-style: none;
}

#seo_social_float a{
    display: block;
    color: var(--primary-inverse-color);
    text-transform: uppercase;
    padding: 15px;
    font-size: 19px;
    float: left;
    margin-left: 1px;
    background: var(--primary-color);
}

#seo_social_float a i {
    width:16px;
}

#seo_social ul {
    list-style: none;
}

#seo_social li {
    display: inline-block;
}

#seo_social a {
    padding: 8px;
    font-size: 16px;
}

.seo-share {
    margin: 2rem 0;
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fafafa;
}

.seo-share h3 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.seo-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.seo-share-button {
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 999px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
}

.seo-share-button.facebook { background: #1877f2; }
.seo-share-button.twitter { background: #000000; }
.seo-share-button.linkedin { background: #0a66c2; }