.zbx-card {
  padding: 24px 15px;
  &-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    &-title {
      font-weight: bold;
      font-size: 20px;
      color: var(--zbx-color-title);
    }
  }
  &-content {
    margin-top: 24px;
  }
}
