/** Main Layout *****************/
.post{margin:20px auto 40px;max-width:900px;}.post p{margin-bottom:20px}.post a{color:var(--ghost-accent-color);text-decoration:underline;}.post a:hover{color:var(--ghost-second-color)}.post ul{display:flex;flex-direction:column;gap:8px;margin:20px 8px 20px 17px;}

/** Post Basic Info *****************/
h1.post-title,p.post-excerpt{font-family:var(--gh-font-heading)}.post-tags-top{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}a.post-tag{font-size:13px;font-weight:600;color:#494949;background:color-mix(in srgb, var(--ghost-second-color) 8%, white);text-decoration:none;letter-spacing:.02em;padding:.375rem .75rem;border-radius:.375rem;transition:background-color .2s}a.post-tag::before{content:"#";color:var(--ghost-second-color);margin-right:.25rem;font-weight:700}a.post-tag:hover{background:color-mix(in srgb, var(--ghost-second-color) 12%, white);color:var(--ghost-second-color)}.post-updated,a.post-author,h1.post-title{font-weight:700}a.post-author:hover{text-decoration:underline;color:var(--ghost-accent-color);}h1.post-title{font-size:34px;color:#171717}.post-meta{display:flex;flex-wrap:wrap;align-items:center;padding:8px 5px;margin:15px 0;gap:5px;font-size:15px;color:#525252;border-width:1px 0;border-style:solid;border-color:#e5e5e5;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.post-reading-time,.post-updated{color:#040404}a.post-author{display:flex;align-items:center;gap:12px;color:#5f5f5f;text-decoration:none}img.author-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;filter:grayscale(100%);transition:filter .2s}a.post-author:hover img.author-avatar{filter:grayscale(0%)}span.post-meta-separator{color:#313131;margin:0 .25rem}p.post-excerpt{font-size:19px;margin-bottom:0}

/** Table *****************/
.post-content{margin-top:40px}table,td,th{border:2px solid #383838}table{display:table;width:100%;background-color:#fff;border-spacing:0;border-collapse:collapse;table-layout:fixed;overflow-x:hidden}tbody{background:#fff}td,th{word-break:break-word;align-content:start;padding:22px 24px;text-align:left;font-size:20px;color:#000}thead{background-color:#ffdbb3}.post-content table,.post-content table a,.post-content table li,.post-content table ol,.post-content table p,.post-content table ul,.post-content tbody,.post-content td{font-family:var(--gh-font-heading);font-size:20px}.post-content table h2,.post-content table h3{font-family:var(--gh-font-heading);font-weight:700}.post-content table h2,.post-content table h3{font-size:30px}.post-content table h2,.post-content table h3{margin-bottom:0}.post-content table h2:has(+ul),.post-content table h3:has(+ul){margin-bottom:15px;}.post-content table p{margin-bottom:0}.post-content ul{margin:0 8px 20px 17px}.post-content ul>li>ul{margin-top:10px;}

/** Post Feature Image *****************/
.post-featured-image{border:2px solid #ddd;padding:10px;width:100%;background-color:#fff;box-sizing:border-box;text-align: center}.featured-image{max-width:500px;height:auto}article.post-Syllabus .post-featured-image{max-width:100%}

