/* AGF Wholesale Tiers - Frontend */

.agf-wt-price-block {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.agf-wt-price-block del.agf-wt-retail {
  color: #9ca3af;
  font-weight: 400;
}
.agf-wt-price-block ins.agf-wt-tier-price {
  background: transparent;
  color: #15803d;
  font-weight: 700;
  text-decoration: none;
}
.agf-wt-price-block .agf-wt-savings {
  color: #15803d;
  font-weight: 500;
  font-size: 0.85em;
}
.agf-wt-price-block .agf-wt-label {
  color: #475569;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.agf-wt-wholesale-banner {
  display: inline-block;
  margin-left: 8px;
  padding: 4px 10px;
  background: #f1f5f9;
  border-radius: 999px;
  color: #1e293b;
  font-size: 0.85em;
  font-weight: 500;
}
.agf-wt-wholesale-banner a {
  color: #2563eb;
  text-decoration: underline;
  font-weight: 600;
}
.agf-wt-ship-toggle {
  background: #fffbeb;
  border-top: 2px solid #fcd34d;
  border-bottom: 2px solid #fcd34d;
}
.agf-wt-ship-toggle th {
  padding: 14px 12px;
}
.agf-wt-ship-toggle input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
.agf-wt-pickup-form-wrap label {
  font-size: 14px;
}
.agf-wt-pickup-form-wrap input[type="date"],
.agf-wt-pickup-form-wrap input[type="text"],
.agf-wt-pickup-form-wrap input[type="tel"],
.agf-wt-pickup-form-wrap textarea {
  padding: 8px 10px;
  font-size: 15px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}
.agf-wt-pickup-form-wrap button {
  background: #0f172a;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.agf-wt-pickup-form-wrap button:hover {
  background: #1e293b;
}
#agf-wt-pickup-result.success {
  color: #15803d;
  font-weight: 600;
}
#agf-wt-pickup-result.error {
  color: #b91c1c;
  font-weight: 600;
}
