.water-responsibility {
  margin-top: clamp(3.5rem, 7vw, 5.5rem);
  padding: clamp(1.5rem, 4vw, 2.2rem);
  background: #eef7f8;
  border: 1px solid #bed7db;
  border-right: 0.35rem solid #83bdc9;
  border-radius: 0.65rem;
}

.water-responsibility h2 {
  max-width: 22ch;
  margin-bottom: 0.8rem;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  line-height: 1.15;
}

.water-responsibility > p:last-child {
  max-width: 52rem;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.water-payment-panel {
  margin-top: 1.4rem;
  padding: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: #fffefa;
  border: 1px solid #bed7db;
  border-radius: 0.6rem;
}

.water-payment-panel h3 {
  margin-bottom: 0.35rem;
}

.water-payment-panel p {
  margin-bottom: 0;
  font-size: 0.94rem;
  line-height: 1.65;
}

.water-payment-panel a {
  flex: 0 0 auto;
  padding: 0.65rem 0.85rem;
  color: #fff;
  background: var(--ink);
  border-radius: 0.35rem;
  font-size: 0.8rem;
  font-weight: 750;
}

.water-payment-panel a:hover {
  background: #245748;
}

.service-actions li span:not(.pending-data) {
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.55;
}

.coordinator-privacy {
  margin-top: 1rem;
  padding-top: 1rem;
  display: grid;
  gap: 0.25rem;
  border-top: 1px solid var(--line);
}

.coordinator-privacy strong {
  font-size: 0.86rem;
}

.coordinator-privacy span {
  color: #8a6a38;
  font-size: 0.75rem;
  line-height: 1.55;
}

@media (max-width: 600px) {
  .water-payment-panel {
    align-items: start;
    flex-direction: column;
  }

  .water-payment-panel a {
    width: 100%;
    text-align: center;
  }
}
