/* MyOMR WhatsApp community CTA variants (banner, compact, inline) */
.omr-wa-community-banner {
  --wa-banner-green: #14532d;
  --wa-banner-terra: #c45c3e;
  --wa-banner-wa: #25d366;
  font-family: 'Poppins', system-ui, sans-serif;
  background: linear-gradient(105deg, var(--wa-banner-terra) 0%, #b84a2f 38%, var(--wa-banner-green) 100%);
  color: #fff;
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
  margin: 1rem 0 1.5rem;
  box-shadow: 0 8px 28px rgba(20, 83, 45, 0.18);
}
.omr-wa-community-banner__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.omr-wa-community-banner__eyebrow {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.9;
  margin-bottom: 0.25rem;
}
.omr-wa-community-banner__title {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.omr-wa-community-banner__desc {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.92;
  max-width: 42rem;
}
.omr-wa-community-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.6rem 1.35rem;
  background: var(--wa-banner-wa);
  color: #05302c !important;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 999px;
  white-space: nowrap;
  font-size: 0.9375rem;
}
.omr-wa-community-banner__btn:hover {
  background: #20bd5a;
  color: #042a26 !important;
}
.omr-wa-community-compact {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  padding: 1rem 1.25rem;
}
.omr-wa-community-inline {
  color: #128c7e;
  font-weight: 600;
  text-decoration: none;
}
.omr-wa-community-inline:hover {
  color: #075e54;
  text-decoration: underline;
}
