.oralove-trustbar {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  height: 32px;
  min-height: 0;
  padding: 0 14px;
  overflow: hidden;
  background: linear-gradient(90deg, #0d0a0d 0%, #171016 50%, #0d0a0d 100%);
  border-top: 1px solid rgba(255, 255, 255, .04);
  border-bottom: 1px solid rgba(231, 26, 119, .2);
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .015em;
  line-height: 1;
}

.oralove-trustbar > * {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 26px;
  color: inherit;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color .2s ease;
}

.oralove-trustbar > *:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .14);
}

.oralove-trustbar a:hover,
.oralove-trustbar button:hover,
.oralove-trustbar button:focus-visible {
  color: #ff4a9b;
}

.oralove-trustbar button {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  font: inherit !important;
  cursor: pointer;
}

.oralove-trustbar button:focus-visible {
  outline: 1px solid rgba(255, 74, 155, .75);
  outline-offset: -3px;
}

.oralove-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
  padding: 14px;
  border: 1px solid rgba(111, 23, 56, .12);
  border-radius: 16px;
  background: #fff8fb;
}

.oralove-reassurance > div {
  padding: 10px;
  border-radius: 11px;
  background: #fff;
}

.oralove-reassurance strong,
.oralove-reassurance small {
  display: block;
}

.oralove-reassurance strong {
  color: #4a2d39;
  font-size: 13px;
}

.oralove-reassurance small {
  margin-top: 3px;
  color: #806b75;
  font-size: 11px;
}

.oralove-reassurance a {
  text-decoration: none !important;
}

@media (max-width: 760px) {
  .oralove-trustbar {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .oralove-trustbar::-webkit-scrollbar {
    display: none;
  }

  .oralove-trustbar > * {
    flex: 0 0 auto;
    padding: 0 18px;
  }

  .oralove-reassurance {
    grid-template-columns: 1fr;
  }
}
