.m2-location-search {
    padding: 50px 20px;
}

.m2-location-search-inner {
    max-width: 1200px;
    margin:auto;
}

.m2-location-head {
    text-align:center;
    margin-bottom:25px;
}

.m2-location-head small {
    opacity:.7;
    text-transform:uppercase;
}

.m2-location-head h2 {
    margin:8px 0;
    font-size:32px;
}

.m2-location-head p {
    opacity:.8;
}

.m2-location-box {
    max-width:600px;
    margin:auto;
    position:relative;
}

.m2-location-input-wrap {
    display:flex;
    align-items:center;
    gap:10px;
    background:white;
    border-radius:16px;
    padding:14px 18px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.m2-location-input-wrap input {
    border:0;
    outline:none;
    width:100%;
    font-size:18px;
}

#m2-location-results {
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#ffffff;
    border-radius:0 0 16px 16px;
    overflow-y:auto;
	max-height:320px;
    z-index:1000;
    box-shadow:0 15px 35px rgba(0,0,0,.25);
    margin-top:4px;
}


.m2-location-result {
    padding:14px 18px;
    border-bottom:1px solid #eeeeee;
    cursor:pointer;
    background:#ffffff;
    color:#111827;
}


.m2-location-result:hover {
    background:#f1f5ff;
}


.m2-location-result strong {
    display:block;
    font-size:16px;
    font-weight:700;
}


.m2-location-result span {
    display:block;
    font-size:13px;
    margin-top:3px;
    color:#64748b;
}#m2-location-results {
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#ffffff;
    border-radius:0 0 16px 16px;
    overflow:hidden;
    z-index:1000;
    box-shadow:0 15px 35px rgba(0,0,0,.25);
    margin-top:4px;
}


.m2-location-result {
    padding:14px 18px;
    border-bottom:1px solid #eeeeee;
    cursor:pointer;
    background:#ffffff;
    color:#111827;
}


.m2-location-result:hover {
    background:#f1f5ff;
}


.m2-location-result strong {
    display:block;
    font-size:16px;
    font-weight:700;
}


.m2-location-result span {
    display:block;
    font-size:13px;
    margin-top:3px;
    color:#64748b;
}

/* Pulsante per svuotare il campo di ricerca */
.m2-location-input-wrap{
  position:relative;
}

#m2-location-clear{
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  border:0;
  border-radius:50%;
  background:rgba(0,0,0,.08);
  color:#5a6472;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
}

#m2-location-clear:hover{
  background:rgba(0,0,0,.16);
  color:#1d2530;
}

#m2-location-clear[hidden]{
  display:none;
}
