/* ---------------------------------------------------------------------------
   Mentorship call-to-action
   ---------------------------------------------------------------------------
   Applied via `!!! quote mentorship ""` at the bottom of a handful of pages.
   Everything visual about those blocks is controlled here, so restyling all
   of them at once is a change to this rule set only.
   --------------------------------------------------------------------------- */

.md-typeset .admonition.mentorship {
  border: none;
  border-left: 2px solid var(--md-default-fg-color--lightest);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font-size: 0.72rem;
  color: var(--md-default-fg-color--light);
}

.md-typeset .admonition.mentorship > p {
  margin: 0.4em 0;
}

/* The shared closing line from includes/mentorship.md is the last paragraph. */
.md-typeset .admonition.mentorship > p:last-child {
  font-size: 0.9em;
  color: var(--md-default-fg-color--lighter);
}

.md-typeset .admonition.mentorship a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.md-typeset .admonition.mentorship a:hover,
.md-typeset .admonition.mentorship a:focus {
  color: var(--md-accent-fg-color);
}
