diff --git a/dashboard.css b/dashboard.css
index 61e4c58..c277af1 100644
--- a/dashboard.css
+++ b/dashboard.css
@@ -302,6 +302,25 @@
padding-top: 2rem;
}
+.section-page-header {
+ margin-bottom: 1.5rem;
+}
+
+.section-page-header h1 {
+ font-size: 1.75rem;
+ color: var(--text-main);
+ margin-bottom: 0.35rem;
+}
+
+.section-page-header p {
+ color: var(--text-muted);
+ font-size: 0.95rem;
+}
+
+.dashboard-body.role-doctor .section-page-header:not(.hidden) + #doctor-zen-section {
+ margin-top: 0;
+}
+
/* --- Dashboard page layout & components --- */
.dash-header {
display: flex;
diff --git a/dashboard.html b/dashboard.html
index 0457d99..bab2ec7 100644
--- a/dashboard.html
+++ b/dashboard.html
@@ -19,15 +19,15 @@
C
Curio
-