/* Compact order-confirmation contact card; separate filename avoids stale CSS caches. */
.success .order-share {
  width: min(100%, 540px);
  margin: 22px auto 24px;
  padding: 18px 20px;
  border: 1px solid #d9e4ec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(24,65,96,.08);
}
.success .order-share h2 {
  margin: 0 0 6px;
  color: #173f62;
  font-size: 21px;
  line-height: 1.25;
}
.success .order-share > p {
  max-width: 430px;
  margin: 0 auto 14px;
  color: #526474;
  font-size: 14px;
  line-height: 1.5;
}
.success .order-share-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.success .order-share-btn {
  width: auto;
  min-width: 138px;
  min-height: 42px;
  padding: 9px 16px;
  gap: 7px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
}
.success .order-share-btn.whatsapp-order { background: #128c4b; }
.success .order-share-btn.messenger-order { background: #087aea; }
.success .order-share-btn:hover { filter: brightness(.94); }
.success .order-share-btn img,
.success .order-share-btn svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  flex: 0 0 18px !important;
  object-fit: contain !important;
}
.success .share-status {
  min-height: 0;
  margin: 10px 0 0 !important;
  color: #23649b;
  font-size: 13px;
  font-weight: 700;
}
.success .share-status:empty { display: none; }
@media (max-width: 560px) {
  .success .order-share { width: 100%; padding: 16px 14px; }
  .success .order-share h2 { font-size: 19px; }
  .success .order-share-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .success .order-share-btn { width: 100%; min-width: 0; padding: 9px 10px; font-size: 13px; }
}
@media (max-width: 370px) {
  .success .order-share-actions { grid-template-columns: 1fr; }
}
