predictive-search {
    position: relative;
}

predictive-search[open='true'],
predictive-search[open='true'] .predictive-search {
    display: block;
}

.header .header__search predictive-search {
    max-width: 100%;
    position: static;
}

.header__search  predictive-search .predictive-search {
    left: auto;
    max-width: calc(100% - (var(--site-padding) * 2));
    right: var(--site-padding);
    width: 62.5rem;
}
