/* MAP */

#map, .map__container {
    height: 500px;
}

.map__content__heading+div {
    display: flex;
}

.match-list {
    display: none;
    height: auto;
    max-height: 250px;
    border: 1px solid #ccc;
    overflow: scroll;
    overflow-x: hidden;
    width: auto;
}

.match-list ul {
    list-style: none;
    padding-left: 0;
}

.match-list-item {
    background: #fff;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.match-list-item:hover {
    background: #eee;
}

.map > .btn, .button, button, [type="submit"], [type="button"] {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #3E3E3E;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}
.map > input[type="email"], input[type="date"], input[type="search"], input[type="number"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 2px solid rgba(0,0,0, 0.1);
    border-radius: 0;
    color: inherit;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
}

.map > .btn:hover, .button:hover, button:hover, [type="submit"]:hover, [type="button"]:hover {
    color: #3E3E3E;
    box-shadow: inset 0 0 200px rgba(0,0,0,0.1);
    text-decoration: none;
}
