/* Site Search Modal Styles */
#searchModal .modal-dialog {
  margin-top: 5vh;
}
#searchModal .modal-body {
  max-height: 60vh;
}
#searchModal .list-group-item {
  border-left: 0;
  border-right: 0;
}
#searchModal .list-group-item:first-child {
  border-top: 0;
}
#searchModal .list-group-item:hover {
  background-color: var(--si-secondary-bg);
}
#searchModal mark {
  padding: 0 0.125em;
  background-color: rgba(var(--si-warning-rgb), 0.3);
  border-radius: 0.125rem;
}

/* Theme switcher: sun icon for light mode */
.form-switch.mode-switch .form-check-input:not(:checked) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3e%3ccircle cx='12' cy='12' r='5'/%3e%3cg stroke='%23fff' stroke-width='2' stroke-linecap='round'%3e%3cline x1='12' y1='2.5' x2='12' y2='4.5'/%3e%3cline x1='12' y1='19.5' x2='12' y2='21.5'/%3e%3cline x1='5.28' y1='5.28' x2='6.7' y2='6.7'/%3e%3cline x1='17.3' y1='17.3' x2='18.72' y2='18.72'/%3e%3cline x1='2.5' y1='12' x2='4.5' y2='12'/%3e%3cline x1='19.5' y1='12' x2='21.5' y2='12'/%3e%3cline x1='5.28' y1='18.72' x2='6.7' y2='17.3'/%3e%3cline x1='17.3' y1='6.7' x2='18.72' y2='5.28'/%3e%3c/g%3e%3c/svg%3e");
}
