/* RESET ELEMENTORA */
body.single-post .elementor-widget-theme-post-content,
body.single-post .elementor-widget-theme-post-content .elementor-widget-container {
    margin: 0 !important; padding: 0 !important;
}
body { overflow-x: hidden; }

/* PEŁNA SZEROKOŚĆ */
.sk-full-width-section {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  margin-left: -50vw !important;
  background-color: #FBF9F6 !important;
  padding: 0 !important; 
}

.article-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px; 
  font-family: 'Montserrat', sans-serif;
  color: #444;
  line-height: 1.8;
  font-size: 16px;
}

.article-content h2 { font-size: 24px; color: #7d5a44; margin-top: 45px; font-weight: 600; }
.article-content p { margin-bottom: 25px; }

.custom-quote {
  background-color: #ffffff;
  border-left: 3px solid #B46A4D;
  padding: 30px 40px;
  margin: 45px 0;
  font-style: italic;
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.sources-title { margin-top: 70px; font-size: 20px; color: #2c3e35; border-bottom: 1px solid #eaeaea; padding-bottom: 10px; font-weight: 600; }
.sources-list { list-style-type: none; padding: 0; margin-top: 20px; }
.sources-list li { margin-bottom: 15px; font-size: 14px; color: #666; padding-left: 20px; text-indent: -20px; }
