.ccus-product-trust {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 18px 0 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd8cf;
  border-radius: 12px;
  box-sizing: border-box;
}
.ccus-product-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 12px 0;
  box-sizing: border-box;
}
.ccus-product-trust__item {
  min-width: 0;
  display: grid;
  place-items: center;
  border-right: 1px dashed #ddd8cf;
}
.ccus-product-trust__item:last-child { border-right: 0; }
.ccus-product-trust__content {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-rows: 24px auto;
  justify-items: center;
  align-content: center;
  gap: 7px;
  padding: 0 8px;
  box-sizing: border-box;
  text-align: center;
}
.ccus-product-trust__icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #08795a;
}
.ccus-product-trust__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ccus-product-trust__rx {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #08795a;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
}
.ccus-product-trust__title {
  width: 100%;
  display: block;
  color: #0d0d0f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
a.ccus-product-trust__title { color: #0d0d0f; text-decoration: none; }
a.ccus-product-trust__title:hover { color: #08795a; }
a.ccus-product-trust__title:focus-visible {
  outline: 2px solid rgb(8 121 90 / .35);
  outline-offset: 4px;
}
@media (max-width: 720px) {
  .ccus-product-trust {
    grid-template-columns: 1fr 1fr;
    margin: 16px 0 24px;
    padding: 0;
  }
  .ccus-product-trust__item {
    border-right: 1px dashed #ddd8cf;
    border-bottom: 1px dashed #ddd8cf;
  }
  .ccus-product-trust__item:nth-child(even) { border-right: 0; }
  .ccus-product-trust__item:nth-child(n + 3) { border-bottom: 0; }
  .ccus-product-trust__content { min-height: 62px; padding: 10px 8px; }
  .ccus-product-trust__title { font-size: 11px; white-space: normal; }
}
