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%;
}
} .article-adsense {
text-align: center;
margin: 30px auto;
}
.article-adsense ins.adsbygoogle {
margin: 0 auto !important;
} .home-posts-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 25px;
max-width: 1200px;
margin: 0 auto;
}
.home-post-card {
background: #fff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0,0,0,0.08);
transition: transform .3s ease, box-shadow .3s ease;
}
.home-post-card:hover {
transform: translateY(-3px);
box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.home-post-link {
text-decoration: none;
color: inherit;
display: block;
}
.home-post-thumb {
height: 160px;
overflow: hidden;
}
.home-post-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .5s ease;
}
.home-post-card:hover .home-post-thumb img {
transform: scale(1.05);
}
.home-post-content {
padding: 20px;
}
.home-post-category {
display: inline-block;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: #0066cc;
margin-bottom: 8px;
}
.home-post-title {
margin: 0 0 10px;
font-size: 18px;
line-height: 1.4;
color: #333;
}
.home-post-excerpt {
font-size: 14px;
color: #666;
line-height: 1.5;
} .home-posts-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
max-width: 1200px;
margin: 0 auto;
}
.home-post-card {
background: #fff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0,0,0,0.08);
transition: transform .3s ease, box-shadow .3s ease;
}
.home-post-card:hover {
transform: translateY(-3px);
box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.home-post-link {
text-decoration: none;
color: inherit;
display: block;
}
.home-post-thumb {
height: 160px;
overflow: hidden;
}
.home-post-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .5s ease;
}
.home-post-card:hover .home-post-thumb img {
transform: scale(1.05);
}
.home-post-content {
padding: 20px;
}
.home-post-category {
display: inline-block;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: #0066cc;
margin-bottom: 8px;
}
.home-post-title {
margin: 0 0 10px;
font-size: 18px;
line-height: 1.4;
color: #333;
}
.home-post-excerpt {
font-size: 14px;
color: #666;
line-height: 1.5;
} .home-post-hero {
grid-column: span 2;
}
.home-post-hero .home-post-thumb {
height: 320px;
}
.home-post-hero .home-post-title {
font-size: 26px;
} .home-search-ad-cell {
display: flex;
flex-direction: column;
gap: 15px;
padding: 20px;
box-shadow: none;
background: #fafafa;
border: 1px solid #eee;
}
.home-search-ad-cell .search-form {
display: flex;
width: 100%;
}
.home-search-ad-cell .search-form input[type="search"] {
flex: 1;
padding: 8px 12px;
border: 1px solid #ddd;
border-radius: 4px 0 0 4px;
}
.home-search-ad-cell .search-form input[type="submit"] {
padding: 8px 16px;
border: none;
border-radius: 0 4px 4px 0;
background: #0066cc;
color: #fff;
cursor: pointer;
}
.home-top-adsense {
flex: 1;
min-height: 250px;
}
@media (max-width: 768px) {
.home-posts-grid {
grid-template-columns: 1fr;
}
.home-post-hero {
grid-column: span 1;
}
.home-post-hero .home-post-thumb {
height: 200px;
}
} .home-search-ad-cell-bottom {
grid-column: span 2;
}
@media (max-width: 768px) {
.home-search-ad-cell-bottom {
grid-column: span 1;
}
}