/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 19 2026 | 22:11:42 */
/* ── Obrazki osadzone w artykule – max 40% ── */
.entry-content figure.alignright,
.entry-content figure.alignleft {
    max-width: 50% !important;
    width: auto !important;
}

.entry-content figure.alignright img,
.entry-content figure.alignleft img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}

/* ── Mobile – pełna szerokość ── */
@media (max-width: 500px) {
    .entry-content figure.alignright,
    .entry-content figure.alignleft {
        float: none !important;
        margin: 0 auto 20px auto !important;
        display: table !important;
        max-width: 100% !important;
    }

    .entry-content figure.alignright img,
    .entry-content figure.alignleft img {
        max-width: 100% !important;
        height: auto !important;
    }
}

/* Menu boczne */

#secondary a {
	color: #2a9410 !important;
	font-weight: normal;
}

#secondary a:hover {
  color: #34b913;
}

#categories-4 > ul {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

#categories-4 > ul > li {
  padding: 0px; 
	color: red !important
}

/* Usuniecie przedniej kreski w podmenu na mobile */
@media (max-width: 768px) {
	ul.children  {
		border-left: none !important;
	}
}

/* ── Boczne menu encyklopedii – bez kresek, bliżej siebie ── */

.rpwe-block li {
  border-bottom: none !important;
  margin: 0 !important;
  padding: 2px 0 2px 0 !important;
  padding-bottom: 10px !important;
  margin-left: 10px !important;
}

.rpwe-block li:first-child {
    margin-left: 0 !important;
}

.rpwe-title a {
	font-size: 14px;
}

/* Przycisk Więcej na liście wpisów bloga */
.moretag {
	color: #34b913 !important;
}


.card-description {
  text-align: justify;
}

.card-blog {
  margin: 5px 0;
}

@media (max-width: 991px) {
    .single aside.blog-sidebar {
    padding: 0px !important;
  }
}

.blog-sidebar h5 {
	color: #555;
	margin-bottom: 5px !important;
}

.blog-sidebar .side_counter {
	color: #555;
}

/* =============================================================================
   8. IKONY SPOŁECZNOŚCIOWE - DESKTOP (DO PRAWEJ) + MOBILE (ZAWIANIE)
   ============================================================================= */

/* 1. Ustawienia ogólne (Desktop - domyślne) */
.obfx-hestia-social-wrapper,
.entry-social.obfx-sharing-inline {
    display: flex !important;
    flex-wrap: wrap !important; /* Pozwala na tworzenie nowych wierszy */
    justify-content: flex-end !important; /* Wyrównanie do prawej na desktopie */
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 10px 0 !important;
    box-sizing: border-box !important;
}

.entry-social.obfx-sharing-inline li {
    list-style-type: none !important;
    margin: 5px !important; /* Odstępy między ikonami */
}

/* 2. Ustawienia dla Mobile (poniżej 767px szerokości ekranu) */
@media only screen and (max-width: 767px) {
    .entry-social.obfx-sharing-inline {
        /* Na telefonach lepiej wyrównać do środka lub lewej, gdy ikony się zawijają */
        justify-content: center !important; 
    }
    
    .obfx-hestia-social-wrapper {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}