.sellers-list {
    max-width: 800px;
    margin: 0 auto;
}

.letter-group {
    margin-bottom: 2rem;
}

.letter-header {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--brand-color);
}

.letter-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--brand-color);
    margin: 0;
    text-align: left;
}

.letter-sellers .seller-item {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
}

.letter-sellers .seller-item:last-child {
    border-bottom: none;
}

.seller-link {
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.seller-link:hover {
    background-color: #f8f9fa;
    color: var(--brand-color);
    text-decoration: none;
}

.seller-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.seller-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e9ecef;
    flex-shrink: 0;
}

.seller-info {
    flex-grow: 1;
    min-width: 0;
}

.seller-name-badges {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.seller-name {
    font-weight: 500;
    color: inherit;
}

.seller-stats {
    flex-shrink: 0;
    margin-left: auto;
}

.product-count {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 400;
    white-space: nowrap;
}

.badges-list {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: 0.5rem;
}

.badges-list-img {
    height: 20px;
    width: auto;
    border-radius: 2px;
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.badges-list-img:hover {
    opacity: 1;
}

#frm_fat_id_frmSearchShops .mega-search-input {
    padding: 25px 2.5rem;
}

