.elementor-33833 .elementor-element.elementor-element-8f21aaf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-33833 .elementor-element.elementor-element-82d573d .elementor-heading-title{font-family:"Nunito Sans", Sans-serif;}.elementor-33833 .elementor-element.elementor-element-2ba28f4 .elementor-image-carousel-caption{text-align:center;}.elementor-33833 .elementor-element.elementor-element-86a970a .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-33833 .elementor-element.elementor-element-743a645 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-33833 .elementor-element.elementor-element-a904610{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-33833 .elementor-element.elementor-element-82d573d .elementor-heading-title{font-size:40px;}}/* Start custom CSS for text-editor, class: .elementor-element-98331bb */@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Nunito+Sans:wght@600;700;800&family=Quicksand:wght@400;600&display=swap');

/* === GLOBALNE USTAWIENIA === */
body, article.fenek-article {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  background-color: #fff;
  margin: 0 auto;
  
  padding: 1.5em;
}

/* === NAGŁÓWKI === */
h1, h2, h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  color: #444;
  line-height: 1.3;
  margin-top: 1.4em;
  margin-bottom: 0.6em;
}

h1 {
  font-size: 2rem;
  color: #e68a00; /* ciepły pomarańcz Fenka */
}

h2 {
  font-size: 1.6rem;
  color: #ff9c33; /* jaśniejszy akcent */
}

h3 {
  font-size: 1.3rem;
  color: #555;
}

/* === LINKI === */
a {
  color: #f28a0f;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #c76a00;
  text-decoration: underline;
}

/* === AKAPITY I LISTY === */
p, li {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 1em;
}

ul {
  margin-left: 1.2em;
}

strong {
  font-weight: 700;
  color: #222;
}

em {
  font-style: italic;
  color: #666;
}

/* === BLOK CYTATU === */
blockquote {
  font-family: 'Quicksand', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  font-style: italic;
  color: #555;
  border-left: 4px solid #f7b733; /* fenkowy pomarańcz */
  background: #fff8ef;
  padding: 1em 1.2em;
  margin: 1.5em 0;
  border-radius: 6px;
}

blockquote footer {
  font-size: 0.9em;
  color: #777;
  text-align: right;
}

/* === OBRAZY I GALERIE === */
.fenek-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1em;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.fenek-gallery img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fenek-gallery img:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.fenek-gallery figcaption {
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  color: #666;
  margin-top: 0.4em;
}

/* === EMOTKI W NAGŁÓWKACH === */
h1::before, h2::before, h3::before {
  margin-right: 0.3em;
}

/* === SPECJALNE SEKCJE === */
section {
  margin-bottom: 2.5em;
}

/* === LINKI DO PDF / CTA === */
a.cta-link {
  display: inline-block;
  background: #f7b733;
  color: #fff !important;
  padding: 0.7em 1.2em;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.3s ease, transform 0.2s ease;
}

a.cta-link:hover {
  background: #e39a00;
  transform: translateY(-2px);
}

/* === DROBNE AKCENTY === */
hr {
  border: none;
  height: 2px;
  background: linear-gradient(to right, #ffb84d, #ffd580);
  margin: 2em 0;
  border-radius: 3px;
}/* End custom CSS */