
.oem-img-caption {
  position: relative;
}

.oem-img-caption span {
  position: absolute;
  display: inline-block;
  padding:5px 10px;
  background-color: #ff3300;
  color:#FFF;
  font-size:13px;
  top: 35px;
  left: 27px;
}

.oem-img-caption.caption-r span {
  top:5px;
  left:auto;
  right:22px;
}

.price-sample table td,
.price-sample table th {
  border:1px solid #ccc !important;
}
.price-sample table thead tr td,
.price-sample table tbody tr th {
  background-color:#fefce7;
  font-weight: bold;
  text-align: center;
}
.price-sample table tbody tr td {
  text-align: center;
}
.price-sample table thead tr td.no-bg {
  background:none;
}
.price-sample table tr td.

.oem-features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.oem-features dt,
.oem-features dd {
  margin:0;
  padding:0;
}