#sedi-map {
    width: 100%;
    height: 500px;
    border-radius: 12px;
}

.sedi-map-toolbar{
  max-width: var(--sedi-container, 1140px);
  margin: 12px auto 0;
  padding: 0 0;            
  display: flex;
  justify-content: flex-end;  
}

/* Pulsante ghost */
.ghost-reset{
  background: transparent;
  color: #222;
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: all .3s ease;
	border: 1px solid transparent;
}
.ghost-reset:hover{
  background: #f28b2d;        
  border: 1px solid #f28b2d;
  color: white
}

