.ehs-holder-grid .holder-card {
  min-height: 96px;
  flex-direction: column;
  align-items: stretch;
}

.ehs-holder-grid .holder-tools {
  width: 100%;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #cfe8e4;
}

.ehs-holder-grid .holder-tools button {
  width: auto;
  min-width: 56px;
  height: 28px;
  gap: 4px;
  padding: 0 8px;
  border: 1px solid #9acfc8;
  background: #fff;
  color: #0b736b;
  font-size: 12px;
  line-height: 1;
}

.ehs-holder-grid .holder-tools button::after {
  content: attr(title);
}

.ehs-holder-grid .holder-tools button:last-child {
  border-color: #e4b4af;
  background: #fffafa;
  color: #b9382d;
}

.ehs-holder-grid .holder-tools button:hover {
  border-color: #0d766e;
  background: #eaf7f5;
}

.ehs-holder-grid .holder-tools button:last-child:hover {
  border-color: #c43e32;
  background: #fff0ef;
}

.ehs-holder-grid .holder-tools svg {
  flex: 0 0 auto;
}
