
/* ===== Nerd4Hire.me Match Theme (v1) ===== */

/* Global wood tile background if available */
body {
  background: #f5f5f5;
  background-image: url("images/legacy/wood.jpg");
  background-repeat: repeat;
  background-position: top left;
}

/* Content panel (white card look) */
.content-panel {
  background: #ffffff;
  padding: 1.25rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

/* Vertical navigation styling */
.wp-block-navigation__container.is-vertical a {
  text-decoration: none;
  padding: .35rem .5rem;
  display: block;
}
.wp-block-navigation__container.is-vertical a:hover {
  text-decoration: underline;
}

/* Serif headings, readable body */
h1,h2,h3 { font-family: Georgia, "Times New Roman", serif; }
p,li { line-height: 1.55; }

/* Responsive tweaks */
@media (max-width: 781px) {
  .content-panel { border-radius: 6px; }
}
