.whatsapp-btn {
  display: block;
  width: 100%;
  background: #25D366;
  color: white !important;
  text-align: center;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
  margin: 10px 0;
  box-sizing: border-box;
  cursor: pointer;
}

.telegram-btn {
  display: block;
  width: 100%;
  background: #0088CC;
  color: white !important;
  text-align: center;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
  margin: 10px 0;
  box-sizing: border-box;
  cursor: pointer;
}

.whatsapp-btn:hover {
  background: #1da851;
  color: white !important;
}

.telegram-btn:hover {
  background: #006699;
  color: white !important;
}

.shipment-summary-box {
  background: #f4f6f9;
  border-left: 4px solid #1e90ff;
  padding: 20px;
  border-radius: 4px;
  margin: 20px 0;
}

.payment-instruction {
  color: #555;
  margin: 20px 0;
  line-height: 1.6;
}

.availability-note {
  text-align: center;
  color: #888;
  font-size: 14px;
  margin: 15px 0;
}

.steps-box {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
}

.steps-box h4 {
  color: #0a1628;
  margin-bottom: 12px;
}

.steps-box ol {
  color: #555;
  padding-left: 20px;
  line-height: 2;
}