.team-roster a img {
  border-radius: 50%;
  box-shadow: 0 0 0 7px #fff, 0 0 0 8px #cecece;
  margin: 9px 17px 9px 3px;
}


/* Center the RTD placement when not wide enough to float */
#rtd-stickybox-container {
  text-align: center;
}

.wy-menu.wy-menu-vertical a.reference.external::after {
  /* \00a0 = no break space */
  content: "\00a0\f08e";
  font-family: FontAwesome;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;

}

/* Footer CTA — colors pulled from about.readthedocs.com brand palette */
.rtd-cta {
  text-align: center;
  padding: 24px 16px;
  margin-top: 24px;
  background-color: #1a1e22;
  border-radius: 8px;
}

.rtd-cta-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}

.rtd-cta-groups {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.rtd-cta-group {
  flex: 1 1 260px;
  max-width: 320px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.rtd-cta-group-label {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
}

.rtd-cta-group-text {
  font-size: 13px;
  color: #9da5b4;
  margin: 0 0 14px;
  line-height: 1.4;
}

.rtd-cta-group-text code {
  background: transparent;
  border: none;
  padding: 0;
  color: #cfd6e0;
  font-size: 12px;
}

.rtd-cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.rtd-cta-btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
}

.rtd-cta-btn-primary,
.rtd-cta-btn-primary:visited {
  background-color: #0993af;
  color: #fff;
}

.rtd-cta-btn-primary:hover {
  background-color: #00839d;
  color: #fff;
  text-decoration: none;
}

.rtd-cta-btn-primary:focus {
  background-color: #00778e;
  color: #fff;
  text-decoration: none;
}

.rtd-cta-btn-secondary,
.rtd-cta-btn-secondary:visited {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.rtd-cta-btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
}
