/* JPRO About teaser — match live jpronumbingcream.co.uk */
.t1-tips-teaser--jpro {
  --jpro-blue: #1a56c4;
  --jpro-blue-deep: #0b2f7a;
  --jpro-navy: #0d2b6b;
  --jpro-ink: #222222;
  --jpro-muted: #4a4a4a;
  padding: 72px 24px 80px;
  background-color: #ffffff;
}

.t1-tips-teaser--jpro .container {
  max-width: 1180px;
  margin: 0 auto;
}

.t1-tips-teaser--jpro .tips-teaser-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(280px, 1fr);
  gap: clamp(36px, 6vw, 72px);
  align-items: center;
}

.t1-tips-teaser--jpro .tips-teaser-media {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

.t1-tips-teaser--jpro .tips-teaser-photo,
.t1-tips-teaser--jpro img[data-tt-image] {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 600 / 544;
  object-fit: contain;
  background: transparent;
}

.t1-tips-teaser--jpro .tips-teaser-text {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}

.t1-tips-teaser--jpro .tips-eyebrow[hidden],
.t1-tips-teaser--jpro .tips-eyebrow:empty {
  display: none !important;
}

.t1-tips-teaser--jpro .tips-teaser-text h2,
.t1-tips-teaser--jpro .tips-teaser-text [data-tt-heading] {
  font-family: "Playfair Display", "Times New Roman", Georgia, serif !important;
  font-size: clamp(34px, 4.2vw, 48px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--jpro-navy);
  margin: 0 0 22px;
  line-height: 1.1;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.t1-tips-teaser--jpro .tips-teaser-text h2::after,
.t1-tips-teaser--jpro .tips-teaser-text [data-tt-heading]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 3px;
  background: var(--jpro-blue);
}

.t1-tips-teaser--jpro .tips-teaser-body,
.t1-tips-teaser--jpro .tips-teaser-text [data-tt-body] {
  font-family: "Open Sans", "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--jpro-muted);
  line-height: 1.75;
  margin: 0 0 8px;
  white-space: pre-line;
}

.t1-tips-teaser--jpro .tips-teaser-btn,
.t1-tips-teaser--jpro a[data-tt-cta] {
    display: inline-block;
    margin-top: 26px;
    background: var(--jpro-blue);
    color: #ffffff !important;
    font-family: "Open Sans", "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 14px 60px;
    text-decoration: none;
    border: 0;
    border-radius: 5px;
    transition: background 0.2s ease;
}

.t1-tips-teaser--jpro .tips-teaser-btn:hover,
.t1-tips-teaser--jpro a[data-tt-cta]:hover {
  background: black;
  color: #fff !important;
}

.t1-tips-teaser--jpro .tips-teaser-cards {
  display: none !important;
}

@media (max-width: 900px) {
  .t1-tips-teaser--jpro {
    padding: 48px 16px 56px;
  }

  .t1-tips-teaser--jpro .tips-teaser-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .t1-tips-teaser--jpro .tips-teaser-media {
    max-width: 420px;
  }

  .t1-tips-teaser--jpro .tips-teaser-text h2,
  .t1-tips-teaser--jpro .tips-teaser-text [data-tt-heading] {
    font-size: 32px;
  }
}