.wsf-social-float {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wsf-social-float--right {
    right: 0;
}

.wsf-social-float--left {
    left: 0;
}

.wsf-social-float__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #fff;
    border: 1px solid #d9dee1;
    color: #17a2a0;
    text-decoration: none;
    transition: box-shadow .2s ease;
}

.wsf-social-float--right .wsf-social-float__icon {
    border-radius: 6px 0 0 6px;
    border-right: none;
}

.wsf-social-float--left .wsf-social-float__icon {
    border-radius: 0 6px 6px 0;
    border-left: none;
}

.wsf-social-float__icon:hover,
.wsf-social-float__icon:focus {
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    color: #17a2a0;
    text-decoration: none;
}

.wsf-social-float__icon svg {
    width: 22px;
    height: 22px;
}

@media (max-width: 767px) {
    .wsf-social-float__icon {
        width: 36px;
        height: 36px;
    }

    .wsf-social-float__icon svg {
        width: 18px;
        height: 18px;
    }
}

/* Box "Dołącz do nas na Facebooku" w stopce */
.wsf-fbbox {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 260px;
    padding: 12px;
    background: #fff;
    border: 1px solid #d9dee1;
    border-radius: 6px;
    box-sizing: border-box;
}

.wsf-fbbox__top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wsf-fbbox__icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #eef8f8;
    color: #17a2a0;
    overflow: hidden;
}

.wsf-fbbox__icon svg {
    width: 18px;
    height: 18px;
}

.wsf-fbbox__icon img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}

.wsf-fbbox__text {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
}

.wsf-fbbox__title {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
}

.wsf-fbbox__followers {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 2px 0 0;
    font-size: 11px;
    color: #767676;
}

.wsf-fbbox__followers svg {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
}

.wsf-fbbox__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 9px 12px;
    background: #17a2a0;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    box-sizing: border-box;
    transition: box-shadow .2s ease;
}

.wsf-fbbox__button,
.wsf-fbbox__button span,
.wsf-fbbox__button:visited {
    color: #fff !important;
}

.wsf-fbbox__button:hover,
.wsf-fbbox__button:focus {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    text-decoration: none;
}

.wsf-fbbox__button-icon {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
}

@media (max-width: 480px) {
    .wsf-fbbox {
        max-width: 100%;
    }
}
