/* WordPress-specific overrides for the OCCRP layout */
.admin-bar .header-wrapper { top: 32px; }
@media (max-width: 782px) { .admin-bar .header-wrapper { top: 46px; } }
.news-item__image .image-holder img,
.top-news__image img,
.daily-news-list img { width: 100%; height: auto; display: block; object-fit: cover; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 12px; color: #737373; }
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; margin: 20px 0; }
.gallery-item { margin: 0; }
.gallery-icon img { width: 100%; height: auto; }
.widget { font-size: 13px; line-height: 1.5; margin-bottom: 20px; }
.widget-title { font-weight: 700; font-size: 14px; text-transform: uppercase; margin-bottom: 10px; color: #222; }
.entry-content img { max-width: 100%; height: auto; }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal; }
