/* Default Theme — SurixCMS */

body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; min-height: 100vh; display: flex; flex-direction: column; }
main, .container.py-4 { flex: 1; }

/* Menu generated by [mainmenu] */
.main-menu { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.main-menu li a { color: rgba(255,255,255,.8); text-decoration: none; padding: 8px 14px; border-radius: 6px; transition: .15s; font-size: .95rem; }
.main-menu li a:hover { color: #fff; background: rgba(255,255,255,.1); }

/* Hero */
.hero { background: linear-gradient(135deg, #0d6efd, #6610f2); }

/* Breadcrumb */
.breadcrumb-nav { margin-bottom: 1rem; }
.breadcrumb { background: none; padding: 0; font-size: .9rem; }

/* Post cards from [post_list] */
.post-list { display: flex; flex-direction: column; gap: 24px; }
.post-card { background: #fff; border-radius: 10px; padding: 24px; box-shadow: 0 1px 4px rgba(0,0,0,.06); transition: .15s; }
.post-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.1); }
.post-card-image { width: 100%; max-height: 280px; object-fit: cover; border-radius: 8px; margin-bottom: 16px; }
.post-card h3 { margin: 0 0 8px; font-size: 1.3rem; }
.post-card h3 a { color: inherit; text-decoration: none; }
.post-card h3 a:hover { color: #0d6efd; }
.post-meta { color: #6c757d; font-size: .85rem; margin-bottom: 8px; }
.post-meta a { color: #6c757d; }
.post-card p { color: #495057; margin-bottom: 8px; }
.read-more { font-weight: 600; font-size: .9rem; color: #0d6efd; text-decoration: none; }

/* Body content */
.post-body img, .page-body img { max-width: 100%; height: auto; border-radius: 6px; }
.post-body h2, .page-body h2 { margin-top: 1.5rem; }
.post-body blockquote, .page-body blockquote { border-left: 4px solid #dee2e6; padding: 8px 16px; color: #6c757d; margin: 1rem 0; }

/* Sidebar from [sidebar] */
.sidebar .widget { margin-bottom: 24px; background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 1px 4px rgba(0,0,0,.06); }
.sidebar .widget h4 { font-size: 1rem; font-weight: 700; margin-bottom: 12px; }
.sidebar .widget ul { list-style: none; padding: 0; margin: 0; }
.sidebar .widget li { padding: 6px 0; border-bottom: 1px solid #f0f0f0; }
.sidebar .widget li:last-child { border: none; }
.sidebar .widget li a { color: #333; text-decoration: none; font-size: .9rem; }
.sidebar .widget li a:hover { color: #0d6efd; }
.sidebar .widget li small { display: block; color: #999; font-size: .8rem; }
.sidebar .widget li span { color: #999; }

/* Pagination */
.pagination { justify-content: center; margin-top: 2rem; }

/* Footer */
footer { margin-top: auto; }
