/* Biobyte — odświeżony wygląd (v4). Wspólne style podstron. */
body{margin:0;font-family:'Roboto',sans-serif;color:#000;background:#fff;-webkit-font-smoothing:antialiased;}
a{color:#008000;text-decoration:none;}
a:hover{color:#000;}
img{max-width:100%;height:auto;}
.clear{clear:both;}
/* banner podstron */
.innerbanner{position:relative;overflow:hidden;max-height:240px;}
.innerbanner img{width:100%;display:block;object-fit:cover;}
/* układ treści */
.content-area{max-width:1170px;margin:0 auto;padding:56px 24px 72px;}
.middle-align{margin:0 auto;}
.sidebar_content{display:grid;grid-template-columns:300px 1fr;gap:44px;align-items:start;}
.sidebar-left{width:auto;}
#sidebar{width:auto;float:none;background:#f9f9f9;border:1px solid #ededed;border-radius:10px;padding:26px;}
#sidebar .widget-title,h3.widget-title{color:#008000;font-size:19px;font-weight:600;margin:0 0 14px;padding:0 0 12px;border-bottom:2px solid #008000;}
#sidebar aside.widget{background:none;padding:0;margin:0;}
#sidebar ul{list-style:none;margin:0;padding:0;}
#sidebar ul li{list-style:none;}
#sidebar ul li a{display:block;font-size:15px;color:#000;padding:11px 10px;border-bottom:1px dashed #d0cfcf;border-radius:6px;transition:background .15s,color .15s;background:none;}
#sidebar ul li:last-child a{border-bottom:none;}
#sidebar ul li a:hover{color:#008000;background:#ffffff;}
#sidebar ul li.current_page_item a{color:#008000;background:#ffffff;box-shadow:0 2px 10px rgba(0,0,0,.05);}
.site-main{width:auto;float:none;margin:0;padding:0;}
.site-main.nosidebar{max-width:900px;margin:0 auto;}
.flotRight{float:none !important;}
/* artykuł */
.entry-header .entry-title{color:#008000;font-size:32px;font-weight:600;margin:0 0 22px;}
.entry-content{font-size:16px;line-height:1.75;color:#222;}
.entry-content p{margin:0 0 18px;}
.entry-content a{font-weight:500;}
/* lista wiadomości */
ul.latest-posts{list-style:none;margin:0;padding:0;}
ul.latest-posts li{border:1px solid #ededed;border-radius:10px;padding:16px 20px;margin-bottom:12px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;transition:box-shadow .2s,border-color .2s;}
ul.latest-posts li:hover{border-color:#008000;box-shadow:0 10px 26px rgba(0,0,0,.07);}
ul.latest-posts li a{font-weight:500;font-size:16px;}
ul.latest-posts .post-date{color:#6a6a6a;font-size:14px;}
/* wpis aktualności */
.blog-post-repeat .postmeta{display:flex;gap:12px;color:#6a6a6a;font-size:14px;margin-bottom:16px;}
.blog-post-repeat .post-date{color:#008000;font-weight:500;}
.blog-post-repeat .post-thumb{float:right;margin:0 0 16px 20px;}
.blog-post-repeat .post-thumb img{border-radius:10px;border:1px solid #ededed;}
.post-categories{color:#6a6a6a;font-size:14px;}
.post-navigation{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:36px;}
.post-navigation a{display:inline-block;border:1px solid #008000;color:#008000;border-radius:999px;padding:10px 22px;font-size:14px;font-weight:500;transition:background .2s,color .2s;}
.post-navigation a:hover{background:#008000;color:#fff;}
.post-navigation .nav-next{margin-left:auto;}
/* mapy / iframe */
iframe{border:1px solid #ededed;border-radius:10px;}
@media(max-width:860px){
  .sidebar_content{grid-template-columns:1fr;gap:28px;}
  .entry-header .entry-title{font-size:26px;}
  .blog-post-repeat .post-thumb{float:none;margin:0 0 16px;}
}
