/* Core Marketplace Product Card v5.3.4 — benefits block only.
   This file owns delivery / returns / payments rows under the buybox. */

body.single-product.woocommerce.amui-product-card-v534 .amui-product-confidence{
  display:block!important;
  width:100%!important;
  margin:12px 0 0!important;
  padding:0!important;
  border:1px solid var(--cmp-product-line)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}

body.single-product.woocommerce.amui-product-card-v534 .amui-product-confidence__item{
  display:grid!important;
  grid-template-columns:36px minmax(0,1fr) 18px!important;
  align-items:center!important;
  gap:10px!important;
  min-height:64px!important;
  margin:0!important;
  padding:12px 18px!important;
  border:0!important;
  border-bottom:1px solid var(--cmp-product-line)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}

body.single-product.woocommerce.amui-product-card-v534 .amui-product-confidence__item:last-child{
  border-bottom:0!important;
}

body.single-product.woocommerce.amui-product-card-v534 .amui-product-confidence__item::after{
  content:'›'!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  color:#64748b!important;
  font-size:24px!important;
  line-height:1!important;
}

body.single-product.woocommerce.amui-product-card-v534 .amui-product-confidence__icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:28px!important;
  height:28px!important;
  border-radius:0!important;
  background:transparent!important;
  color:#94a3b8!important;
  font-size:18px!important;
  line-height:1!important;
}

body.single-product.woocommerce.amui-product-card-v534 .amui-product-confidence__title{
  display:block!important;
  margin:0!important;
  color:#111827!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:700!important;
}

body.single-product.woocommerce.amui-product-card-v534 .amui-product-confidence__text{
  display:block!important;
  margin:2px 0 0!important;
  color:#64748b!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:400!important;
}

body.single-product.woocommerce.amui-product-card-v534 .amui-product-confidence__item:first-child .amui-product-confidence__text{
  color:#078600!important;
  font-weight:900!important;
}

@media (max-width:560px){
  body.single-product.woocommerce.amui-product-card-v534 .amui-product-confidence{
    margin:12px 0 0!important;
  }
  body.single-product.woocommerce.amui-product-card-v534 .amui-product-confidence__item{
    padding:12px 14px!important;
  }
}
