/* ABN result messages */
.abn-result {
  margin-top: 8px;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 6px;
  display: inline-block;
}
.abn-result.abn-ok {
  color: #165c26;
  background: #e9f7ef;
  border: 1px solid #cde4d3;
}
.abn-result.abn-error {
  color: #a01414;
  background: #fdecea;
  border: 1px solid #f5c2c0;
}

/* Check button */
.check-abn-btn {
  display: inline-block;
  margin-left: 8px;
  background: #0073e6;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
}
.check-abn-btn:hover {
  background: #005bb5;
}
