.customer-run-card {
  max-width: 520px;
}

.customer-run-card h2 {
  margin: 8px 0 6px;
  font-size: 28px;
}

.customer-run-card p {
  margin: 0;
  color: #5f6f7d;
}

.customer-run-summary {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid #cfe9dd;
  background: #effbf5;
  border-radius: 18px;
}

.customer-run-summary span,
.customer-run-summary small {
  display: block;
  color: #5f6f7d;
  font-weight: 750;
}

.customer-run-summary strong {
  display: block;
  margin: 4px 0;
  color: #127943;
  font-size: 36px;
}

.customer-run-actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.customer-run-actions button {
  width: 100%;
  min-height: 54px;
  border-radius: 14px;
  font-weight: 850;
}

.customer-run-actions .danger {
  border-color: #f1b7b0;
  background: #fff7f6;
  color: #ad2f25;
}

.customer-run-actions .danger.confirm {
  border-color: #bd2d21;
  background: #bd2d21;
  color: #fff;
}

@media (max-width: 800px) {
  .customer-run-card {
    align-self: end;
    width: 100%;
    max-width: none;
    border-radius: 26px 26px 0 0;
    padding: 26px 20px calc(30px + env(safe-area-inset-bottom));
  }

  .customer-run-card h2 {
    font-size: 30px;
  }

  .customer-run-actions button {
    min-height: 64px;
    font-size: 18px;
  }

  .customer-run-summary strong {
    font-size: 42px;
  }
}
