.elementor-1448 .elementor-element.elementor-element-b67e5f1{--display:flex;}.elementor-1448 .elementor-element.elementor-element-5e09108 > .elementor-widget-container{padding:25px 25px 0px 25px;}.elementor-1448 .elementor-element.elementor-element-5e09108 .ttbt h5{opacity:1;}/* Start custom CSS for html, class: .elementor-element-0026092 */@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

.eu-section {
  font-family: 'Roboto', sans-serif;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  max-width: 960px;
  margin: 0 auto;
  color: #000; /* czarna czcionka */
}

.eu-section h2 {
  font-size: 28px;
  color: #009eff;
  margin-bottom: 10px;
}

.eu-section h3 {
  margin-top: 30px;
  color: #009eff;
  font-size: 20px;
  border-left: 4px solid #009eff;
  padding-left: 10px;
}

.eu-section .lead {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.eu-section ul {
  list-style-type: disc;
  padding-left: 20px;
}

.eu-section .card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.eu-section .card {
  background: white;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  flex: 1 1 250px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.eu-section a {
  color: #009eff;
  text-decoration: underline;
}

.eu-section a:hover {
  text-decoration: none;
}
.check-list p {
  position: relative;
  padding-left: 30px;
  margin: 12px 0;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
  color: #000;
}

.check-icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #009eff;
  font-weight: bold;
  line-height: 1.6;
}
.highlight-blue {
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
  margin: 25px 0 15px;
  color: #009eff; /* możesz zmienić na #000 jeśli ma być czarny */
}/* End custom CSS */