.elementor-2379 .elementor-element.elementor-element-124f3027{--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;--padding-top:120px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-2379 .elementor-element.elementor-element-774efbcf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2379 .elementor-element.elementor-element-774efbcf.elementor-element{--align-self:flex-start;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2379 .elementor-element.elementor-element-124f3027{--content-width:1140px;}}/* Start custom CSS for html, class: .elementor-element-774efbcf *//* ================================
   LEGAL PAGES STYLE — EVENTSPHOTOBOX
   ================================ */

.legal-page {
  font-family: 'Montserrat', sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px;
  color: #2B333C;
}

.legal-page h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.legal-page h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #D1903A;
  margin-top: 12px;
}

.legal-page h2 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.legal-page p {
  font-size: 15.5px;
  line-height: 1.85;
  margin-bottom: 14px;
  color: #4a5560;
}

.legal-page ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.legal-page li {
  font-size: 15.5px;
  line-height: 1.8;
  margin-bottom: 6px;
  color: #4a5560;
}

.legal-page a {
  color: #2B333C;
  text-decoration: underline;
  opacity: 0.85;
  transition: 0.3s ease;
}

.legal-page a:hover {
  opacity: 1;
}

.legal-page section {
  margin-bottom: 10px;
}

.legal-page section + section {
  margin-top: 20px;
}

@media (max-width: 767px){
  .legal-page {
    padding: 60px 18px;
  }

  .legal-page h1 {
    font-size: 26px;
  }

  .legal-page h2 {
    font-size: 18px;
  }

  .legal-page p,
  .legal-page li {
    font-size: 14.5px;
  }
}/* End custom CSS */