/* Styles pour le shortcode [audit_clusters_list] */
.audit-clusters-list-container { max-width: 900px; margin: 0 auto; }
.audit-cluster-card { padding: 10px; border: 1px solid #ececff; border-radius: 12px; background: #fff; margin-bottom: 24px; }
.audit-cluster-header { cursor: pointer; display: flex; align-items: center; gap: 12px; }
.audit-cluster-dot { display: inline-block; width: 18px; height: 18px; border-radius: 50%; box-shadow: 0 2px 8px 0 rgba(123,125,254,0.13); }
.audit-cluster-title { font-weight: 600; font-size: 1.1rem; color: #000; }
.audit-cluster-arrow { margin-left: auto; font-size: 1.2em; color: #000;}
.audit-cluster-list { display: none; margin-top: 10px; }
.audit-cluster-list.open { display: block; }
.audit-cluster-item { text-align: left; background: #fff; border-radius: 8px; padding: 12px 16px; margin-bottom: 8px; box-shadow: 0 2px 8px 0 rgba(123,125,254,0.06); display: flex; flex-direction: column; gap: 0; transition: box-shadow 0.2s; }
.audit-cluster-label { font-weight: 500; font-size: 1.05rem; flex: 1; word-break: break-all;color: #000; }
.audit-cluster-url { color: #888; font-size: 0.98rem; word-break: break-all; min-width: 120px; }
.audit-cluster-link { color: #000; padding: 7px 16px; border-radius: 6px; font-weight: 600; text-decoration: none; transition: background 0.2s; background: #fff;}
.audit-cluster-link:hover { filter: brightness(0.92); }
.audit-cluster-label-row { display: flex; align-items: center; gap: 12px; margin-bottom: 2px; }
.audit-cluster-url { display: block; margin-top: 2px; } 