.elementor-7059 .elementor-element.elementor-element-0995fec{--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;}/* Start custom CSS *//* Lithotripsy Academy - Master Legal Page CSS */
/* Add this CSS once in Elementor Pro Custom CSS or Appearance > Customize > Additional CSS */

.la-legal-document {
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 42px;
  background: #ffffff;
  border: 1px solid #D9EAF8;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(46, 103, 176, 0.08);
  color: #3A4E5E;
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.75;
}

.la-legal-header {
  border-bottom: 1px solid #D9EAF8;
  padding-bottom: 22px;
  margin-bottom: 30px;
}

.la-legal-header h1 {
  margin: 0 0 10px 0;
  color: #2E67B0;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.la-last-updated {
  margin: 0;
  color: #6B7A86;
  font-size: 15px;
  font-weight: 500;
}

.la-legal-intro {
  margin-bottom: 34px;
  padding: 24px 28px;
  background: #F1F8FF;
  border-left: 4px solid #2E67B0;
  border-radius: 14px;
}

.la-legal-intro p:last-child {
  margin-bottom: 0;
}

.la-legal-section {
  padding: 26px 0;
  border-bottom: 1px solid #E6F0F8;
}

.la-legal-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.la-legal-section h2 {
  margin: 0 0 14px 0;
  color: #2E67B0;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 750;
}

.la-legal-section h3 {
  margin: 0 0 12px 0;
  color: #2E67B0;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 750;
}

.la-legal-document p {
  margin: 0 0 16px 0;
  font-size: 17px;
}

.la-legal-document ul {
  margin: 8px 0 18px 22px;
  padding: 0;
}

.la-legal-document li {
  margin-bottom: 8px;
  padding-left: 4px;
  font-size: 17px;
}

.la-legal-document strong {
  color: #2E67B0;
  font-weight: 700;
}

.la-legal-contact,
.la-legal-section:last-child {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .la-legal-document {
    padding: 30px 22px;
    border-radius: 14px;
  }

  .la-legal-header h1 {
    font-size: 32px;
  }

  .la-legal-section h2 {
    font-size: 22px;
  }

 .la-legal-section h3 {
    font-size: 20px;
  }
  
  .la-legal-document p,
  .la-legal-document li {
    font-size: 16px;
  }

  .la-legal-intro {
    padding: 20px 20px;
  }
}/* End custom CSS */