img {
display: block; height: auto;
max-width: 100%;
} .ad-container, .iframe-wrapper {
min-height: 250px;
width: 100%;
} .related-posts-placeholder,
.comments-placeholder,
.widget-placeholder {
min-height: 300px;
} header, h1.entry-title {
font-family: 'Inter', sans-serif;
color: #111;
} .entry-content img {
max-width: 100%;
height: auto;
display: block;
} @media (max-width: 768px) {
.entry-content, .ad-container, .iframe-wrapper {
width: 100%;
}
}