.home-brands-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px;
    background: #fff;
}

.home-brand-pill {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    color: #111;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 150ms ease, background 150ms ease;
}

.home-brand-pill:hover {
    border-color: #bbb;
    background: #f9f9f9;
}
