/* Minimal global base — replaces legacy style.css on redesigned pages */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f8fafc;
}

.form-control:focus {
  box-shadow: none;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

.content a {
  color: #166286;
}

.content a:hover {
  color: #2980b9;
}
