.mm-laligabares-wrap {
  font-family: Roboto, Arial, sans-serif;
  margin: 20px 0;
}

.mm-laligabares-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  max-width: 520px;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.mm-laligabares-card h1 {
  font-size: 22px;
  margin: 0 0 12px;
}

.mm-laligabares-card label {
  margin-top: 16px;
  display: block;
  color: #555;
  font-weight: 500;
}

.mm-laligabares-card input,
.mm-laligabares-card select {
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  transition: all .2s;
  box-sizing: border-box;
}

.mm-laligabares-card input:focus,
.mm-laligabares-card select:focus {
  border-color: #214068;
  box-shadow: 0 0 0 1px rgba(33,64,104,0.15);
  outline: none;
}

.mm-laligabares-card button {
  margin-top: 24px;
  width: 100%;
  padding: 14px;
  background: #214068;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background .2s;
}

.mm-laligabares-card button:hover {
  background: #192f4d;
}

.mm-laligabares-card .autocomplete-list {
  position: absolute;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  max-height: 240px;
  overflow-y: auto;
  width: 100%;
  display: none;
  z-index: 20;
}

.mm-laligabares-card .autocomplete-item {
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.mm-laligabares-card .autocomplete-item:hover,
.mm-laligabares-card .autocomplete-item.active {
  background: #eee;
}

.mm-laligabares-card .result {
  margin-top: 24px;
  padding: 16px;
  background: #fafafa;
  border-left: 4px solid #214068;
  border-radius: 6px;
}
