@import url('kitchenworktops_75_cache.css');

/* Silestone Custom Hero & Visual Styling */
.kw-silestone-hero {
  background: linear-gradient(135deg, #022c22 0%, #064e3b 50%, #0f172a 100%);
  border-bottom: 3px solid #10b981;
}

/* High Specificity Contrast Overrides for Silestone */
.u-body .kw-silestone-hero h1,
.u-body .kw-silestone-hero h2,
.u-body .kw-silestone-hero h3 {
  color: #ffffff !important;
}

.u-body .kw-silestone-hero p,
.u-body .kw-silestone-hero .kw-hero-lead,
.u-body .kw-silestone-hero .kw-usp-box span {
  color: #e2e8f0 !important;
}

.u-body .kw-silestone-hero .kw-usp-box strong {
  color: #ffffff !important;
}

.silestone-chip {
  display: inline-block;
  background: rgba(16, 185, 129, 0.2);
  color: #a7f3d0;
  border: 1px solid rgba(16, 185, 129, 0.4);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 8px;
}
