.o-m-dataset-card {
  flex: 1;
  min-width: 260px;
  padding-bottom: 26px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  transition: all 0.2s;
}
.o-m-dataset-card:hover {
  box-shadow: 0 6px 12px 5px rgba(52, 103, 166, 0.1), 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.o-m-dataset-card__img {
  width: 100%;
  height: 188px;
  margin-bottom: 20px;
}
.o-m-dataset-card__img--error {
  background-color: rgb(216, 216, 216);
}
.o-m-dataset-card__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o-m-dataset-card__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.o-m-dataset-card__head-title {
  padding-right: 6px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.o-m-dataset-card__head-action {
  padding-right: 10px;
  white-space: nowrap;
}
.o-m-dataset-card__head-action-button:not(:last-child) {
  margin-right: 20px;
}
.o-m-dataset-card__desc {
  height: 60px;
  margin-bottom: 12px;
  padding-right: 12px;
  padding-left: 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o-m-dataset-card__tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 4px;
  padding-right: 12px;
  padding-left: 12px;
}
.o-m-dataset-card__tags-left {
  min-width: 60px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
}
.o-m-dataset-card__tags-right {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.o-m-dataset-card__tags-right-tag {
  margin-right: 8px;
  margin-bottom: 8px;
}
.o-m-dataset-card__tags-right-tag:last-child {
  margin-right: 0;
}
.o-m-dataset-card__label1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  padding-right: 12px;
  padding-left: 12px;
}
.o-m-dataset-card__label1-left {
  min-width: 60px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 12px;
}
.o-m-dataset-card__label1-right {
  flex: 1;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.o-m-dataset-card__label2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 12px;
  padding-left: 12px;
}
.o-m-dataset-card__label2-left {
  min-width: 60px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 12px;
}
.o-m-dataset-card__label2-right {
  flex: 1;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}