.owner-payment-confirmation,
.agent-owner-payment-confirmations {
  margin: 18px 0;
  border: 1px solid #b8dfda;
  border-radius: 14px;
  background: #f3fbfa;
  padding: 18px;
  color: #173042;
}
.owner-payment-confirmation h3,
.agent-owner-payment-confirmations h2,
.agent-owner-payment-confirmations h3 { margin: 0 0 8px; color: #126f6b; }
.owner-payment-confirmation p,
.agent-owner-payment-confirmations p { margin: 7px 0; line-height: 1.45; }
.owner-payment-confirmation .payment-proof-actions,
.agent-owner-payment-confirmations .payment-proof-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.owner-payment-confirmation button,
.agent-owner-payment-confirmations button,
.agent-owner-payment-confirmations a {
  appearance: none; border: 0; border-radius: 8px; padding: 10px 14px; cursor: pointer;
  background: #147f7a; color: #fff; font: inherit; font-weight: 700; text-decoration: none;
}
.owner-payment-confirmation button.secondary,
.agent-owner-payment-confirmations button.secondary,
.agent-owner-payment-confirmations a.secondary { background: #fff; color: #126f6b; border: 1px solid #147f7a; }
.owner-payment-confirmation button.danger { background: #a13b35; }
.owner-payment-confirmation .payment-denial-form { margin-top: 14px; padding-top: 14px; border-top: 1px solid #cfe7e4; }
.owner-payment-confirmation label { display: block; margin: 10px 0 5px; font-weight: 700; }
.owner-payment-confirmation textarea,
.owner-payment-confirmation input[type=file] { width: 100%; box-sizing: border-box; }
.owner-payment-confirmation textarea { min-height: 82px; padding: 9px; }
.owner-payment-confirmation .payment-confirmation-status { font-weight: 700; color: #126f6b; }
.agent-owner-payment-confirmations { background: #fff8e9; border-color: #efd7a4; }
.agent-owner-payment-confirmations .agent-owner-payment-item { padding: 14px 0; border-top: 1px solid #eddcb8; }
.agent-owner-payment-confirmations .agent-owner-payment-item:first-of-type { border-top: 0; }
.agent-owner-payment-confirmations .priority { color: #8b4c09; font-weight: 700; }
@media (max-width: 640px) { .owner-payment-confirmation, .agent-owner-payment-confirmations { padding: 14px; } }
