.module-querybzh .bzh-recherche-wrap {
    max-width: 550px;
    margin: 1rem 0;
    font-family: inherit;
}
.module-querybzh .bzh-recherche-label {
    font-size: 13px;
    color: #555;
    margin: 0 0 10px 0;
}
.module-querybzh .bzh-recherche-form {
    display: flex;
    align-items: stretch;
    gap: 8px;
    flex-wrap: nowrap;
}
.module-querybzh .bzh-recherche-champ {
    flex: 1;
    display: flex;
    align-items: stretch;
    border: 1px solid #1A1A1A;
    border-radius: 4px;
    overflow: hidden;
    background: #FFFFFF;
    min-width: 0;
}
.module-querybzh .bzh-recherche-input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    padding: 0 14px;
    font-size: 22px;
    color: #1A1A1A;
    background: transparent;
    height: 60px;
    box-shadow: none;
}
.module-querybzh .bzh-recherche-suffixe {
    display: flex;
    align-items: center;
    padding: 0 14px;
    background: #F2F2F2;
    border-left: 1px solid #E0E0E0;
    color: #1A1A1A;
    font-size: 15px;
    font-weight: 500;
}
.module-querybzh .bzh-recherche-bouton {
    flex-shrink: 0;
    height: 60px;
    padding: 0 22px;
    border: none;
    border-radius: 4px;
    background: #ff8c00;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease;
}
.module-querybzh .bzh-recherche-bouton:hover,
.module-querybzh .bzh-recherche-bouton:focus {
    background: #e07b00;
    color: #FFFFFF;
}
.module-querybzh .bzh-recherche-message {
    font-size: 12px;
    color: #777;
    margin: 8px 0 0 0;
    min-height: 16px;
}
@media (max-width: 480px) {
    .module-querybzh .bzh-recherche-form { flex-direction: column; }
    .module-querybzh .bzh-recherche-bouton { width: 100%; }
}