.elementor-444 .elementor-element.elementor-element-3be7698{--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;}@media(min-width:768px){.elementor-444 .elementor-element.elementor-element-3be7698{--width:95%;}}/* Start custom CSS for html, class: .elementor-element-cf403d2 */body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #fafafa;
  color: #333;
  line-height: 1.7;
}

.club-page .container {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 30px;
}

.page-title {
  font-size: 2rem;
  color: #762049;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.intro {
  font-size: 1.1rem;
  color: #555;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
}

.club-page .content {
  margin-top: 20px;
}

.club-page .content h2 {
  font-size: 1.3rem;
  color: #762049;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 500;
}

.club-page .content p {
  margin-bottom: 20px;
  color: #444;
  font-size: 1rem;
}

.club-page .content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.club-page .content ul li {
  margin-bottom: 10px;
  color: #444;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .page-title {
    font-size: 1.6rem;
  }

  .club-page .container {
    margin: 20px auto;
    padding: 20px;
  }

  .intro {
    font-size: 1rem;
  }
}/* End custom CSS */