.customer-request-bridge {
  margin: 0 0 20px;
  padding: 16px 18px;
  border: 1px solid #8fb9a8;
  border-radius: 10px;
  background: #e6f0eb;
  color: #163f34;
}

.customer-request-bridge strong {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .02em;
}

.customer-request-bridge p {
  margin: 6px 0 0;
  color: #3d5d52;
  font-size: 14px;
  line-height: 1.6;
}

@media print {
  .customer-request-bridge { display: none !important; }
}
