.fmt-h1 {
font-size: 24px;
font-weight: 700;
margin: 0;
line-height: 1.3;
color: #ffffff;
}
.fmt-h2 {
font-size: 20px;
font-weight: 600;
margin: 0;
line-height: 1.3;
color: #ffffff;
}
.fmt-h3 {
font-size: 16px;
font-weight: 600;
margin: 0;
line-height: 1.3;
color: #ffffff;
}
.fmt-small {
font-size: 12px;
color: rgba(255, 255, 255, 0.6);
display: block;
margin: 0;
}
.fmt-ul {
margin: 0;
padding-left: 0;
list-style: none;
}
.fmt-li {
display: list-item;
list-style: none;
margin: 0;
padding-left: 0;
position: relative;
padding-left: 20px;
}
.fmt-li::before {
content: "•";
color: #ffb914;
font-weight: bold;
font-size: 18px;
position: absolute;
left: 0;
line-height: 1.4;
}
.post-content strong {
font-weight: 700;
color: #ffffff;
}
.post-content em {
font-style: italic;
color: rgba(255, 255, 255, 0.9);
}
.post-content span {
display: inline;
}
.fmt-code {
background-color: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 3px;
padding: 1px 4px;
font-family: 'Courier New', Courier, monospace;
font-size: 14px;
color: #ffb914;
display: inline;
white-space: nowrap;
}
