/* Legal Pages Styles (Privacy & Terms) */
.legal-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.7;
  color: #2d3748;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.legal-header {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 3px solid #667eea;
}

.legal-header h1 {
  font-size: 2.5em;
  color: #2d3748;
  margin-bottom: 10px;
}

.update-date {
  color: #718096;
  font-size: 0.95em;
}

.legal-content section {
  margin-bottom: 40px;
}

.legal-content h2 {
  color: #667eea;
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e2e8f0;
}

.legal-content h3 {
  color: #4a5568;
  font-size: 1.3em;
  margin-top: 25px;
  margin-bottom: 15px;
}

.legal-content p {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.legal-content ul,
.legal-content ol {
  margin-left: 25px;
  margin-bottom: 20px;
}

.legal-content li {
  margin-bottom: 10px;
  padding-left: 5px;
}

.legal-content a {
  color: #667eea;
  text-decoration: none;
  transition: color 0.2s ease;
}

.legal-content a:hover {
  color: #764ba2;
  text-decoration: underline;
}

.legal-content strong {
  color: #2d3748;
  font-weight: 600;
}

.highlight {
  background: #fff5f5;
  border-left: 4px solid #fc8181;
  padding: 15px 20px;
  border-radius: 4px;
  margin: 20px 0;
}

.consent-box {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 25px;
  border-radius: 8px;
  margin-top: 50px;
  text-align: center;
}

.consent-box p {
  margin: 0;
  font-size: 1.1em;
}

@media (max-width: 768px) {
  .legal-page {
    padding: 20px 15px;
  }

  .legal-header h1 {
    font-size: 1.8em;
  }

  .legal-content h2 {
    font-size: 1.5em;
  }

  .legal-content h3 {
    font-size: 1.2em;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
