.wz-resource-search[data-help-global-search] {
    position: relative;
    z-index: 30;
    overflow: visible !important;
}

.wz-help-search-popover {
    position: absolute;
    top: calc(100% + .65rem);
    right: 0;
    left: 0;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .34);
    border-radius: 1.15rem;
    background: #fff;
    box-shadow: 0 24px 65px rgba(1, 29, 60, .2);
    color: #011d3c;
    text-align: left;
}

.wz-help-search-popover[hidden] { display: none; }

.wz-help-search-popover__label {
    margin: 0;
    padding: .8rem 1rem .55rem;
    color: #64748b;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.wz-help-search-list {
    display: grid;
    max-height: min(26rem, 55vh);
    overflow-y: auto;
    padding: 0 .45rem .45rem;
}

.wz-help-suggestion {
    display: grid;
    gap: .2rem;
    border-radius: .8rem;
    padding: .72rem .75rem;
    color: inherit;
    text-decoration: none;
    transition: background-color .16s ease, transform .16s ease;
}

.wz-help-suggestion:hover,
.wz-help-suggestion:focus-visible {
    outline: none;
    background: #f8eef3;
    transform: translateX(2px);
}

.wz-help-suggestion__meta {
    color: #ce024b;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.wz-help-suggestion strong {
    font-size: .94rem;
    line-height: 1.35;
}

.wz-help-suggestion small {
    overflow: hidden;
    color: #64748b;
    font-size: .78rem;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wz-help-search-state {
    margin: 0;
    padding: 1rem;
    color: #64748b;
    font-size: .86rem;
    font-weight: 650;
    text-align: center;
}

.wz-help-search-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eef2f7;
    padding: .85rem 1rem;
    background: #fbfcfe;
    color: #ce024b;
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}

.wz-help-search-all[hidden] { display: none; }
.wz-help-search-all:hover { background: #f8eef3; }

.wz-help-category-icon {
    display: grid;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid #e4eaf1;
    border-radius: .875rem;
    background: #f5f7fa;
    color: #011d3c;
}

.wz-help-category-icon svg {
    display: block;
    width: 1.625rem;
    height: 1.625rem;
}

.wz-help-category-icon--large {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
}

.wz-help-category-icon--large svg {
    width: 1.75rem;
    height: 1.75rem;
}

@media (max-width: 640px) {
    .wz-help-search-popover { top: calc(100% + .45rem); }
    .wz-help-suggestion small { display: none; }
}
