﻿input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.apo-searchbox-simple {
    border: solid 1px var(--bs-primary-muted);
    padding-block: 0.6875rem;
}

    .apo-searchbox-simple input[type="search"] {
        appearance: none;
        background-color: transparent;
        color: currentColor;
        outline: 0;
        font-size: clamp(1rem, 0.9628rem + 0.1351vw, 1.125rem);
    }

        .apo-searchbox-simple input[type="search"]::placeholder {
            color: currentColor
        }

    .apo-searchbox-simple button {
        background-color: transparent;
    }

@media (width < 992px) {
    .apo-searchbox-simple {
        border-color: currentColor;
    }

        .apo-searchbox-simple button {
            color: currentColor;
        }

        .apo-searchbox-simple input[type="search"]::placeholder {
            color: var(--bs-gray-300);
        }
}
