<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.real-tab-wrap {
  border-radius: 8px;
  overflow: hidden;
  padding: 6% 10%;
  background: rgba(255,255,255,.5);
}

.real-tab-item {
  display: flex;
  align-items: center;
  padding: 5% 2%;
  gap: 20px;
  border-bottom: 1px solid rgba(161,12,75,.08);
}

.real-tab-item-param {
  flex-basis: 44%;
  text-align: right;
  line-height: 22px;
}

.real-tab-item-value {
  flex-basis: 50%;
  color: #7c1c92;
  font-weight: 600;
  line-height: 22px;
}

.real-tab-item-value a {
  color: #7c1c92;
}

.real-tab-item:last-child {
  border-bottom: none;
}</style>
<!-- end Simple Custom CSS and JS -->
