/*
  Minimal Drupal-to-Vona glue styles.
  Most visual styling is provided by Vona's Bootstrap-based CSS.
*/

/* Keep Drupal's skip link visible when focused. */
.skip-link:active,
.skip-link:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 1rem;
  clip: auto !important;
}

/* Core status messages -> subtle alerts */
.messages {
  border-radius: .75rem;
  padding: .9rem 1rem;
  margin: 0 0 1rem 0;
  border: 1px solid rgba(0,0,0,.08);
}
.messages--status { background: rgba(25,135,84,.08); }
.messages--warning { background: rgba(255,193,7,.12); }
.messages--error { background: rgba(220,53,69,.10); }

/* Help Drupal forms sit within the Vona grid */
.form-item { margin-bottom: 1rem; }
.form-actions { margin-top: 1rem; }

/* Ensure main content doesn't inherit odd margins */
main#main-content > *:first-child { margin-top: 0; }
