@import url(https://cdn5.onboard.org/assets/alperiagroup/fonts/fonts.css);

@font-face {
    font-family: "Jost";
    src: url("https://cdn5.onboard.org/assets/alpinfamily/fonts/Jost-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    font-family: 'Jost', Roboto, sans-serif;
    padding: 0;
    color: #4B4B4A;
}

.speculative-content {
    margin-top: 30px;
    justify-self: center;
}

a {
    text-decoration: underline;
    cursor: pointer;
    color: #4B4B4A;
}

.filter-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 5px;
    margin-bottom: 3rem;
}

.filter {
    width: 100%;
    padding: 10px 52px 10px 12px;
    font-family: "Jost", sans-serif;
    min-height: 48px;
    border-radius: 48px;
    border: 1px solid #bebebe;
    color: #4B4B4A;
    font-size: 1rem;
    text-align:center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 400;
    box-sizing: border-box;

    background-image: url("https://cdn5.onboard.org/assets/alpinfamily/career_icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 24px;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



@media only screen and (min-width: 500px) {
    .filter-container {
        flex-direction: row;
        justify-content: center;
        gap: 15px;
    }

    .filter {
        width: 300px;
    }
}
