.wplt-highlights{
  position: relative;
  border: 1px solid #e0e0e0;   /* light grey border */
  background: #fff;
  padding: 14px 16px 10px;     /* top-bottom gap reduced */
  margin: 15px 0;              /* outside gap reduced */
  border-radius: 12px;
}

/* Label */
.wplt-highlights__label{
  position: absolute;
  top: -12px;                  /* slightly closer */
  left: 20px;
  background: #111;
  color: #fff;
  padding: 5px 14px;          /* smaller height */
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 50px;
}

/* Inner content */
.wplt-highlights__inner{
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: 500;
}

/* Remove extra gaps */
.wplt-highlights__inner > :first-child{
  margin-top: 0;
}

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

/* List spacing tighter */
.wplt-highlights__inner ol,
.wplt-highlights__inner ul{
  margin: 4px 0;
  padding-left: 22px;
}

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

/* Heading gap reduced */
.wplt-highlights__inner h2{
  margin: 0 0 6px;            /* reduced bottom gap */
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.3;
}

/* Paragraph gap reduced */
.wplt-highlights__inner p{
  margin: 4px 0;
}
