/* Footer block styles */
.site-footer {
  background-color: #4260c4;
  color: #ffffff;
}

/* Kill list bullets/numbers regardless of theme styles */
.site-footer ul,
.site-footer ol,
.site-footer ul li,
.site-footer ol li {
  list-style: none !important;
  list-style-type: none !important;
}

.site-footer ul,
.site-footer ol {
  margin: 0 !important;
  padding: 0 !important;
}

.site-footer li {
  margin: 0 0 0.5em 0 !important;
  padding-left: 0 !important;
}

.site-footer li::marker {
  content: "" !important;
}

.site-footer li::before {
  content: none !important;
}

.site-footer a {
  color: #ffffff;
  text-decoration: underline;
}

.site-footer svg {
  vertical-align: -3px;
  margin-right: 0.5em;
}
