.mola-search-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 9999;
    transition: opacity 220ms cubic-bezier(.22,.61,.36,1);
}
.mola-search-scrim {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    cursor: pointer;
}
.mola-search-pill:hover, .mola-search-pill:focus {
    background: var(--cream, #F5F3ED) !important;
}