.help-block {
    color: #f3846d;
}

#global-search-form {
    width: min(430px, 34vw);
}

#global-search-form #search-dropdown {
    width: min(480px, calc(100vw - 2rem));
    padding: 0;
    overflow: hidden;
}

.global-search-scroll {
    max-height: 390px;
}

.global-search-state {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1.25rem;
}

.global-search-state > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    color: var(--vz-primary);
    background: rgba(var(--vz-primary-rgb), .12);
    font-size: 1.15rem;
}

.global-search-group + .global-search-group {
    border-top: 1px solid var(--vz-border-color);
}

.global-search-group-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .55rem 1rem .35rem;
    color: var(--vz-secondary-color);
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.global-search-result {
    padding: .65rem 1rem;
    white-space: normal;
}

.global-search-result .global-search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: .4rem;
    color: var(--vz-primary);
    background: rgba(var(--vz-primary-rgb), .1);
    font-size: 1rem;
}

.global-search-result:hover,
.global-search-result.active,
.global-search-result:focus {
    color: var(--vz-body-color);
    background: var(--vz-tertiary-bg);
    outline: none;
}

.global-search-result-title,
.global-search-result-subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.global-search-result .min-w-0 {
    min-width: 0;
}

.global-search-result-title {
    color: var(--vz-heading-color);
    font-size: .82rem;
    font-weight: 500;
}

.global-search-result-subtitle {
    margin-top: .12rem;
    color: var(--vz-secondary-color);
    font-size: .7rem;
}

.global-search-footer kbd {
    margin-right: 2px;
    padding: 1px 4px;
    color: var(--vz-secondary-color);
    background: var(--vz-tertiary-bg);
    border: 1px solid var(--vz-border-color);
    box-shadow: none;
}
