#bloomme-promo-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#bloomme-promo-overlay.active {
  display: flex;
}

#bloomme-promo-box {
  background: #EEE2D2;
  border: 2px solid #A89585;
  border-radius: 12px;
  max-width: 420px;
  width: 100%;
  padding: 32px 28px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  font-family: Georgia, serif;
}

#bloomme-promo-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 22px;
  color: #5C3D2E;
  cursor: pointer;
  line-height: 1;
  background: none;
  border: none;
}

#bloomme-promo-box h2 {
  color: #5C3D2E;
  font-size: 22px;
  margin: 0 0 12px;
}

#bloomme-promo-box p {
  color: #4A3B32;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 20px;
}

#bloomme-promo-cta {
  display: inline-block;
  background: #A89585;
  color: #fff;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  transition: background 0.2s ease;
}

#bloomme-promo-cta:hover {
  background: #5C3D2E;
}
