.elementor-4616 .elementor-element.elementor-element-6ada030{--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-4616 .elementor-element.elementor-element-23c8f69 > .elementor-widget-container{margin:10px 0px 50px 0px;}.elementor-4616 .elementor-element.elementor-element-23c8f69 .elementor-icon-wrapper{text-align:center;}.elementor-4616 .elementor-element.elementor-element-23c8f69.elementor-view-stacked .elementor-icon{background-color:#E8E5E000;}.elementor-4616 .elementor-element.elementor-element-23c8f69.elementor-view-framed .elementor-icon, .elementor-4616 .elementor-element.elementor-element-23c8f69.elementor-view-default .elementor-icon{color:#E8E5E000;border-color:#E8E5E000;}.elementor-4616 .elementor-element.elementor-element-23c8f69.elementor-view-framed .elementor-icon, .elementor-4616 .elementor-element.elementor-element-23c8f69.elementor-view-default .elementor-icon svg{fill:#E8E5E000;}.elementor-4616 .elementor-element.elementor-element-23c8f69 .elementor-icon{font-size:30px;}.elementor-4616 .elementor-element.elementor-element-23c8f69 .elementor-icon svg{height:30px;}@media(max-width:767px){.elementor-4616 .elementor-element.elementor-element-23c8f69 > .elementor-widget-container{margin:0px 0px 25px 0px;}.elementor-4616 .elementor-element.elementor-element-23c8f69 .elementor-icon{font-size:clamp(30px, 3.9vw, 40px);}.elementor-4616 .elementor-element.elementor-element-23c8f69 .elementor-icon svg{height:clamp(30px, 3.9vw, 40px);}}/* Start custom CSS *//* Stylowanie nagłówków h1 w regulaminie */
.regulamin-title {
  color: #553f38;
  font-family: "Cinzel", Helvetica;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.75px;
  text-align: center;
  margin: 30px 0 5px 0;
}

/* Stylowanie daty regulaminu */
.regulamin-date {
  color: #545454;
  font-family: "Open Sans", Helvetica;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 25px 0;
}

/* Stylowanie nagłówków h2 w regulaminie */
.regulamin-section-title {
  color: #553f38;
  font-family: "Cinzel", Helvetica;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.66px;
  text-align: left;
  margin: 25px 0 15px 0;
}

/* Stylowanie nagłówków h3 w regulaminie */
.regulamin-subsection-title {
  color: #553f38;
  font-family: "Cinzel", Helvetica;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.57px;
  text-align: left;
  margin: 20px 0 12px 0;
}

/* Stylowanie podstawowego tekstu regulaminu */
.regulamin-content,
.regulamin-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-content p {
  margin: 0 0 15px 0;
}

/* Ostatni paragraf bez marginesu dolnego */
.regulamin-content p:last-child {
  margin-bottom: 0;
}

/* Stylowanie tekstu pogrubionego */
.regulamin-content strong {
  font-weight: 600;
  color: #553f38;
}

/* Stylowanie list w regulaminie */
.regulamin-content ul,
.regulamin-content ol {
  margin: 0 0 15px 0;
  padding-left: 30px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.regulamin-content li {
  margin-bottom: 10px;
  line-height: 1.7;
}

/* Ostatni element listy */
.regulamin-content li:last-child {
  margin-bottom: 15px;
}

/* Style dla list nienumerowanych */
.regulamin-content ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.regulamin-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-content ul li:last-child {
  margin-bottom: 15px;
}

.regulamin-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-content ol {
  counter-reset: item;
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.regulamin-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-content ol li:last-child {
  margin-bottom: 15px;
}

.regulamin-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-content a {
  color: var(--e-global-color-primary);
  text-decoration: underline;
}

.regulamin-content a:hover {
  text-decoration: none;
}

/* Tablet - Breakpoint Elementora */
@media (max-width: 1024px) {
  .regulamin-title {
    font-size: 20px;
    font-weight: 500;
  }
  
  .regulamin-date {
    font-size: 15px;
  }
  
  .regulamin-section-title {
    font-size: 18px;
    font-weight: 500;
  }
  
  .regulamin-subsection-title {
    font-size: 16px;
    font-weight: 500;
  }
  
  .regulamin-content,
  .regulamin-content p,
  .regulamin-content li {
    font-size: 16px;
  }
  
  .regulamin-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-title {
    font-size: 15px;
    font-weight: 600;
  }
  
  .regulamin-date {
    font-size: 14px;
  }
  
  .regulamin-section-title {
    font-size: 14px;
    font-weight: 600;
  }
  
  .regulamin-subsection-title {
    font-size: 13px;
    font-weight: 600;
  }
  
  .regulamin-content,
  .regulamin-content p,
  .regulamin-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-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-content ul,
  .regulamin-content ol {
    padding-left: 20px;
  }
  
  .regulamin-content ul li,
  .regulamin-content ol li {
    padding-left: 20px;
  }
}/* End custom CSS */