.glp1-mechanism {
  /* Section spacing handled by py-4 */
}

.highlight-box {
  background: #fff5cc;
  border-radius: 6px;
  padding: 14px 18px;
}

.highlight-title {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.highlight-title i {
  color: #f5b800;
  font-size: 20px;
}

.glp1-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 10px;
}

.glp1-text strong {
  font-weight: 600;
}

.glp1-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.glp1-list li {
  font-size: 15px;
  color: #333;
  margin-bottom: 8px;
  position: relative;
  padding-left: 0;
}

.glp1-list strong {
  color: #000;
  font-weight: 600;
}

@media (max-width: 768px) {
  .highlight-title {
    font-size: 16px;
  }
  
  .glp1-text,
  .glp1-list li {
    font-size: 14px;
  }
}
