/*style des articles*/
    .legal-crypto-wrapper {
      margin: 20px 0;
      line-height: 1.5;
      color: #333;
    }
    
    .table-container {
      overflow-x: auto;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    
    .crypto-law-table {
      width: 100%;
      border-collapse: collapse;
      min-width: 700px;
      background-color: #ffffff;
    }

    .crypto-law-table thead {
      background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
      color: #f8fafc;
    }

    .crypto-law-table th {
      padding: 18px 15px;
      text-transform: uppercase;
      font-size: 0.85rem;
      letter-spacing: 0.05em;
      text-align: left;
    }

    .crypto-law-table td {
      padding: 15px;
      border-bottom: 1px solid #e2e8f0;
      vertical-align: top;
    }

    .crypto-law-table tr:last-child td {
      border-bottom: none;
    }

    .infraction-box {
      display: flex;
      flex-direction: column;
    }

    .infraction-title {
      font-weight: 700;
      color: #1e293b;
      font-size: 1.05rem;
      margin-bottom: 4px;
    }

    .infraction-context {
      font-size: 0.85rem;
      color: #64748b;
      font-style: italic;
    }

    .article-link {
      display: inline-flex;
      align-items: center;
      background-color: #f1f5f9;
      color: #2563eb;
      padding: 6px 12px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 600;
      font-size: 0.9rem;
      transition: all 0.2s;
    }

    .article-link:hover {
      background-color: #2563eb;
      color: #ffffff;
    }

    .penalty-tag {
      display: block;
      background-color: #fff1f2;
      color: #be123c;
      border: 1px solid #fecdd3;
      padding: 10px;
      border-radius: 8px;
      font-weight: 600;
      font-size: 0.95rem;
    }

    .penalty-tag strong {
      display: block;
      color: #9f1239;
      font-size: 0.75rem;
      text-transform: uppercase;
      margin-bottom: 2px;
    }
  /*tableau*/


  
  