.elementor-17456 .elementor-element.elementor-element-2fd8ec2{--display:flex;}.elementor-17456 .elementor-element.elementor-element-b44240a .motta-brands-grid__items{--mt-brands-grid-columns:6;}.elementor-17456 .elementor-element.elementor-element-e559f87{--display:flex;}@media(max-width:1024px){.elementor-17456 .elementor-element.elementor-element-b44240a .motta-brands-grid__items{--mt-brands-grid-columns:4;}}@media(max-width:767px){.elementor-17456 .elementor-element.elementor-element-b44240a .motta-brands-grid__items{--mt-brands-grid-columns:3;}.elementor-17456 .elementor-element.elementor-element-b44240a .motta-brands-grid__item{margin-bottom:20px;}.elementor-17456 .elementor-element.elementor-element-b44240a .motta-brands-grid__image{width:85px;max-width:85px;height:85px;}}/* Start custom CSS for html, class: .elementor-element-3339ac9 *//* Compact Alphabet Filter */
.compact-alphabet-filter {
    overflow-x: auto;
    padding: 10px 0;
    margin-bottom: 5px;
    -webkit-overflow-scrolling: touch;
}

.compact-alphabet-filter::-webkit-scrollbar {
    height: 4px;
}

.compact-alphabet-filter::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 2px;
}

.alphabet-quick-nav {
    display: flex;
    gap: 4px;
    justify-content: center;
    min-width: max-content;
    padding: 0 10px;
}

.filter-btn.compact {
    min-width: 30px;
    height: 30px;
    padding: 0 8px;
    border: 1px solid #e0e0e0;
    background: white;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    white-space: nowrap;
}

.filter-btn.compact:hover {
    background: #f0f7ff;
    border-color: #0073aa;
    color: #0073aa;
    transform: translateY(-1px);
}

.filter-btn.compact.active {
    background: #0073aa;
    border-color: #0073aa;
    color: white;
}

.filter-btn.compact[data-letter="all"],
.filter-btn.compact[data-letter="num"] {
    min-width: 40px;
    font-size: 11px;
}

/* Search box styling */
#brand-search-input:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,115,170,0.1);
}

/* Brand items */
.motta-brands-grid__item {
    transition: opacity 0.3s, transform 0.3s;
}

.motta-brands-grid__item.filtered-out {
    opacity: 0.3;
    transform: scale(0.95);
    pointer-events: none;
}

/* Responsive */
@media (max-width: 768px) {
    .alphabet-quick-nav {
        gap: 3px;
        padding: 0 5px;
    }
    
    .filter-btn.compact {
        min-width: 28px;
        height: 28px;
        font-size: 11px;
    }
    
    #brand-search-input {
        max-width: 280px;
        font-size: 13px;
        padding: 8px 12px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2fd8ec2 *//* Alphabet Filter Container */
.alphabetical-brand-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 30px auto 20px;
    max-width: 100%;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Individual Letter Buttons */
.letter-filter {
    width: 42px;
    height: 42px;
    border: 2px solid #e0e0e0;
    background: white;
    border-radius: 50%;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    padding: 0;
}

.letter-filter:hover {
    background: #0073aa;
    color: white;
    border-color: #0073aa;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,115,170,0.2);
}

.letter-filter.active {
    background: #0073aa;
    color: white;
    border-color: #0073aa;
    transform: scale(1.1);
}

/* "ALL" and "0-9" buttons */
.letter-filter[data-letter="all"],
.letter-filter[data-letter="num"] {
    width: auto;
    padding: 0 15px;
    border-radius: 21px;
    font-size: 14px;
}

/* Filter Info Display */
.filter-info {
    text-align: center;
    margin: 15px 0 30px;
    font-size: 14px;
    color: #666;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

#active-filter {
    font-weight: 600;
    color: #0073aa;
    padding: 5px 15px;
    background: #f0f8ff;
    border-radius: 20px;
}

#brand-count {
    color: #666;
    font-style: italic;
}

/* No Results Message */
.no-brands-message {
    text-align: center;
    padding: 40px;
    background: #fff8e1;
    border-radius: 10px;
    margin: 20px 0;
    color: #e65100;
    border-left: 4px solid #ff9800;
    font-size: 16px;
}

/* Brand card styling */
.brand-card {
    transition: all 0.4s ease;
}

.brand-card.hidden {
    opacity: 0.3;
    transform: scale(0.95);
    pointer-events: none;
}/* End custom CSS */