.tip-box-green {
  border-left: 6px solid #2ecc71;   /* Bright green accent */
  background: linear-gradient(90deg, #f9fff9 0%, #ffffff 100%);
  padding: 1em 1.2em;
  margin: 2em auto;
  max-width: 85%;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  font-size: 1.05em;
  line-height: 1.6;
  position: relative;
}

.tip-box-green::before {
  content: "💡";
  font-size: 1.6em;
  position: absolute;
  top: 0.6em;
  left: 0.6em;
}

.tip-box-green p {
  margin: 0.2em 0 0.2em 2em;
}

.tip-box-green a {
  color: #0077cc;
  font-weight: bold;
  text-decoration: none;
}

.tip-box-green a:hover {
  text-decoration: underline;
  color: #005599;
}
