/* ============================================================
   UOES Tools home page — page-specific styles
   Loaded after base.css.

   The landing page has its own shell (the shared Rutgers site
   header from site_header.css above a centred list), so it does
   not use document.css.
   ============================================================ */

body {
  font-family: Georgia, serif;
  background: var(--bg);
  color: var(--text);
  margin: 0;
}

main h1 {
  margin: 0 0 24px;
  font-size: 32px;
  text-align: center;
  color: var(--red);
}

main {
  max-width: 750px;
  margin: 40px auto;
  padding: 0 20px;
}

.tool-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tool-list li {
  background: var(--surface);
  border: 2px solid var(--blue);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
}

.tool-list a {
  color: var(--red);
  font-size: 18px;
  font-weight: bold;
}

.tool-list a:hover,
.tool-list a:focus {
  color: var(--red-dark);
}

.tool-list p {
  margin: 8px 0 0 0;
  line-height: 1.5;
}
