﻿.card-item {
  position: relative;
  display: block;
  border: 1px solid #E4E4E4;
  padding: 10px;
}
.card-item .badge {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}

.card-item-image {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
/* .card-item-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.08);
} */
.card-item-image img {
  max-width: 100%;
  max-height: 100%;
}

.card-item-body {
  padding-top: 6px;
  border-top: 1px solid #E4E4E4;
  text-align: center;
}

.card-item-summary {
  font-size: 0.8125rem;
  color: #666;
}

.card-item-title {
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
}
