/* Theme: Civic */

.ms-theme-civic .ms-link {
  background: #fff;
  border: 1px solid #d0d7e2;
  color: var(--ms-text);
  box-shadow: 0 2px 8px rgba(11,92,171,0.08);
}
.ms-theme-civic[data-button="rounded"] .ms-link,
.ms-theme-civic[data-button="pill"] .ms-link,
.ms-theme-civic[data-button="square"] .ms-link,
.ms-theme-civic[data-button="torn"] .ms-link {
  background: var(--ms-accent);
  color: #fff;
  border-color: var(--ms-accent);
}
.ms-theme-civic .ms-avatar {
  border: 3px solid var(--ms-accent);
}
