.bggb-combobox {
    margin-bottom: 1em;
    width: 100%;
}

.bggb-combobox__row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8em;
}

.bggb-combobox__field {
    flex: 1 1 180px;
    min-width: 140px;
}

.bggb-combobox__label {
    display: block;
    font-size: 0.85em;
    margin-bottom: 0.3em;
}

.bggb-combobox__select {
    width: 100%;
    box-sizing: border-box;
    padding: 0.6em 0.8em;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    background: #fff;
}

.bggb-combobox__select:disabled {
    background: #f3f3f3;
    color: #999;
}

.bggb-combobox__status {
    font-size: 0.8em;
    color: #666;
    margin: 0.3em 0 0;
    min-height: 1.2em;
}

.bggb-combobox__fallback-toggle {
    background: none;
    border: none;
    padding: 0;
    margin: -0.5em 0 1em;
    color: #666;
    text-decoration: underline;
    font-size: 0.8em;
    cursor: pointer;
}
