.elementor-7033 .elementor-element.elementor-element-7179c1b{--display:flex;}/* Start Liquid Custom Font CSS */@font-face {
font-family:"Onest";
src:url(https://translateai.eu/wp-content/uploads/2023/05/Onest-Black.woff), url(https://translateai.eu/wp-content/uploads/2023/05/Onest-Black.woff2);font-weight:900;
font-display:swap;
}
@font-face {
font-family:"Onest";
src:url(https://translateai.eu/wp-content/uploads/2023/05/Onest-ExtraBold.woff), url(https://translateai.eu/wp-content/uploads/2023/05/Onest-ExtraBold.woff2);font-weight:800;
font-display:swap;
}
@font-face {
font-family:"Onest";
src:url(https://translateai.eu/wp-content/uploads/2023/05/Onest-Bold.woff), url(https://translateai.eu/wp-content/uploads/2023/05/Onest-Bold.woff2);font-weight:700;
font-display:swap;
}
@font-face {
font-family:"Onest";
src:url(https://translateai.eu/wp-content/uploads/2023/05/Onest-Medium.woff), url(https://translateai.eu/wp-content/uploads/2023/05/Onest-Medium.woff2);font-weight:500;
font-display:swap;
}
@font-face {
font-family:"Onest";
src:url(https://translateai.eu/wp-content/uploads/2023/05/Onest-Regular.woff), url(https://translateai.eu/wp-content/uploads/2023/05/Onest-Regular.woff2);font-weight:400;
font-display:swap;
}
@font-face {
font-family:"Onest";
src:url(https://translateai.eu/wp-content/uploads/2023/05/Onest-Light.woff), url(https://translateai.eu/wp-content/uploads/2023/05/Onest-Light.woff2);font-weight:300;
font-display:swap;
}
@font-face {
font-family:"Onest";
src:url(https://translateai.eu/wp-content/uploads/2023/05/Onest-Thin.woff), url(https://translateai.eu/wp-content/uploads/2023/05/Onest-Thin.woff2);font-weight:100;
font-display:swap;
}
/* End Liquid Custom Font CSS */
/* Start Liquid custom CSS *//* =========================================
   TranslateAI – Premium Legal Pages (FINAL)
   ========================================= */

/* Wrapper */
.legal-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 80px 20px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #374151;
}

/* Main title */
.legal-page h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 6px;              /* ⬅ tighter */
  color: #111827;
  letter-spacing: -0.01em;
}

/* Last updated text */
.legal-updated {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 16px;             /* ⬅ closer to description */
}

/* First paragraph (description under title) */
.legal-page > p:first-of-type {
  margin-top: 0;
  margin-bottom: 22px;             /* ⬅ balanced spacing */
}

/* Section headings – FIXES cramped text */
.legal-page h2 {
  margin-top: 28px;                /* ⬅ slightly reduced */
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #111827;

  /* 🔑 IMPORTANT FIX */
  letter-spacing: 0.03em !important;
  word-spacing: 0.08em;

  text-rendering: optimizeLegibility;
}

/* Paragraphs */
.legal-page p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 18px;
  color: #374151;
}

/* Lists */
.legal-page ul {
  margin: 14px 0 20px 24px;
  padding: 0;
}

.legal-page li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #374151;
}

/* Links inside legal text */
.legal-page a {
  color: #6d5dfc;
  text-decoration: none;
}

.legal-page a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 600px) {
  .legal-page {
    padding: 60px 16px;
  }

  .legal-page h1 {
    font-size: 30px;
  }

  .legal-page h2 {
    font-size: 18px;
    margin-top: 24px;
  }
}
.elementor-text-editor svg,
.elementor-text-editor i {
    display: none !important;
}
html {
  visibility: visible;
}

body {
  opacity: 1;
  transition: opacity 0.1s ease-in;
}/* End Liquid custom CSS */