.bb-trustindex-widget-wrapper {
    margin: 0 auto;
    padding: 20px;
}

.bb-trustindex-slider {
    text-align: center;
    margin-bottom: 40px;
}

.bb-trustindex-title {
    text-align: center;
    margin: 40px 0;
}

.bb-trustindex-widget {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.bb-trustindex-office {
    flex: 1 1 100%;
    min-width: 250px;
    max-width: 300px !important;
    text-align: center;
    margin-bottom: 20px;
}

.bb-trustindex-review-button {
    margin: 10px 0;
}

.bb-trustindex-sms-btn {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}

.bb-trustindex-column {
    display: flex;
    gap: 2.5rem;
}

pressidium-floating-button {
    bottom: 5rem !important;
}

/* Responsywność */
@media (min-width: 576px) {
    .bb-trustindex-widget[data-columns="2"] .bb-trustindex-office {
        flex-basis: calc(50% - 10px);
    }
}

@media (min-width: 768px) {
    .bb-trustindex-widget[data-columns="3"] .bb-trustindex-office {
        flex-basis: calc(33.333% - 13.333px);
    }
}

@media (min-width: 992px) {
    .bb-trustindex-widget[data-columns="4"] .bb-trustindex-office {
        flex-basis: calc(25% - 15px);
    }
}

@media (min-width: 1200px) {
    .bb-trustindex-widget[data-columns="5"] .bb-trustindex-office {
        flex-basis: calc(20% - 16px);
    }
}


.bb-trustindex-office{
    min-width: calc(var(--opinie) - 16px) !important;
}


@media (max-width: 767px) {
    .bb-trustindex-column {
        flex-direction: column;
    }
}


