    /* Always set the map height explicitly to define the size of the div
       * element that contains the map. */

    #map {
        height: 500px;
        width: 100%;
    }

    #search-container {
        margin: 0 auto;
        position: relative;
        height: 100%;
    }

    /* #location-input {
        
        display: block;
    } */

    #location-input-form {
        margin-left: auto;
        margin-right: auto;
        margin-top: 2%;
        margin-bottom: 2%;
        width: 100%;
        max-width: 400px;
    }

    /* Optional: Makes the sample page fill the window. */

    html, body {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    ul {
        list-style: none;
    }

    li {
        display: list-item;
        text-align: -webkit-match-parent;
    }

    .location-result {
        display: none;
    }

    .option-items li span {
        display: block;
    }

    .option-items li {
        text-align: center;
        padding: 10px;
    }

    .option-items-title {
        font-size: 22px;
        padding: 10px;
    }

    .white-btn {
        cursor: pointer;
        padding: 10px 20px;
        display: inline-block;
        font-weight: 500;
        font-size: 18px;
        box-shadow: 0 1px 5px 2px #ccc;
    }

    .option-line .link {
        display: block;
        margin-bottom: 10px; 
    }

    a.elementor-button, .elementor-widget-button .elementor-button {
        background-color: #fa844b!important; 
    }

    .elementor-element-40c4490e .elementor-grid-item {
        margin-right: 10px;
    }