.ffhb-brand-spinner {
    width: 12px;
    height: 12px;
    border: 2px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;
    animation: ffhb-spin 0.7s linear infinite;
    visibility: hidden;
}
.column-hide_in_brands_page {
    text-align: center !important;
}
.column-hide_in_brands_page .ffhb-brand-toggle-wrapper {
    justify-content: center;
}

@keyframes ffhb-spin {
    to {
        transform: rotate(360deg);
    }
}
