/*
 * BAZARCO PRO 380.8.2.1 — Agreement Pricing Card UI Polish
 * UI-only: compact truthful quote pricing on reusable product cards.
 */
.card.product-card-pro.is-service-quote-card-v380821 .service-quote-price-v380821,
.product-card-pro.is-service-quote-card-v380821 .service-quote-price-v380821{
  min-height:54px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:nowrap!important;
  overflow:hidden!important;
}
.card.product-card-pro .service-quote-price-copy-v380821,
.product-card-pro .service-quote-price-copy-v380821{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  align-content:center!important;
  gap:3px!important;
  width:100%!important;
  min-width:0!important;
}
.card.product-card-pro .service-quote-price-v380821 .price,
.product-card-pro .service-quote-price-v380821 .price{
  display:block!important;
  max-width:100%!important;
  margin:0!important;
  letter-spacing:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.card.product-card-pro .service-agreement-price-label-v380821,
.product-card-pro .service-agreement-price-label-v380821{
  font-size:clamp(16px,1.25vw,20px)!important;
  line-height:1.3!important;
  font-weight:1000!important;
  white-space:nowrap!important;
}
.card.product-card-pro .service-quote-price-label-v380821,
.product-card-pro .service-quote-price-label-v380821{
  font-size:clamp(17px,1.35vw,21px)!important;
  line-height:1.25!important;
  font-weight:1000!important;
  white-space:nowrap!important;
}
.card.product-card-pro .service-quote-mini-v380821,
.product-card-pro .service-quote-mini-v380821{
  display:block!important;
  max-width:100%!important;
  margin:0!important;
  color:#64748b!important;
  font-size:11px!important;
  line-height:1.45!important;
  font-weight:850!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.card.product-card-pro.is-service-quote-card-v380821 .card-actions .btn.wide,
.product-card-pro.is-service-quote-card-v380821 .card-actions .btn.wide{
  font-weight:1000!important;
  letter-spacing:0!important;
}
html[data-marketak-theme="dark"] .product-card-pro .service-quote-mini-v380821{
  color:#475569!important;
}
@media(max-width:680px){
  .card.product-card-pro .service-agreement-price-label-v380821,
  .product-card-pro .service-agreement-price-label-v380821{
    font-size:17px!important;
  }
  .card.product-card-pro .service-quote-price-label-v380821,
  .product-card-pro .service-quote-price-label-v380821{
    font-size:18px!important;
  }
  .card.product-card-pro .service-quote-mini-v380821,
  .product-card-pro .service-quote-mini-v380821{
    font-size:10.5px!important;
  }
}
