.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: flex;
align-items: flex-start;
margin: 0;
padding-left: 0;
}
.fmt-li::before {
content: "•";
color: #ffb914;
font-weight: bold;
font-size: 18px;
margin-right: 8px;
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;
}
