/* GE2studio V1.10.17 — hardening of the V1.10.16 public assistant/Copilot layer.
 * This lightweight stylesheet is loaded site-wide.
 */

.ge2-contact-scope {
  margin: 0 0 18px;
  padding: 15px 17px;
  border: 1px solid rgba(185, 74, 27, .20);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(185, 74, 27, .075), rgba(255, 255, 255, .025));
}

.ge2-contact-scope p {
  margin: 0;
  color: var(--ivory);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.ge2-contact-scope small {
  display: block;
  margin-top: 7px;
  color: rgba(244, 240, 232, .55);
  font-size: 11px;
  line-height: 1.55;
}

/* Keep the child entry visually subordinate to the existing Intelligence hub. */
.wp-mobile-menu-subitem {
  position: relative;
  min-height: 44px !important;
  padding-left: 30px !important;
  color: rgba(244, 240, 232, .64) !important;
  font-size: 12px !important;
}

.wp-mobile-menu-subitem::before {
  content: "";
  position: absolute;
  left: 13px;
  width: 8px;
  height: 1px;
  background: var(--orange-bright);
}

@media (max-width: 768px) {
  .ge2-contact-scope {
    padding: 14px;
  }
}

/* V1.10.17 — measured contrast corrections inside the global contact panel. */
.ge2-assistant-input-row input::placeholder,
.ge2-callback-form input::placeholder,
.ge2-assistant-note,
.ge2-assistant-voice-note,
.ge2-callback-form label > span small {
  color: rgba(244, 240, 232, .68);
}
