.elementor-3 .elementor-element.elementor-element-567eef12{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-e7d679c */:root {
    --lns-primary: #1B4690;
    --lns-secondary: #F7911D;
    --lns-rare: #D1E5FF;
    --lns-others: #ffe4c5;
    --lns-important: #C49600;
    --lns-text: #222222;
    --lns-bg-white: #ffffff;
  }

  /* Main Wrapper */
  #lns-privacy-wrapper {
    max-width: 100%;
    margin: 0 auto;
    font-family: inherit; /* Inherits default WordPress font */
    color: var(--lns-text);
    line-height: 1.6;
  }

  #lns-privacy-wrapper h1, 
  #lns-privacy-wrapper h2 {
    color: var(--lns-primary);
    font-weight: 700;
    margin-top: 0;
  }

  #lns-privacy-wrapper h1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin-bottom: 1.5rem;
    border-bottom: 2px solid var(--lns-rare);
    padding-bottom: 0.5rem;
  }

  #lns-privacy-wrapper h2 {
    font-size: clamp(1.3rem, 3vw, 1.75rem);
    margin-bottom: 1rem;
  }

  #lns-privacy-wrapper a {
    color: var(--lns-primary);
    text-decoration: none;
    border-bottom: 1px solid var(--lns-secondary);
    transition: all 0.3s ease;
  }

  #lns-privacy-wrapper a:hover {
    color: var(--lns-secondary);
    border-bottom-color: var(--lns-important);
  }

  #lns-privacy-wrapper strong {
    color: #000;
    font-weight: 600;
  }

  /* Intro Section */
  .lns-intro {
    margin-bottom: 2.5rem;
  }

  .lns-meta-dates {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    background: var(--lns-rare);
    padding: 1rem 1.5rem;
    border-left: 4px solid var(--lns-primary);
    border-radius: 4px;
    margin: 1.5rem 0;
    font-size: 0.95rem;
  }

  /* Image Styling */
  .lns-feature-img {
    margin: 2rem 0;
    text-align: center;
  }

  .lns-feature-img img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(27, 70, 144, 0.1);
    display: block;
    margin: 0 auto;
  }

  .lns-feature-img figcaption {
    font-style: italic;
    color: #555;
    margin-top: 0.75rem;
    font-size: 0.9rem;
  }

  /* Table of Contents (TOC) Map */
  .lns-toc {
    background: var(--lns-bg-white);
    border: 1px solid #e0e0e0;
    border-top: 4px solid var(--lns-secondary);
    border-radius: 6px;
    margin-bottom: 3rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    overflow: hidden;
  }

  .lns-toc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    background: var(--lns-bg-white);
    transition: background 0.3s ease;
  }

  .lns-toc-header:hover {
    background: #fafafa;
  }

  .lns-toc-title {
    font-weight: 700;
    color: var(--lns-primary);
    font-size: 1.1rem;
    margin: 0;
  }

  .lns-toc-icon {
    font-size: 1.5rem;
    color: var(--lns-secondary);
    transition: transform 0.3s ease;
  }

  .lns-toc.open .lns-toc-icon {
    transform: rotate(180deg);
  }

  .lns-toc-content {
    display: none;
    padding: 0 1.5rem 1.5rem 1.5rem;
    border-top: 1px solid #eee;
  }

  .lns-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  @media (min-width: 768px) {
    .lns-toc-list {
      grid-template-columns: 1fr 1fr;
    }
  }

  .lns-toc-list li a {
    display: inline-block;
    padding: 0.5rem 0;
    color: var(--lns-text);
    border: none;
    position: relative;
    padding-left: 1.25rem;
  }

  .lns-toc-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--lns-secondary);
    border-radius: 50%;
  }

  .lns-toc-list li a:hover {
    color: var(--lns-primary);
  }

  /* Sections Design */
  .lns-section {
    background: var(--lns-bg-white);
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.04);
    border-left: 5px solid transparent;
    transition: all 0.3s ease;
  }

  .lns-section:hover {
    border-left-color: var(--lns-primary);
    box-shadow: 0 5px 25px rgba(27, 70, 144, 0.08);
  }

  /* List Styling (WP Default Classic Replacement) */
  .lns-section ul {
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .lns-section ul li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
  }

  /* Elegant Checkmark Icon instead of bullets */
  .lns-section ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.3rem;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231B4690' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }

  /* Mobile Responsiveness tweaks */
  @media (max-width: 768px) {
    .lns-section {
      padding: 1.5rem;
    }
    .lns-meta-dates {
      flex-direction: column;
      gap: 0.5rem;
    }
  }/* End custom CSS */