.aws-s3-card img {
  height:34px;
}

.dvc-card img {
  height: 32px;
}

.newrelic-card img {
  height: 32px;
}

.mlflow-card img {
  height: 40px;
}

.s3-compatible-card.integrations-page > .logo.content {
  font-size: 26px;
  font-weight: 400;
  font-family: "arial";
}

.ui.cards .card > .logo.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#integration-settings.ui.link.cards .card .content {
  text-align: center;
}
.ui.cards .card img {
  max-height: 46px;
  max-width: 232px;
  width: auto;
  height: auto;
}
.ui.cards .card {
  width: 260px;
}

#integration-settings a.card {
  text-decoration: none;
  color: var(--text-color-bright);
}

.card .card-team-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  float: right;
  font-weight: normal;
}

.ui.link.cards .card:hover, .ui.fluid.card:hover {
  transform: none;
  -webkit-box-shadow: 0 1px 5px 0 #c8c8c8, 0 0 0 1px #b4b4b4;
  box-shadow: 0 1px 5px 0 #c8c8c8, 0 0 0 1px #b4b4b4;
}

.ui.fluid.card.storage-card {
  cursor: pointer;
}

.logo.content > .storage-logo {
  height: 32px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
