.elementor-1260 .elementor-element.elementor-element-465f58b{--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 for html, class: .elementor-element-43cb861 *//* ===========================
   SWE LEGAL PAGES (Terms, Privacy, Cookies)
   =========================== */
:root {
  --swe-gold: #CDA246;
}

.swe-legal {
  background: #000;
  color: #fff;
  padding: 80px 20px;
  line-height: 1.7;
}

.swe-legal .wrap {
  max-width: 900px;
  margin: 0 auto;
}

.swe-legal h1 {
  color: var(--swe-gold);
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-align: center;
}

.swe-legal .updated {
  text-align: center;
  color: rgba(205,162,70,0.8);
  font-weight: 500;
  margin-bottom: 50px;
}

.swe-legal h2 {
  color: var(--swe-gold);
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(205,162,70,0.3);
  padding-bottom: 6px;
}

.swe-legal h3 {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 25px;
  margin-bottom: 5px;
  font-weight: 600;
}

.swe-legal p,
.swe-legal ul {
  color: #e6e6e6;
  margin-bottom: 16px;
}

.swe-legal ul {
  padding-left: 25px;
}

.swe-legal li {
  margin-bottom: 8px;
}

.swe-legal a {
  color: var(--swe-gold);
  text-decoration: none;
  transition: color 0.3s ease;
}

.swe-legal a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .swe-legal {
    padding: 60px 15px;
  }
  .swe-legal h1 {
    font-size: 2rem;
  }
  .swe-legal h2 {
    font-size: 1.3rem;
  }
}/* End custom CSS */