/*
Theme Name: SPChina Facelift v2
Theme URI: https://spchina.de/
Author: GLZR / Philipp Glaser
Description: Custom Timber + Tailwind theme for SPChina.
Version: 1.1.1
Text Domain: spchina
*/

@media (min-width: 1024px) {
    .spchina-site-search-desktop {
        display: block;
    }

    .spchina-site-nav-desktop {
        display: flex;
    }
}

@media (max-width: 1023px) {
    .spchina-site-nav-desktop {
        display: none;
    }
}

.spchina-search-dropdown {
    position: relative;
    display: inline-flex;
}

.spchina-search-dropdown__icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.spchina-search-panel {
    box-sizing: border-box;
    padding: 0.75rem;
    background: #ffffff;
    border: 1px solid #d4d4d8;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    z-index: 100001;
}

.spchina-search-panel[hidden] {
    display: none !important;
}

.spchina-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
    margin: 0;
}

.spchina-search-form__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.spchina-search-form__input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-width: 0;
    height: 2.25rem;
    padding: 0 0.75rem;
    border: 1px solid #d4d4d8;
    border-radius: 0.375rem;
    background: #ffffff;
    color: #18181b;
    font: inherit;
    line-height: 1.25rem;
}

.spchina-search-form__input:focus {
    outline: 2px solid #dc2626;
    outline-offset: 1px;
}

.spchina-search-form__submit {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.25rem;
    padding: 0 1rem;
    border: 0;
    border-radius: 0.375rem;
    background: #dc2626;
    color: #ffffff;
    font: inherit;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.spchina-search-form__submit:hover {
    background: #b91c1c;
}

@media (min-width: 1024px) {
    #site-search-panel-desktop {
        position: fixed;
        top: 4.25rem;
        right: max(1rem, calc((100vw - min(100vw, 72rem)) / 2 + 1rem));
        width: 20rem;
        max-width: calc(100vw - 2rem);
    }
}

#site-search-panel-mobile.spchina-search-panel {
    position: absolute;
    inset: 0;
    width: auto;
    max-width: none;
    border: 0;
    border-bottom: 1px solid #d4d4d8;
    border-radius: 0;
    box-shadow: inset 0 1px 0 rgb(0 0 0 / 0.04);
    padding: 3.5rem 0.75rem 1.5rem;
}
