:root {
  --content-width: 680px;
}

body {
  line-height: 2.0;
}

/* Gradient banner (emtips-like dreamy) */
#page-header {
  background: linear-gradient(135deg, #e0eafc 0%, #cfdef3 100%) !important;
}

#board {
  box-shadow: none !important;
  border: none !important;
}

/* Remove all shadows globally */
* {
  box-shadow: none !important;
}

.container {
  max-width: var(--content-width) !important;
}

.post-content {
  font-size: 16px;
  line-height: 2.0;
}

.post-content p {
  margin: 0 0 1.4em;
}

/* Home list: date + title plain text */
.index-container .index-card {
  border: none !important;
  padding: 12px 0 !important;
}
.index-container .index-card .index-card-img,
.index-container .index-card .index-card-bg {
  display: none !important;
}
.index-container .index-card .index-card-title {
  font-size: 1.1rem;
  font-weight: 500;
}
.index-container .index-card .index-card-meta {
  color: #777;
  font-size: 0.9rem;
}
