.stacked-pro-highlight {
  background: #f6e5d1;
  padding: 24px;
  border-radius: 12px;
  color: #2c2c2c;
  margin: auto;
}

.stacked-pro-highlight h2 {
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.highlight-section {
  margin-bottom: 16px;
}

.icon-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.icon-heading {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  display: inline-block;
}

.chart-box {
  background-color: #efddbf;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 16px;
}

.chart-box p {
  font-size: 2rem !important;
  font-weight: 600 !important;
  margin-bottom: 10px;
}

.chart-img {
  width: 100%;
	max-width: 500px;
  height: auto;
  border-radius: 8px;
}

.cta-button {
  display: inline-block;
  background-color: #000;
  color: white;
  padding: 12px 20px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
}

.cta-button:hover {
  background-color: #000000;
}

.icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  vertical-align: middle;
}

.icon-bulb {
  background-image: url('https://stacked-editorial.sgp1.digitaloceanspaces.com/editorial/wp-content/uploads/2025/05/24221148/light-bulb.svg');
}

.icon-chart {
  background-image: url('https://stacked-editorial.sgp1.digitaloceanspaces.com/editorial/wp-content/uploads/2025/05/24221147/bar-chart.svg');
}

.icon-lock {
	width: 20px !important;
	height: 20px !important;
}
.icon-lock {
  background-image: url('https://stacked-editorial.sgp1.digitaloceanspaces.com/editorial/wp-content/uploads/2025/04/17191313/lock.png');
}
