/* ==========================================================
   ammas-homepage-v2-additions.css
   Append-only additions for v2 — price + savings display
   Upload to: child theme root (alongside ammas-homepage.css)
   ========================================================== */

/* Featured panel price + savings */
.ammas-featured-price-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 4px;
}

.af-price {
  font-size: 1.4rem;
  font-weight: 800;
  color: #1a3a15;
  letter-spacing: -0.5px;
}

.af-savings {
  display: inline-block;
  background: #e8f5e4;
  color: #2d6e26;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
}

/* Pack card — price + savings in meta row */
.pack-price-tag {
  background: #f0f9f0 !important;
  color: #1a3a15 !important;
  font-weight: 800 !important;
}

.pack-savings-tag {
  background: #e8f5e4 !important;
  color: #2d6e26 !important;
  font-weight: 700 !important;
}

/* Comparison table savings column */
.tbl-savings {
  color: #2d6e26;
  font-weight: 700;
}
