/* CSS voor de sticky tab aan de rechterkant */
#br-sst-social-tab {

    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 500;
    background-color: #333;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

}

#br-sst-social-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#br-sst-social-tab ul li {
/*    margin-bottom: 10px; */
}

.br-sst-icon {
//    display: block;
    width: 40px;
//    height: 40px;
    height: 30px;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 17px;
    background-color: #555;
    transition: background-color 0.3s ease;
}

.br-sst-icon:hover {
    background-color: #0073e6;
}

/* Specifieke kleuren voor de social media */

.br-sst-facebook {
/*    background-color: #3b5998; */
}

.br-sst-x {
/*    background-color: #00aced; */
}

.br-sst-instagram {
/*    background-color: #e4405f; */
}

.br-sst-linkedin {
/*    background-color: #0077b5; */
}

.br-sst-youtube {
/*    background-color: #0077b5; */
}

.br-sst-tiktok {
/*    background-color: #0077b5; */
}
