/* Colors only for the rebuilt tariff cards. No layout, spacing, or sizing changes. */
#tariffs .bcz-card {
  border-color: #2dd4bf !important;
}

#tariffs .bcz-card--max {
  border-color: #f59e0b !important;
  background: #fffbeb !important;
}

#tariffs .bcz-card .bcz-price__value {
  color: #0f766e !important;
}

#tariffs .bcz-card--max .bcz-price__value {
  color: #ea580c !important;
}

#tariffs .bcz-card .bcz-check,
#tariffs .bcz-card li::marker {
  color: #0d9488 !important;
}

#tariffs .bcz-card .bcz-buy {
  background: #0d9488 !important;
  color: #ffffff !important;
}

#tariffs .bcz-card .bcz-buy:hover {
  background: #0f766e !important;
}

#tariffs .bcz-card--max .bcz-buy {
  background: #f59e0b !important;
  color: #ffffff !important;
}

#tariffs .bcz-card--max .bcz-buy:hover {
  background: #d97706 !important;
}

#tariffs .bcz-badge {
  background: #f59e0b !important;
  color: #ffffff !important;
}

#tariffs .bcz-addon {
  background: rgba(13, 148, 136, 0.09) !important;
  color: #0f766e !important;
}

#tariffs .bcz-cta {
  border-color: #fecaca !important;
  background: linear-gradient(135deg, #fff7ed 0%, #fff1f2 100%) !important;
}

#tariffs .bcz-cta__text {
  color: #991b1b !important;
}

#tariffs .bcz-cta__btn {
  background: #dc2626 !important;
  color: #ffffff !important;
}

#tariffs .bcz-cta__btn:hover {
  background: #b91c1c !important;
}
