.bb-search-embed {
    width: 100%;
    max-width: 460px;
    font-family: inherit;
}

.bb-search-label {
    font-family: 'Lora', Georgia, serif;
    font-style: italic;
    font-size: 0.85rem;
    color: var(--bb-embed-accent, #9e7640);
    text-align: center;
    margin: 0 0 10px;
}

.bb-search-input-wrap {
    display: flex;
    align-items: center;
    border: 1.5px solid rgba(0,0,0,0.12);
    border-radius: 999px;
    background: #fff;
    padding: 2px;
    transition: border-color 0.15s ease;
}

.bb-search-input-wrap:focus-within {
    border-color: #8a6a1e;
}

.bb-search-icon {
    width: 20px;
    height: 20px;
    margin: 0 8px 0 16px;
    color: var(--bb-embed-accent, #9e7640);
    flex-shrink: 0;
}

.bb-search-input {
    flex: 1;
    min-width: 0;
    border: none;
    background: none;
    outline: none;
    font-family: 'Lora', Georgia, serif;
    font-style: italic;
    font-size: 1rem;
    color: #2b2417;
    padding: 12px 8px;
}

.bb-search-input::placeholder {
    color: #766c58;
    opacity: 0.75;
}

.bb-search-btn {
    font-family: inherit;
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    background: color-mix(in srgb, var(--bb-embed-accent, #9e7640) 70%, black);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 10px 22px;
    margin-right: 2px;
    cursor: pointer;
    white-space: nowrap;
}

.bb-search-btn:hover {
    background: color-mix(in srgb, var(--bb-embed-accent-dark, #c49840) 70%, black);
}

.bb-search-hint {
    text-align: center;
    font-size: 0.76rem;
    color: #766c58;
    margin: 10px 0 0;
}
