.elementor-410 .elementor-element.elementor-element-0b603b4{--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-410 .elementor-element.elementor-element-697a2b1{--display:flex;}@media(min-width:768px){.elementor-410 .elementor-element.elementor-element-0b603b4{--width:95%;}}/* Start custom CSS for html, class: .elementor-element-58ab336 */body {
  margin: 0;
  font-family: 'Segoe UI','PT-Serif', sans-serif;
  background-color: #f9f9fb;
  color: #333;
  line-height: 1.7;
  font-size: 16px;
}

.sports-club-page .container {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
}

.sports-club-page h1 {
  text-align: center;
  font-size: 2.2rem;
  color: #762049;
  margin-bottom: 30px;
}

.section {
  background: #fff;
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 25px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.08);
}

.section h2 {
  color: #762049;
  font-size: 1.4rem;
  margin-bottom: 15px;
  border-left: 4px solid #762049;
  padding-left: 10px;
}

.section p {
  color: #555;
}

.activities-list {
  list-style: none;
  padding: 0;
}

.activities-list li {
  background: #f2f2f7;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.activities-list li:hover {
  background: #762049;
  color: #fff;
}

@media (max-width: 768px) {
  .sports-club-page h1 {
    font-size: 1.8rem;
  }
  .section {
    padding: 15px 20px;
  }
  .section h2 {
    font-size: 1.2rem;
  }
}/* End custom CSS */