.search-filter {
    margin-top: 30px;
    display: flex;
    gap: 40px;
    justify-content: center;
}

.search-filter .search-filter-box {
    width: 200px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    background-image: url(../images/caret-down.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 95% center;
    border: 1px solid #444;
    cursor: pointer;
}

.search-nav-button {
    width: 335px;
    height: 50px;
}

.search-nav-button:first-child {
    background-image: linear-gradient(#ff3a3a, #d50000);
}

.shadow-button {
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), inset 0 -0.25em 0 rgb(0 0 0 / 25%), 0 0.25em 0.25em rgb(0 0 0 / 5%);
    cursor: pointer;
    transition: all 0.01s;
}

@media (max-width: 768px) {
    .search-filter {
        margin-top: 10px;
        gap: 15px;
    }

    .search-filter .search-filter-box {
        width: 160px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        background-size: 12px;
    }

    .search-nav {
        margin-top: 15px;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .search-nav .search-nav-button {
        height: 40px;
    }
}

.search-filter {
    margin-top: 30px;
    display: flex;
    gap: 40px;
    justify-content: center;
}

.search-filter .search-filter-box {
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    background-image: url(../images/caret-down.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    border: 1px solid #444;
    cursor: pointer;
}

.search-nav {
    display: flex;
}

.search-nav .search-nav-button {
    width: 335px;
}

.search-nav .search-nav-button:first-child {
    background-image: linear-gradient(#ff3a3a, #d50000);
}

.btna a {
    width: 100%;
    margin-top: 15px;
    display: block;
}

.btna a span {
    display: block;
    margin: 0 auto;
}

.search-filter .active {
    color: #F5B971;
    font-weight: bold;
    text-align: center;
    border: 1px solid #F5B971;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    height: 44px;
    background-color: oldlace;
}

.up {
    background-image: url(../images/caret-up.svg) !important; 
}