body {
  font-size: 0.9rem;
  background-color: #f5f6fa;
}

.navbar {
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.card {
  border-radius: 0.6rem;
}

.table th {
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Quill editor */
#quill-editor .ql-editor {
  min-height: 260px;
  font-size: 0.9rem;
}

/* Rendered renungan content */
.renungan-content h1,
.renungan-content h2,
.renungan-content h3 {
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}
.renungan-content blockquote {
  border-left: 4px solid #0d6efd;
  padding-left: 1rem;
  color: #555;
  font-style: italic;
}
.renungan-content ul,
.renungan-content ol {
  padding-left: 1.5rem;
}

.col-xl-2-4 {
  flex: 0 0 auto;
  width: 20%;
}

@media (max-width: 1200px) {
  .col-xl-2-4 { width: 50%; }
}

@media (max-width: 576px) {
  .col-xl-2-4 { width: 100%; }
}
