/* Swoogo: Pro Tip block — highlighted callout (values from the guide design system). */

.sg-protip {
  font-family: "Inter Tight", "Inter", sans-serif;
  margin-top: 30px;
  background: #E9ECFF;            /* fog */
  border-radius: 16px;
  padding: 24px 26px;
}

.sg-protip .protip-head {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4A3EC2;                /* lavender-ink */
  margin-bottom: 10px;
}
.sg-protip .protip-head svg {
  width: 18px;
  height: 18px;
  color: #FF8A4C;                /* glow */
}

.sg-protip .protip-body,
.sg-protip .protip-body p {
  font-size: 16.5px !important;
  line-height: 1.65 !important;
  color: #050849;                /* pacific */
  padding: 0 !important;
}
.sg-protip .protip-body p { margin: 0 0 1em !important; }
.sg-protip .protip-body p:last-child { margin-bottom: 0 !important; }

/* --- Guide content-area override (see prompt-group.css note) --- */
body.single-sg_guide .guide-main .guide-content .sg-protip.sg-protip .protip-body p {
  font-size: 16.5px !important;
  line-height: 1.65 !important;
  padding: 0 !important;
  margin: 0 0 1em !important;
}
body.single-sg_guide .guide-main .guide-content .sg-protip.sg-protip .protip-body p:last-child {
  margin-bottom: 0 !important;
}
