body {
  font-family: "Segoe UI", Roboto, sans-serif;
  margin: 0;
  background: #fafafa;
  color: #333;
  padding-top: 70px;
  background:#f8f9fa;
}

.card {
  margin-top:20px;
}

textarea { 
  min-height:120px;
}

.container {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.site-header, .site-footer {
  background: #0078d4;
  color: #fff;
  padding: 15px 0;
}

.site-header a, .site-footer a {
  color: #fff;
  text-decoration: none;
}

.navbar-brand {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.nav-link.active {
  background-color: rgba(255,255,255,0.15);
  border-radius: 6px;
}

.site_name {
  font-size: 30px;
}

h1 a {
  text-decoration: none;
  color: #fff;
}

.post-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.sitemap-list ul {
  list-style: none;
  padding-left: 0;
}
.sitemap-list li {
  margin-bottom: 0.4rem;
}
.sitemap-list a {
  text-decoration: none;
}
.sitemap-list a:hover {
  text-decoration: underline;
}


.faq-list {
  margin-top: 1.5rem;
}
.faq-item h3 {
  font-size: 1.1rem;
  color: #222;
  margin-bottom: .3rem;
}
.faq-answer {
  color: #555;
  line-height: 1.6;
}
.faq-item + .faq-item {
  margin-top: 1rem;
}

.post-card {
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.post-card h3 a {
  color: #0078d4;
  text-decoration: none;
}

.post-card .excerpt {
  margin: 10px 0;
  color: #555;
}

.post-card .meta small {
  color: #777;
}

.single-post h1 {
  color: #0078d4;
}

.post-content {
  margin-top: 15px;
  line-height: 1.7;
}

@media (min-width: 700px) {
  .post-list {
    grid-template-columns: 1fr 1fr;
  }
}
