/* Impressum Page Styles with Mobile Optimization */

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .legal-main {
    padding: 30px 15px !important;
  }

  .mentions-content {
    padding: 20px !important;
  }

  .mentions-title {
    font-size: 1.75rem !important;
    margin-bottom: 20px !important;
    word-break: break-word;
  }

  .mentions-info h2 {
    font-size: 1.3rem !important;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
  }

  .mentions-info h3 {
    font-size: 1.1rem !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }

  .info-block {
    padding: 10px !important;
    margin-bottom: 15px !important;
  }

  .info-block p {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    margin-bottom: 8px !important;
  }
}

@media (max-width: 480px) {
  .legal-main {
    padding: 20px 10px !important;
    margin-top: 60px !important;
  }

  .mentions-content {
    padding: 15px !important;
    border-radius: 10px !important;
  }

  .mentions-title {
    font-size: 1.5rem !important;
    margin-bottom: 15px !important;
  }

  .mentions-info h2 {
    font-size: 1.2rem !important;
    margin-top: 20px !important;
    margin-bottom: 12px !important;
  }

  .mentions-info h3 {
    font-size: 1.05rem !important;
    margin-top: 18px !important;
    margin-bottom: 8px !important;
  }

  .info-block {
    padding: 8px !important;
    margin-bottom: 12px !important;
  }

  .info-block p {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    margin-bottom: 6px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .info-block strong {
    font-size: 0.95rem !important;
  }

  /* Links in mobile */
  .info-block a {
    word-break: break-all !important;
    font-size: 0.9rem !important;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .mentions-title {
    font-size: 1.3rem !important;
  }

  .mentions-info h2 {
    font-size: 1.1rem !important;
  }

  .mentions-info h3 {
    font-size: 1rem !important;
  }

  .info-block p {
    font-size: 0.85rem !important;
  }
}