.wplt-highlights{
  position: relative;
  border: 1px solid #111;
  background: #fff;
  padding: 22px 18px 15px;
  margin: 25px 0;
}

/* Small label (not big) */
.wplt-highlights__label{
  position: absolute;
  top: -14px;
  left: 26px;
  background: #111;
  color: #fff;
  padding: 7px 18px;
  font-weight: 700;          /* uses site default font */
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

/* Content spacing */
.wplt-highlights__inner{
	font-size: 0.875em;
	line-height: 1.6;
	font-weight: 500;
}

.wplt-highlights__inner > :first-child{ margin-top: 0; }
.wplt-highlights__inner > :last-child{ margin-bottom: 0; }

/* List styling like screenshot */
.wplt-highlights__inner ol,
.wplt-highlights__inner ul{
	margin: 0;
	padding-left: 28px; 
}

.wplt-highlights__inner li{
  margin: 3px 0;
}

/* If you use H2 inside highlights */
.wplt-highlights__inner h2{
  margin: 0 0 14px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3;
}
