* { box-sizing: border-box; -webkit-font-smoothing: antialiased; }
body { font-family: 'Roboto', sans-serif; line-height: 1.7; color: #333; margin: 0; background: #f4f7f9; }
a { color: #1a73e8; text-decoration: none; transition: 0.2s; }
a:hover { color: #0d47a1; }
h1, h2, h3, h4 { color: #1a1a1a; margin: 0 0 15px; font-weight: 700; line-height: 1.3; } img { max-width: 100% !important; height: auto !important; display: block; border-radius: 8px; margin: 15px auto; }
figure, .wp-block-image, .wp-caption { max-width: 100% !important; width: 100% !important; margin: 25px 0 !important; }
figcaption, .wp-caption-text { font-size: 14px !important; color: #666; text-align: center; padding: 10px; background: #f9f9f9; border-bottom: 2px solid #ddd; border-radius: 0 0 8px 8px; margin-top: -5px; display: block; } .container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.site-main { display: grid; grid-template-columns: 1fr; gap: 30px; padding: 30px 0; }
@media (min-width: 992px) { .site-main { grid-template-columns: 2fr 1fr; } } .site-header { background: #fff; border-bottom: 1px solid #e2e8f0; position: sticky; top: 0; z-index: 9999; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.header-flex { display: flex; justify-content: space-between; align-items: center; height: 70px; }
.logo h1 { font-size: 24px; text-transform: uppercase; margin: 0; }
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; }
.main-nav li { position: relative; }
.main-nav a { display: block; padding: 0 15px; line-height: 70px; color: #4a5568; font-weight: 500; }
.main-nav a:hover, .main-nav li:hover > a { color: #1a73e8; } .main-nav ul ul { position: absolute; top: 100%; left: 0; width: 220px; background: #fff; display: block; visibility: hidden; opacity: 0; transform: translateY(10px); transition: 0.3s; box-shadow: 0 5px 15px rgba(0,0,0,0.1); border: 1px solid #eee; }
.main-nav li:hover > ul { visibility: visible; opacity: 1; transform: translateY(0); }
.main-nav ul ul a { line-height: 45px; border-bottom: 1px solid #f7f7f7; padding: 0 20px; } .menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 10px; }
.menu-toggle span { display: block; width: 25px; height: 3px; background: #333; margin: 5px 0; }
@media (max-width: 991px) {
.menu-toggle { display: block; }
.main-nav { position: absolute; top: 70px; left: 0; width: 100%; background: #fff; max-height: 0; overflow: hidden; transition: 0.4s; }
.main-nav.toggled { max-height: 100vh; overflow-y: auto; }
.main-nav ul { flex-direction: column; }
.main-nav a { line-height: 55px; border-bottom: 1px solid #f7f7f7; }
.main-nav ul ul { position: static; display: none; background: #f8fafc; visibility: visible; opacity: 1; transform: none; }
.menu-item-has-children > a::after { content: ' ▼'; font-size: 10px; float: right; }
} .post-grid { display: grid; grid-template-columns: 1fr; gap: 25px; }
@media (min-width: 768px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
.post-card { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #edf2f7; display: flex; flex-direction: column; transition: 0.3s; }
.post-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.post-card-thumb { position: relative; padding-bottom: 56.25%; overflow: hidden; background: #eee; }
.post-card-thumb img { position: absolute; top: 0; width: 100% !important; height: 100% !important; object-fit: cover; border-radius: 0; margin: 0; }
.post-card-content { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; } .pagination { display: flex; justify-content: center; gap: 8px; margin: 40px 0; }
.pagination .page-numbers { padding: 8px 15px; border-radius: 6px; background: #fff; border: 1px solid #e2e8f0; color: #4a5568; font-weight: 600; }
.pagination .current { background: #1a73e8; border-color: #1a73e8; color: #fff; } .content-single { background: #fff; padding: 30px; border-radius: 12px; border: 1px solid #edf2f7; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.widget { background: #fff; padding: 25px; border-radius: 12px; margin-bottom: 25px; border: 1px solid #edf2f7; }
.widget-title { font-size: 17px; border-bottom: 2px solid #1a73e8; display: inline-block; padding-bottom: 5px; margin-bottom: 15px; }
.ads-area { margin: 20px 0; text-align: center; clear: both; }
.ads-label { display: block; font-size: 10px; color: #bbb; text-transform: uppercase; margin-bottom: 5px; } .site-footer { background: #1a202c; color: #e2e8f0; padding: 40px 0; text-align: center; margin-top: 50px; }