/* 
FORM
*/
#search_p-form {
    padding: var(--size-s) var(--size);
}

#search_p-form-wrapper {
    height: 29.44px;
    border-bottom: 1px solid var(--color);
}
@media only screen and (min-width: 768px) {
    #search_p-form-wrapper {height: 35.8px;}
}
@media only screen and (min-width: 1096px) {
    #search_p-form-wrapper {height: 38.98px;}
}
@media only screen and (min-width: 2048px) {
    #search_p-form-wrapper {height: 42.16px;}
}

#search_p-form input[type="search"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    appearance: textfield !important;
    -moz-appearance: textfield !important;
    -webkit-appearance: textfield !important;
    width: 100%;
    padding: 0 78px 3px 0;
    text-overflow: ellipsis;
}
#search_p-form input[type="search"]::-webkit-search-decoration {-webkit-appearance: none !important;}

#search_p-form input[type="search"]::placeholder {color: var(--colorAlphaText);}
#search_p-form input[type="search"]:focus,
#search_p-form input[type="search"]:focus-visible,
#search_p-form input[type="search"]:focus-within {background: var(--colorAlpha);}
#search_p-form input[type="search"]:focus::placeholder,
#search_p-form input[type="search"]:focus-visible::placeholder,
#search_p-form input[type="search"]:focus-within::placeholder {opacity: 0;}

#search_p-form input[type="submit"] {bottom: 6px; right: 0;}

#search_p-form--results {margin-top: var(--size-xs);}



/* 
GRID
*/
#search_p-grid {
    margin-top: var(--size);
    padding: var(--size);
}

@media only screen and (min-width: 1096px) {
    #search_p-grid {margin-top: var(--size-m);}
}