/* Seacrh */
.popup-drawer .drawer-inner {
    width: 80%;
    height: 30vh;
}

.popup-drawer.active .drawer-inner {
    transform: translate(-10%, 35vh);
}

#search-drawer .drawer-inner input.search-field:focus {
    box-shadow: 0 5px 15px -7px rgb(0 0 0 / 10%);
}
.popup-drawer .search-form .kadence-search-icon-wrap {
    background-color: #542E91;
}

#search-drawer .drawer-inner .drawer-content form .kadence-search-icon-wrap {
    color: #ffffff;
}

#search-drawer .drawer-inner .drawer-content form input.search-submit:hover ~ .kadence-search-icon-wrap,
#search-drawer .drawer-inner .drawer-content form button[type="submit"]:hover ~ .kadence-search-icon-wrap {
    color: #ffd101;
}

.kadence-search-icon-wrap .kadence-svg-iconset svg {
    height: 1.4em;
    width: 1.4em;
}

.search-archive-title .page-title {
    display: none;
}

/* Hero */
.hero-search-form input[type="search"] {
    color: #333333;
    border-radius: 0;
    padding: 0.4em 2em 0.4em 0.5em;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #999B9D;
}

/* Results */
.search-result {
    padding-bottom: 1em;
    border-bottom: 1px solid #f1f1f1;
}

a.post-more-link {
    color: var(--global-palette-highlight);
}

a.post-more-link:hover {
    color: #333333;
}