/* Zeestr Matching Strip – namespaced */
.zeestr-matching-strip {
  width: 100%;
  background: #f7c757; /* default gold from Zeestr palette */
  color: #ffffff;
}

/* Inner wrapper to keep content constrained and centered */
.zeestr-matching-strip__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 16px;
  text-align: center;
}

/* Title styling */
.zeestr-matching-strip__title {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* Subtitle styling */
.zeestr-matching-strip__subtitle {
  margin: 2px 0 0;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* Optional small-screen tweaks */
@media (max-width: 600px) {
  .zeestr-matching-strip__inner {
    padding-inline: 12px;
  }

  .zeestr-matching-strip__title,
  .zeestr-matching-strip__subtitle {
    font-size: 14px;
  }
}
