.cards-bg {
  background-color: $primary-light-gray;
  border: 1px solid $color-border;
  border-radius: 4px;
  padding: 16px;
  h5 {
    margin-bottom: 8px;
  }
}

.card.usage-card {
  border: 1px solid $color-border;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
  flex-grow: 1;
  flex-basis: 240px;
  .card-heading {
    padding: 8px 16px;
    min-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid $color-border;
  }

  .card-body {
    padding: 8px 16px;
    p {
      margin-bottom: 8px;
      strong {
        font-size: 16px;
        font-weight: 500;
        color: $color-heading;
      }

      span {
        font-size: 13px;
        font-weight: 400;
        color: $color-text;
      }
    }
  }
}
