.agreement {
  font-family: Georgia, 'Times New Roman', serif;
  color: #2a2320;
  line-height: 1.5;
  max-width: 700px;
}
.agreement h1 { font-size: 22px; margin-bottom: 2px; }
.agreement h2 { font-size: 16px; margin-top: 22px; margin-bottom: 6px; color: #7a1f1f; }
.agreement p, .agreement ul { font-size: 14px; margin: 6px 0; }
.agreement .muted { color: #7a716c; font-family: Arial, sans-serif; font-size: 13px; }
.agreement .booking-box {
  background: #f4e9e6;
  border-radius: 8px;
  padding: 14px 16px;
  margin: 14px 0 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.agreement table { border-collapse: collapse; width: 100%; margin: 8px 0; font-family: Arial, sans-serif; font-size: 13px; }
.agreement th, .agreement td { border: 1px solid #e2dbd4; padding: 6px 10px; text-align: left; }
.agreement .preview-banner {
  background: #fff6e0;
  border: 1px solid #e8d79a;
  border-radius: 8px;
  padding: 10px 14px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  margin-bottom: 16px;
}
@media print {
  .no-print { display: none !important; }
  body { background: white; }
}
