/* Minimal styling similar to your sample GetStatus.php */
.instifi-card {
  font-family: Arial, sans-serif;
  margin: 5vh auto;
  padding: 24px;
  max-width: 420px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  text-align: center;
}
.instifi-card h3 { margin-top: 0; }
.instifi-card.success { border-left: 6px solid #2ecc71; }
.instifi-card.failed { border-left: 6px solid #e67e22; }
.instifi-card.pending { border-left: 6px solid #f39c12; }
.instifi-card.unknown { border-left: 6px solid #888; }
.instifi-btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  background: #222;
  color: #fff;
}
/* WooCommerce checkout – InstiFi payment method */
.payment_method_instifi label {
  font-weight: 600;
  display: inline-block;
}

.payment_method_instifi img {
  display: block;          /* puts logo below text */
  margin-top: 6px;
  max-width: 120px;        /* control logo size */
  height: auto;
}

ul.wc_payment_methods li.payment_method_instifi label {
  font-weight: 600;
}

ul.wc_payment_methods li.payment_method_instifi img {
  display: block !important;
  margin-top: 6px !important;
  max-width: 120px !important;
  height: auto !important;
}
