.cpa-free-shipping {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 18px 0;
  padding: 16px 15px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
  color: inherit;
}
.cpa-free-shipping__icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0,0,0,.055);
}
.cpa-free-shipping__icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.cpa-free-shipping__content { min-width: 0; }
.cpa-free-shipping__title {
  margin: 0 0 3px;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.cpa-free-shipping__amount {
  margin: 0 0 5px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}
.cpa-free-shipping__text {
  margin: 0;
  font-size: .82rem;
  line-height: 1.4;
  opacity: .78;
}
@media (max-width: 767px) {
  .cpa-free-shipping { margin-top: 12px; }
}


.product-additional-info .cpa-free-shipping {
  margin-top: 16px;
  margin-bottom: 12px;
}
