.ivr-share-inline {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start !important;
  flex: 1 1 100%;
  gap: 8px 14px;
  width: 100%;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(36, 43, 38, 0.14);
}

.ivr-share-inline__icon {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #263b31;
}

.ivr-share-inline__content {
  min-width: 0;
}

.ivr-share-inline__content .f-sharing-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  width: 100%;
}

.ivr-share-inline__content .f-sharing-social > label {
  flex: 1 1 100%;
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #263b31;
}

.ivr-share-inline__content .f-sharing-social a,
.ivr-share-inline__content .f-sharing-social button,
.ivr-share-inline__content .f-sharing-social f-copy-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  border: 1px solid rgba(36, 43, 38, 0.16);
  border-radius: 50%;
  background: #fff;
  color: #263b31;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ivr-share-inline__content .f-sharing-social a:hover,
.ivr-share-inline__content .f-sharing-social button:hover,
.ivr-share-inline__content .f-sharing-social f-copy-text:hover {
  transform: translateY(-2px);
  border-color: #263b31;
  background: #263b31;
  color: #fff;
}

.ivr-purchase-confidence {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 26px;
  border: 1px solid rgba(142, 105, 54, 0.28);
  border-radius: 16px;
  background: linear-gradient(145deg, #fffdf7 0%, #f8f2e6 100%);
  color: #25332c;
  box-shadow: 0 12px 32px rgba(46, 38, 27, 0.08);
}

.ivr-purchase-confidence::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 5px;
  background: linear-gradient(90deg, #9e2635, #c59a54);
}

.ivr-purchase-confidence__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: #8d2433;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.ivr-purchase-confidence .ivr-purchase-confidence__intro h3 {
  margin: 0;
  color: #20352b;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.25;
}

.ivr-purchase-confidence .ivr-purchase-confidence__intro p {
  margin: 10px 0 0;
  color: #5c635f;
  font-size: 14px;
  line-height: 1.65;
}

.ivr-purchase-confidence__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.ivr-purchase-confidence__steps li {
  display: flex;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid rgba(32, 53, 43, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.74);
}

.ivr-purchase-confidence__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #20352b;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.ivr-purchase-confidence__steps strong,
.ivr-purchase-confidence__steps span {
  display: block;
}

.ivr-purchase-confidence__steps .ivr-purchase-confidence__number {
  display: inline-flex;
}

.ivr-purchase-confidence__steps li > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.72fr) 1fr;
  align-items: start;
  flex: 1 1 auto;
  gap: 14px;
}

.ivr-purchase-confidence__steps strong {
  margin: 2px 0 0;
  color: #20352b;
  font-size: 13px;
  line-height: 1.35;
}

.ivr-purchase-confidence__steps li div > span {
  color: #666c68;
  font-size: 12px;
  line-height: 1.5;
}

.ivr-purchase-confidence__proof {
  margin-top: 14px;
  padding: 15px 16px;
  border-left: 3px solid #9e2635;
  border-radius: 0 10px 10px 0;
  background: rgba(158, 38, 53, 0.055);
}

.ivr-purchase-confidence__proof strong {
  display: block;
  color: #7b1f2c;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.ivr-purchase-confidence .ivr-purchase-confidence__proof p {
  margin: 5px 0 0;
  color: #565c58;
  font-size: 13px;
  line-height: 1.55;
}

.ivr-purchase-confidence .ivr-purchase-confidence__checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none !important;
}

.ivr-purchase-confidence .ivr-purchase-confidence__checks li {
  position: relative;
  margin: 0;
  padding-left: 21px;
  color: #3f4843;
  font-size: 12px;
  line-height: 1.5;
  list-style: none !important;
}

.ivr-purchase-confidence .ivr-purchase-confidence__checks li::marker {
  content: '';
}

.ivr-purchase-confidence__checks li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #28704c;
  font-weight: 900;
}

.ivr-purchase-confidence__contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(32, 53, 43, 0.12);
  font-size: 12px;
}

.ivr-purchase-confidence__contact span {
  font-weight: 700;
  color: #20352b;
}

.ivr-purchase-confidence__contact a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(32, 53, 43, 0.18) !important;
  border-radius: 999px !important;
  background: #fff !important;
  background-image: none !important;
  color: #20352b;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: none !important;
}

.ivr-purchase-confidence__contact a:hover {
  border-color: #20352b;
  background: #20352b;
  color: #fff;
}

@media (max-width: 767px) {
  .ivr-share-inline {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px;
  }

  .ivr-share-inline__icon {
    margin-top: 0;
  }

  .ivr-share-inline__content .f-sharing-social {
    gap: 10px;
  }

  .ivr-share-inline__content .f-sharing-social > label {
    flex: 0 0 auto;
    margin: 0 4px 0 0;
  }

  .ivr-share-inline__content .f-sharing-social a,
  .ivr-share-inline__content .f-sharing-social button,
  .ivr-share-inline__content .f-sharing-social f-copy-text {
    width: 36px;
    height: 36px;
  }

  .ivr-purchase-confidence {
    padding: 20px 17px;
    border-radius: 14px;
  }

  .ivr-purchase-confidence__steps,
  .ivr-purchase-confidence .ivr-purchase-confidence__checks {
    grid-template-columns: 1fr;
  }

  .ivr-purchase-confidence__steps {
    gap: 8px;
  }

  .ivr-purchase-confidence__steps li > div {
    display: block;
  }

  .ivr-purchase-confidence__steps strong {
    margin-bottom: 5px;
  }

  .ivr-purchase-confidence__contact {
    align-items: stretch;
  }

  .ivr-purchase-confidence__contact span {
    flex: 1 1 100%;
  }

  .ivr-purchase-confidence__contact a {
    justify-content: center;
    flex: 1 1 100%;
  }
}
