.liq-outflow-bar {
  fill: #d98a19;
  opacity: .42;
}

.liq-critical-marker {
  fill: #c4322b !important;
  stroke: #fff;
  stroke-width: 2;
}

.liq-cheque-group-row td {
  background: #fffaf0;
  font-weight: 600;
}

.liq-cheque-group-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.liq-group-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  padding: 3px 8px;
  border: 1px solid #e4c98f;
  border-radius: 7px;
  background: #fff;
  color: #7a5200;
  cursor: pointer;
  white-space: nowrap;
}

.liq-group-toggle span {
  font-size: 1rem;
  line-height: 1;
}

.liq-group-toggle b {
  font-size: .72rem;
  font-weight: 600;
}

.liq-cheque-child-row td {
  background: #fafcff;
  color: #475467;
}

.liq-cheque-child-row td:nth-child(2) {
  padding-inline-start: 24px;
}

.liq-critical .liq-critical-cheque-group dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.liq-critical .liq-critical-cheque-child {
  padding-inline-start: 12px;
  border-inline-start: 2px solid #f0d6a0;
  font-size: .78rem;
}

.liq-critical .liq-critical-cheque-child dt {
  overflow-wrap: anywhere;
}

.liq-chart[data-resolution="monthly"] svg {
  min-width: 640px;
}

@media (max-width: 640px) {
  .liq-group-toggle {
    min-width: 42px;
    justify-content: center;
  }

  .liq-group-toggle b {
    display: none;
  }

  .liq-cheque-group-label {
    min-width: 210px;
  }

  .liq-critical .liq-critical-cheque-group {
    align-items: flex-start;
  }

  .liq-critical .liq-critical-cheque-group dt {
    max-width: 72%;
  }

  .liq-chart[data-resolution="monthly"] svg {
    min-width: 620px;
  }
}
