.post-content.case>p:first-of-type{font-size:18px;font-weight:500}.post-content :last-child{margin-bottom:0}.post-content>*{margin-bottom:24px}@media(max-width:theme("screens.lg")){.post-content>*{margin-bottom:32px}}.post-content h1,.post-content h2,.post-content h3{margin-bottom:16px}.post-content h2{font-size:24px}.post-content h3{font-size:18px;font-weight:500}.post-content a{color:var(--color-accent);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);transition:.3s}.post-content a:hover{text-decoration-color:currentColor}.post-content ol li,.post-content ul li{margin-bottom:16px}.post-content ol li:last-of-type,.post-content ul li:last-of-type{margin-bottom:0}.post-content ul li{position:relative;padding-left:32px}.post-content ul li:before{content:"";position:absolute;left:0;top:0;width:24px;min-width:24px;height:24px;background-image:url(/icons/list-check.svg);background-size:cover}.post-content ol{list-style:decimal;padding-left:20px}.post-content img{width:100%;border-radius:var(--radius-md);background-color:var(--color-background)}.post-content .kg-embed-card{aspect-ratio:16/9}.post-content .kg-embed-card iframe{width:100%;height:100%;border-radius:var(--radius-md);background-color:var(--color-background)}.post-content blockquote{display:flex;flex-direction:column;gap:16px;padding:20px;background-color:#eef6ff;border-radius:var(--radius)}.post-content blockquote:before{content:"";width:24px;height:24px;background-image:url(/icons/quote.svg);background-size:cover}.post-content blockquote p{font-size:18px;font-weight:500}.post-content blockquote p:last-of-type{font-size:14px;color:var(--color-accent)}.post-content pre{padding:16px;background-color:var(--color-background);overflow-x:auto}.post-content pre code{font-size:medium;padding:0}.post-content code{padding:4px;font-size:14px;color:var(--color-foreground);background-color:var(--color-background);border-radius:4px}.post-content .post-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--color-border-secondary);border-radius:var(--radius-sm);background-color:#fff;box-shadow:var(--shadow-default)}.post-content table{width:100%;min-width:560px;border-collapse:separate;border-spacing:0;font-size:14px;line-height:1.5;color:var(--color-foreground)}@media(min-width:theme("screens.md")){.post-content table{font-size:15px}}.post-content table thead th{background-color:var(--color-accent-200);color:var(--color-foreground);font-weight:600;text-align:left;padding:12px 16px;border-bottom:1px solid var(--color-border-secondary);white-space:nowrap}.post-content table thead th:not(:last-child){border-right:1px solid var(--color-border-secondary)}.post-content table tbody tr:nth-child(2n){background-color:var(--color-secondary)}.post-content table tbody tr:hover{background-color:#eef6ff}.post-content table tbody tr:not(:last-child) td{border-bottom:1px solid var(--color-border-secondary)}.post-content table tbody tr td{padding:12px 16px;vertical-align:top}.post-content table tbody tr td:not(:last-child){border-right:1px solid var(--color-border-secondary)}.post-content table tbody tr td:first-child{font-weight:600}figcaption{color:var(--color-border);text-align:center;font-size:14px;margin-top:4px}figcaption a{color:var(--color-foreground);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);transition:.3s}figcaption a:hover{text-decoration-color:currentColor}