.custom-search-form {
    /*max-width: 600px;*/
    display: inline-block;
    margin: 40px auto;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    /*box-shadow: 0 0 15px rgba(0,0,0,0.1);*/
    font-family: "Bergen-Mono", Sans-serif;
}

    .custom-search-form .form-group {
        margin-bottom: 20px;
        width: 25%;
        float: left;
        padding: 0px 15px;
    }

    .custom-search-form label {
        display: block;
        font-weight: 400;
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 8px;
        color: #2a2a2a;
    }

    .custom-search-form select {
        width: 100%;
        /*padding: 10px;*/
        border-radius: 8px;
        border: 1px solid #fff;
        font-size: 14px;
        background: #f5f5f5;
        background-image: url(https://chiruca-dev.xyz/web_outdoor_02/wp-content/uploads/2025/06/descarga_flecha.svg);
        background-repeat: no-repeat;
        background-position: center right 20px;
        background-size: 14px;
    }

    .custom-search-form button {
        min-width: 150px;
        background: #E4042C;
        color: white;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        font-family: "Anton";
        border-radius: 8px;
        cursor: pointer;
        width: 100%;
        transition: background 0.3s ease;
        margin-left: 15px;
    }

        .custom-search-form button:hover {
            background: #E4042C;
        }


@media (max-width: 768px) {
    .custom-search-form .form-group {
        width: 100%;
    }
}
