/* JPRO trust-strip — match live jpronumbingcream.co.uk */
.t1-fc-row--jpro,
.t1-fc-row.trust-strip {
  background-color: #ffff;
  border-top: none;
  border-bottom: none;
  padding: 36px 24px;
}

.t1-fc-row--jpro .t1-fc-row-inner,
.t1-fc-row--jpro .trust-strip-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.t1-fc-row--jpro .t1-fc-section-title[hidden],
.t1-fc-row--jpro .t1-fc-section-title:empty {
  display: none !important;
}

.t1-fc-row--jpro .t1-fc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 0;
}

.t1-fc-row--jpro .t1-fc-card,
.t1-fc-row--jpro .trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 8px 28px;
  margin: 0;
  position: relative;
}

.t1-fc-row--jpro .t1-fc-card + .t1-fc-card::before,
.t1-fc-row--jpro .trust-item + .trust-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 64px;
  background: #d9d9d9;
}

.t1-fc-row--jpro .t1-fc-icon-wrap,
.t1-fc-row--jpro .trust-icon {
  flex-shrink: 0;
  width: auto;
  height: 56px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent !important;
}

.t1-fc-row--jpro .t1-fc-icon-host {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.t1-fc-row--jpro .t1-fc-icon-host img,
.t1-fc-row--jpro .t1-fc-icon-host svg {
  display: block;
  max-width: 60px;
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.t1-fc-row--jpro .t1-fc-body,
.t1-fc-row--jpro .trust-text {
  min-width: 0;
  text-align: left;
}

.t1-fc-row--jpro .t1-fc-title {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 4px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
}

.t1-fc-row--jpro .t1-fc-description {
  font-family: 'Open Sans', 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 1.35;
  margin: 0;
}

.t1-fc-row--jpro .t1-fc-cta {
  display: none;
}

.t1-fc-row--jpro .t1-fc-card[data-fc-card-slot="4"],
.t1-fc-row--jpro .trust-item[data-fc-card-slot="4"] {
  display: none !important;
}

@media (max-width: 900px) {
  .t1-fc-row--jpro {
    padding: 28px 16px;
  }

  .t1-fc-row--jpro .t1-fc-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .t1-fc-row--jpro .t1-fc-card,
  .t1-fc-row--jpro .trust-item {
    justify-content: flex-start;
    padding: 18px 8px;
  }

  .t1-fc-row--jpro .t1-fc-card + .t1-fc-card::before,
  .t1-fc-row--jpro .trust-item + .trust-item::before {
    left: 8px;
    right: 8px;
    top: 0;
    transform: none;
    width: auto;
    height: 1px;
  }

  .t1-fc-row--jpro .t1-fc-title {
    font-size: 18px;
  }

  .t1-fc-row--jpro .t1-fc-description {
    font-size: 14px;
  }
}