
    #area-filter, #price-filter {
    text-align: center;
    border-radius: 7px;
    width: fit-content;
    z-index: 0;
    }

    #area-filter input, #price-filter input {
    border: solid 1px;
    border-radius: 40px;
    margin-bottom: 0.5em;
    }
    #area-filter p, #price-filter p {
    font-weight: bold;
    }

    .small-form-btn {
    border: none;
    background-color: #739900;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    padding: 0.5em;
    margin-left: 50%;
    margin-right: 50%;
    text-align: center;
    overflow-wrap: normal; /* Prevent wrapping */
    white-space: nowrap;   /* Ensure text stays in one line */
    }
    .small-form-btn:hover { filter: brightness(1.25); }

    .close-sign-2 {
    position: absolute; /* Position the span relative to the div */
    top: 5px;
    right: 1em;
    font-size: 2em;
    cursor: pointer;
    margin-right: 0.33em;
    }