/* Custom admonition: team-activity */

:root {
  --md-admonition-icon--team-activity: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1.13 1.1c-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58A2.01 2.01 0 0 0 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29zM20 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 3.43c0-.81-.48-1.53-1.22-1.85A6.95 6.95 0 0 0 20 14c-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H24v-1.57zm-7.76-2.78c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9A2.988 2.988 0 0 0 6 16.39V18h12v-1.61c0-1.18-.68-2.26-1.76-2.74zM8.07 16c.09-.23.13-.39.91-.69.97-.38 1.99-.56 3.02-.56s2.05.18 3.02.56c.77.3.81.46.91.69H8.07zM12 8c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m0-2c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/></svg>');
}

/* Border and background */
.md-typeset .admonition.team-activity,
.md-typeset details.team-activity {
  border-color: #e57373;
}

.md-typeset .team-activity > .admonition-title,
.md-typeset .team-activity > summary {
  background-color: rgba(229, 115, 115, 0.1);
}

/* Icon mask */
.md-typeset .team-activity > .admonition-title::before,
.md-typeset .team-activity > summary::before {
  background-color: #e57373;
  -webkit-mask-image: var(--md-admonition-icon--team-activity);
  mask-image: var(--md-admonition-icon--team-activity);
}

/* First content paragraph styled as metadata bar (format | time | setup) */
.md-typeset .admonition.team-activity > p:nth-of-type(2),
.md-typeset details.team-activity > p:nth-of-type(2) {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(229, 115, 115, 0.15);
  margin-bottom: 1rem;
}
