.gwc-mlhl-form-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  max-width: 680px;
}
.gwc-mlhl-texts { margin-bottom: 14px; }
.gwc-mlhl-heading { margin: 0 0 8px; font-size: 28px; line-height: 1.2; font-weight: 800; }
.gwc-mlhl-subheading { margin: 0; color: #6b7280; }
.gwc-mlhl-form { display: flex; gap: 12px; flex-wrap: wrap; }
.gwc-mlhl-input {
  flex: 1 1 240px;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid #d1d5db;
  font-size: 16px;
  outline: none;
}
.gwc-mlhl-input:focus {
  border-color: #2956a3;
  box-shadow: 0 0 0 3px rgba(41, 86, 163, 0.12);
}
.gwc-mlhl-button {
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  background: #2956a3;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.gwc-mlhl-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gwc-mlhl-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111827;
  text-decoration: none;
  font-weight: 700;
}
.gwc-mlhl-link:hover { background: #e5e7eb; }
.gwc-mlhl-invalid {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12) !important;
}
.gwc-mlhl-status {
  display: none;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.4;
}
.gwc-mlhl-status-info {
  display: block;
  background: #eff6ff;
  color: #1d4ed8;
}
.gwc-mlhl-status-success {
  display: block;
  background: #ecfdf5;
  color: #047857;
}
.gwc-mlhl-status-error {
  display: block;
  background: #fef2f2;
  color: #b91c1c;
}
@media (max-width: 640px) {
  .gwc-mlhl-heading { font-size: 22px; }
  .gwc-mlhl-button, .gwc-mlhl-input { width: 100%; }
}
