.seokratie-floating-buttons {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 5;
}

.single-floating-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transition: background 0.3s;
}

a.single-floating-btn:hover {
    background: #19487D !important;
}

.single-floating-btn img {
    width: 65%;
}