.elementor-4623 .elementor-element.elementor-element-ccbcf24{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-4623 .elementor-element.elementor-element-0705415 > .elementor-widget-container{margin:10px 0px 50px 0px;}.elementor-4623 .elementor-element.elementor-element-0705415 .elementor-icon-wrapper{text-align:center;}.elementor-4623 .elementor-element.elementor-element-0705415.elementor-view-stacked .elementor-icon{background-color:#E8E5E000;}.elementor-4623 .elementor-element.elementor-element-0705415.elementor-view-framed .elementor-icon, .elementor-4623 .elementor-element.elementor-element-0705415.elementor-view-default .elementor-icon{color:#E8E5E000;border-color:#E8E5E000;}.elementor-4623 .elementor-element.elementor-element-0705415.elementor-view-framed .elementor-icon, .elementor-4623 .elementor-element.elementor-element-0705415.elementor-view-default .elementor-icon svg{fill:#E8E5E000;}.elementor-4623 .elementor-element.elementor-element-0705415 .elementor-icon{font-size:30px;}.elementor-4623 .elementor-element.elementor-element-0705415 .elementor-icon svg{height:30px;}@media(max-width:767px){.elementor-4623 .elementor-element.elementor-element-0705415 > .elementor-widget-container{margin:0px 0px 25px 0px;}.elementor-4623 .elementor-element.elementor-element-0705415 .elementor-icon{font-size:clamp(30px, 3.9vw, 40px);}.elementor-4623 .elementor-element.elementor-element-0705415 .elementor-icon svg{height:clamp(30px, 3.9vw, 40px);}}/* Start custom CSS *//* Stylowanie głównego tytułu kursu */
.regulamin-kurs-main-title {
  color: #553f38;
  font-family: "Cinzel", Helvetica;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.75px;
  text-align: center;
  margin: 30px 0 25px 0;
}

/* Stylowanie sekcji (numerowanych) */
.regulamin-kurs-section {
  color: #553f38;
  font-family: "Cinzel", Helvetica;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.60px;
  text-align: left;
  margin: 25px 0 15px 0;
}

/* Stylowanie podstawowego tekstu regulaminu kursu */
.regulamin-kurs-content,
.regulamin-kurs-content p {
  color: #545454;
  font-family: "Open Sans", Helvetica;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -0.51px;
  line-height: 1.6;
  text-align: left;
}

/* Resetowanie stylów paragrafów */
.regulamin-kurs-content p {
  margin: 0 0 15px 0;
}

/* Ostatni paragraf bez marginesu dolnego */
.regulamin-kurs-content p:last-child {
  margin-bottom: 0;
}

/* Stylowanie tekstu pogrubionego */
.regulamin-kurs-content strong {
  font-weight: 600;
  color: #553f38;
}

/* Stylowanie list w regulaminie kursu */
.regulamin-kurs-content ul,
.regulamin-kurs-content ol {
  margin: 0 0 15px 0;
  padding-left: 30px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.regulamin-kurs-content li {
  margin-bottom: 10px;
  line-height: 1.7;
}

/* Ostatni element listy */
.regulamin-kurs-content li:last-child {
  margin-bottom: 15px;
}

/* Style dla list nienumerowanych */
.regulamin-kurs-content ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.regulamin-kurs-content ul li {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1.7;
  letter-spacing: inherit;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  color: inherit;
}

.regulamin-kurs-content ul li:last-child {
  margin-bottom: 15px;
}

.regulamin-kurs-content ul li::before {
  content: "✧";
  color: var(--e-global-color-primary);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

/* Style dla list numerowanych */
.regulamin-kurs-content ol {
  counter-reset: item;
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.regulamin-kurs-content ol li {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1.7;
  letter-spacing: inherit;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  color: inherit;
}

.regulamin-kurs-content ol li:last-child {
  margin-bottom: 15px;
}

.regulamin-kurs-content ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  color: var(--e-global-color-primary);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  font-size: inherit;
}

/* Stylowanie linków */
.regulamin-kurs-content a {
  color: var(--e-global-color-primary);
  text-decoration: underline;
}

.regulamin-kurs-content a:hover {
  text-decoration: none;
}

/* Tablet - Breakpoint Elementora */
@media (max-width: 1024px) {
  .regulamin-kurs-main-title {
    font-size: 20px;
    font-weight: 500;
  }
  
  .regulamin-kurs-section {
    font-size: 18px;
    font-weight: 500;
  }
  
  .regulamin-kurs-content,
  .regulamin-kurs-content p,
  .regulamin-kurs-content li {
    font-size: 16px;
  }
  
  .regulamin-kurs-content {
    margin-left: clamp(25px, 3.7vw, 35px);
    margin-right: clamp(25px, 3.7vw, 35px);
    margin-top: clamp(15px, 2vh, 25px);
    margin-bottom: clamp(15px, 2vh, 25px);
  }
}

/* Mobile - Breakpoint Elementora */
@media (max-width: 767px) {
  .regulamin-kurs-main-title {
    font-size: 15px;
    font-weight: 600;
  }
  
  .regulamin-kurs-section {
    font-size: 14px;
    font-weight: 600;
  }
  
  .regulamin-kurs-content,
  .regulamin-kurs-content p,
  .regulamin-kurs-content li {
    font-size: 15px;
    /* Style łamania linii dla mobile */
    hyphens: auto !important;
    -webkit-hyphens: auto !important;
    -ms-hyphens: auto !important;
    -webkit-locale: "pl" !important;
    locale: "pl" !important;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  
  .regulamin-kurs-content {
    margin-left: clamp(25px, 3.7vw, 35px);
    margin-right: clamp(25px, 3.7vw, 35px);
    margin-top: clamp(15px, 2vh, 25px);
    margin-bottom: clamp(15px, 2vh, 25px);
  }
  
  .regulamin-kurs-content ul,
  .regulamin-kurs-content ol {
    padding-left: 20px;
  }
  
  .regulamin-kurs-content ul li,
  .regulamin-kurs-content ol li {
    padding-left: 20px;
  }
}/* End custom CSS */