/* WordPress integration styles */
.admin-bar .site-header { top: 32px; }
.admin-bar .site-menu-trigger { top: calc(32px + (var(--menu-header-height) - var(--menu-button-size)) / 2); }
.admin-bar .site-menu-panel { top: 32px; height: calc(100dvh - 32px); }
.news-list-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; padding-bottom: 100px; }
.news-card { overflow: hidden; border-radius: 28px; background: #fff; box-shadow: 0 18px 50px #173e4812; }
.news-card > a { display: block; height: 100%; }
.news-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.news-card > a > div { padding: 24px; }
.news-card h2 { margin: 10px 0; font-size: 22px; }
.news-card p { margin: 0; }
.news-card p:first-child { display: flex; gap: 12px; color: #169d8b; font-size: 14px; }
.news-card[hidden] { display: none; }
.news-detail { max-width: 980px; padding-block: 80px 120px; }
.news-detail > header { margin-bottom: 48px; }
.news-detail > header h1 { font-size: clamp(32px, 5vw, 56px); }
.news-body { font-size: 18px; line-height: 2; }
.news-body :is(img, table) { max-width: 100%; height: auto; }
.news-body h2 { margin-top: 2em; }
.category-filters { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 40px; }
.category-filters :is(button, select) { min-height: 48px; padding: 10px 20px; border: 1px solid #2bbda7; border-radius: 999px; background: #fff; font-size: 16px; }
.category-filters button.active { background: #2bbda7; color: #173e48; }
@media (max-width: 900px) { .news-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } .admin-bar .site-menu-trigger { top: calc(46px + (var(--menu-header-height) - var(--menu-button-size)) / 2); } .admin-bar .site-menu-panel { top: 46px; height: calc(100dvh - 46px); } }
@media (max-width: 620px) { .news-list-grid { grid-template-columns: 1fr; } }
