/* TopGradeDocsNotes - Custom Styles */

/* ── Base ── */
body { color: #2d3748; }

/* ── Typography ── */
h1, h2, h3, h4, h5, h6 { font-weight: 700; }

/* ── Buttons ── */
.btn-warning { background-color: #f5c518; border-color: #f5c518; }
.btn-warning:hover { background-color: #e6b800; border-color: #e6b800; }

/* ── Cards ── */
.card { transition: transform .15s ease, box-shadow .15s ease; }
.hover-shadow:hover { transform: translateY(-2px); box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1) !important; }

/* ── Post Content ── */
.post-content img { max-width: 100%; height: auto; border-radius: .5rem; margin: 1rem 0; }
.post-content h2, .post-content h3 { margin-top: 2rem; }
.post-content p { line-height: 1.8; }
.post-content pre { background: #f8f9fa; border-radius: .5rem; padding: 1rem; overflow-x: auto; }
.post-content code { background: #f8f9fa; padding: .1em .4em; border-radius: .25rem; font-size: .9em; }
.post-content blockquote { border-left: 4px solid #f5c518; padding-left: 1rem; color: #6c757d; font-style: italic; }

/* ── Admin ── */
.border-dashed { border-style: dashed !important; }
