.bh-container-4299d9ee {
    font-family: inherit;
    text-align: left;
}

.bh-subtitle {
    font-weight: 900;
    font-size: 3.5rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.bh-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 0 1.5rem 0;
    line-height: 1.4;
    color: #666;
}

.bh-description {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.bh-brands-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.bh-brand-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #1b321a;
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bh-brand-pill[href]:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.06);
}
