section[id^="dxl-"] {
  background: linear-gradient(to bottom, #2f2520, #231a16);
  border-radius: 12px;
  border: 2px solid #7b4f3c;
  padding: 12px 14px;
  box-sizing: border-box;
}

.dxl-section-header {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f3e7d2;
  margin-bottom: 8px;
}
