.sdw-total {
  text-align: start;
}

.sdw-total * {
  font-family: Montserrat, sans-serif !important;
  color: #182E41;
}

.sdw-total .sdw-total__raised {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.sdw-total__raised {
  margin-bottom: 14px;
}

.sdw-total__raised-amount {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -2px;
}

.sdw-total .sdw-total__goal {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.65;
}

.sdw-total__goal-amount {
  font-weight: 700;
}

.sdw-meter {
  background: color-mix(in srgb, currentColor 12%, transparent);
  border-radius: 10px;
  height: 10px;
  overflow: hidden;
}

.sdw-meter__fill {
  background: var(--sdw-accent, currentColor);
  background-color: #C8322B;
  height: 100%;
  border-radius: inherit;
  transition: width 0.4s ease;
}

.sdw-total__progress-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin-top: 8px;
  font-size: 14px;
}

.sdw-total .sdw-total__percent,
.sdw-total .sdw-total__remaining {
  margin: 0;
}

.sdw-total__percent {
  font-weight: 700;
}

.sdw-total .sdw-total__count {
  margin: 8px 0 0;
  font-size: 14px;
}

.sdw-wall {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(var(--sdw-columns, 3), minmax(0, 1fr));
  gap: 0.35em 1.5em;
}

.sdw-wall__entry {
  display: flex;
  justify-content: space-between;
  gap: 0.75em;
}

.sdw-wall__entry--pinned .sdw-wall__name {
  font-weight: 700;
}

.sdw-wall__amount {
  opacity: 0.7;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .sdw-wall {
    grid-template-columns: 1fr;
  }
}

/* Match the original Elementor funding panel. */
.sdw-total .sdw-total__raised {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 5px;
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.15;
}

.sdw-total .sdw-total__raised-amount {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.15;
}

.sdw-total .sdw-total__goal {
  margin: 0 0 34px;
  font-size: 16px;
  line-height: 1.65;
}

.sdw-total .sdw-total__goal,
.sdw-total .sdw-total__goal * {
  color: #526370;
}

.sdw-total .sdw-meter {
  height: 11px;
  background: #e1e9f0;
}

.sdw-total .sdw-total__progress-details {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.4;
}

