.editor-styles-wrapper .wp-block[data-type="acf/the-problem-block"] {
  max-width: none !important;
}

.editor-styles-wrapper .wp-block[data-type="acf/the-problem-block"] .dpd-2026-the-problem-block {
  width: 100%;
}

.editor-styles-wrapper .dpd-2026-the-problem-block {
  padding: 64px 32px;
}



.the-problem-block {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(900px 520px at 20% 25%, rgba(76, 85, 255, .22), transparent 60%), radial-gradient(900px 520px at 85% 80%, rgba(255, 73, 73, .20), transparent 60%), linear-gradient(135deg, #080E3F 40%, #5640B1 80%, #FF4949 110%);
  border-radius: 0;
  padding: 140px 0px;
}

.the-problem-block__inner {
  width: min(1500px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.the-problem-block__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}

.the-problem-block__eyebrow {
  font-size: 15px;
  letter-spacing: 1.5px !important;
  text-transform: uppercase;
  color: #C8C4F5;
  padding-bottom: 20px;
  font-weight: 400;
}

.the-problem-block__headline {
  margin: 0;
  color: #fff;
  font-size: 48px !important;
  line-height: 1.06;
  font-weight: 700;
}
.the-problem-block__desktop-break {
  display: block;
}

@media (max-width: 767px) {
  .the-problem-block__desktop-break {
    display: none;
  }
}

.the-problem-block__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px;
  margin-top: 58px;
  max-width: 640px;
}

.the-problem-block__stat {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.the-problem-block__stat-line {
  width: 2px;
  min-width: 2px;
  height: 124px;
  background: linear-gradient(180deg, #ff4b71 0%, #4d56ff 100%);
  border-radius: 20px;
}

.the-problem-block__stat-content {
  padding-top: 8px;
}

.the-problem-block__stat-value {
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
	font-family: "Graphie", sans-serif;
}

.the-problem-block__stat-text {
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
  max-width: 220px;
}

.the-problem-block__stat-source {
  margin-top: 10px;
  color: rgba(255,255,255,0.45);
  font-size: 11px;
  line-height: 1.4;
  font-style: italic;
}

.the-problem-block__right {
  padding-top: 6px;
  max-width: 600px;
}

.the-problem-block__copy {
  color: rgba(255,255,255,0.95);
	font-size: 21px;
    line-height: 1.6em;
    font-weight: 200;
}

.the-problem-block__copy p {
  margin: 0 0 24px;
}

.the-problem-block__copy p:last-child {
  margin-bottom: 0;
}

.the-problem-block__copy strong {
  color: #fff;
  font-weight: 600;
}

.editor-styles-wrapper .the-problem-block {
  padding: 60px 32px;
}

@media (max-width: 1024px) {
  .the-problem-block {
    padding: 80px 0;
  }

  .the-problem-block__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .the-problem-block__right,
  .the-problem-block__headline,
  .the-problem-block__stats {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .the-problem-block {
    padding: 64px 0;
  }

  .the-problem-block__inner {
    width: min(100% - 32px, 1180px);
  }

  .the-problem-block__headline {
    font-size: 36px !important;
  }

  .the-problem-block__stats {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 40px;
  }

  .the-problem-block__stat {
    gap: 18px;
  }

  .the-problem-block__stat-line {
    height: 100px;
  }

  .the-problem-block__copy {
    font-size: 16px;
    line-height: 1.65;
  }
}