/* Shared search omnibox component split from child style.css. */
.raovat1-search-omnibox-shell {
    display: flex;
    align-items: center;
    min-width: 0;
    width: 100%;
}

.raovat1-search-omnibox-shell .raovat1-search-omnibox {
    flex: 1 1 auto;
}

.raovat1-search-omnibox {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    height: 58px;
    min-height: 58px;
    padding: 0 8px 0 0;
    overflow: hidden;
    color: var(--raovat1-text);
    background:
        radial-gradient(circle at 84% 50%, rgba(216, 108, 255, 0.09), transparent 24%),
        linear-gradient(180deg, rgba(7, 8, 14, 0.98) 0%, rgba(3, 4, 8, 0.98) 100%);
    border: 1px solid rgba(216, 108, 255, 0.62);
    border-radius: 999px;
    box-shadow: 0 0 0 1px rgba(216, 140, 255, 0.1), 0 0 18px rgba(216, 140, 255, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 14px 30px rgba(0, 0, 0, 0.24);
}

.raovat1-search-omnibox__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    min-width: 64px;
    height: 100%;
    color: #eee5fb;
}

.raovat1-search-omnibox__icon svg {
    width: 27px;
    height: 27px;
}

.raovat1-search-omnibox__input {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    padding: 0 14px 0 0;
    color: var(--raovat1-text);
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    outline: 0;
}

.raovat1-search-omnibox__input::placeholder {
    color: #a69eb3;
    opacity: 1;
}

.raovat1-search-omnibox__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 126px;
    min-width: 126px;
    height: 44px;
    gap: 18px;
    padding: 0;
    color: #0e0714;
    background: linear-gradient(180deg, #d86cff 0%, #c45cff 100%);
    border: 0;
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 8px 20px rgba(197, 92, 255, 0.2);
    cursor: pointer;
    transition: box-shadow 160ms ease, filter 160ms ease, transform 160ms ease;
}

.raovat1-search-omnibox__button-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.raovat1-search-omnibox__button-search-icon,
.raovat1-search-omnibox__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.raovat1-search-omnibox__button-search-icon svg {
    width: 27px;
    height: 27px;
}

.raovat1-search-omnibox__button-icon svg {
    width: 28px;
    height: 28px;
}

.raovat1-search-omnibox__button:hover,
.raovat1-search-omnibox__button:focus-visible {
    color: #0e0714;
    filter: brightness(1.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 10px 24px rgba(197, 92, 255, 0.26);
}

.raovat1-search-omnibox__button:focus-visible {
    outline: 2px solid rgba(241, 213, 255, 0.9);
    outline-offset: 3px;
}

.raovat1-search-omnibox:focus-within {
    border-color: rgba(216, 140, 255, 0.72);
    box-shadow: 0 0 0 2px rgba(216, 140, 255, 0.18), 0 0 24px rgba(216, 140, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 14px 30px rgba(0, 0, 0, 0.26);
}
