.gi-lha-status{
  margin-top: 6px;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 6px;
  display: inline-block;
  border: 1px solid transparent;
}
.gi-lha-status[data-status="checking"]{
  background: #f6f7f9;
  border-color: #e2e6ea;
  color: #555;
}
.gi-lha-status[data-status="available"]{
  background: #e8f5e9;
  border-color: #c8e6c9;
  color: #2e7d32;
  font-weight: 600;
}
.gi-lha-status[data-status="taken"]{
  background: #ffebee;
  border-color: #ffcdd2;
  color: #c62828;
  font-weight: 600;
}
.gi-lha-status[data-status="invalid"],
.gi-lha-status[data-status="reserved"]{
  background: #fff8e1;
  border-color: #ffecb3;
  color: #8d6e63;
  font-weight: 600;
}
.gi-lha-status[data-status="empty"]{
  background: #f9fafb;
  border-color: #eee;
  color: #666;
}
/* optional look for disabled buttons */
button[data-gi-lha-disabled="1"],
input[type="submit"][data-gi-lha-disabled="1"]{
  opacity: 0.6;
  cursor: not-allowed;
}
.gi-lha-anchor{ margin-top: 6px; }
