:root{
--font-body: "Roboto", Helvetica, Arial, sans-serif;
--font-body2: Arial, sans-serif;
--text:#222; 
--muted:#666; 
--heading:#603e1b;
--brand:#7d9872; --cta:#7d9872; --neutral:#f9f7f5; --borders:#C1272D; --measure:68ch; 
--radius:10px; 
--shadow:0 4px 16px rgba(0,0,0,.08);
--brz-section-container-max-width: 1170px
}   .lwptoc {
background-color: #f7f7f7 !important;
border-left: 4px solid darkred !important;
padding: 15px 20px !important;
margin: 30px auto !important;
border-radius: 6px !important;
font-size: 17px !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
max-width: 720px !important;
}
@media (max-width: 768px) {
.lwptoc {
max-width: 580px !important;
font-size: 14px !important; 
}
}
@media (max-width: 600px) {
.lwptoc {
max-width: 480px !important;
font-size: 14px !important;
padding: 15px 5px !important;
font-size: 1em !important;
}
}
.lwptoc_title {
font-weight: 700 !important;
margin-bottom: 10px !important;
font-size: 17px !important;
text-transform: none !important;
} .lwptoc_itemWrap {
list-style: none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
.lwptoc_item {
margin-bottom: 0!important;
} .lwptoc_item a {
display: block !important;
color: #9B8A78 !important;
text-decoration: none !important;
padding-left: 1.4em !important;
position: relative !important;
transition: color 0.2s !important;
} .lwptoc_item a:hover {
color: #e8703a !important;
} .lwptoc_item a {
display: block !important;
color: #9B8A78 !important;
text-decoration: none !important;
padding-left: 1.4em !important;
position: relative !important;
transition: color 0.2s !important;
}
@media (max-width: 600px) {
.lwptoc_item a {
padding-left: 0.8em !important;
display: block; max-inline-size: 100%;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
}
.lwptoc_item a::before {
content: "•" !important;
color: #9B8A78 !important;
position: absolute !important;
left: 0;
top: 0.1em;
font-size: 1.1em;
line-height: 1;
}
@media (max-width: 600px) {
.lwptoc_item{
margin-left:-10px !important;
}
.lwptoc_item a::before {
content: "•" !important;
margin-left:-1px !important;
padding-right:6px !important
}
} .lwptoc_toggle {
font-size: 13px !important;
margin-left: 8px !important;
color: #888 !important;
font-style: italic !important;
} .brz-bg-color{ }
.brz-root__container-page{
}
.coconsem-hook-container .hook,
header.coconsem-header .brz-container,
h1 {
max-width: 900px !important;
margin: 0 auto;
padding: 0 1rem;
font-family :  var(--font-body) !important;
}
body header.coconsem-header {
margin: 0;
}
@media (max-width: 991px) {
body header.coconsem-header {
margin: -20px 0 29px !important;
}
}
header.coconsem-header h1 {
text-align: center !important;
margin: 2rem auto !important;
font-size: 30px !important;
font-weight: 600 !important;
color: #7F7979 !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
line-height: 1.4em !important;
padding-top: 20px !important;
padding-bottom: 0.5rem !important;
} header.coconsem-header .cover-image {
display: block !important;
width: 100% !important; max-width: 100% !important;
height: auto !important;
max-height: 440px !important;
object-fit: cover !important;
object-position: center center !important;
margin: 0 auto !important;
min-width: 0 !important; } @media (max-width: 991px) {
header.coconsem-header .cover-image {
min-height: 260px;
}
}
header.coconsem-header .coconsem-hook-container {
position: relative !important;
width: 100% !important;
clear: both !important;
margin: 0 auto !important;
padding: 1px 50px 27px !important;
background-color: #9B8A78 !important;
color: white !important;
}
@media (max-width: 991px) {
header.coconsem-header .coconsem-hook-container {	 
padding: 1px 20px 27px !important;
}
header.coconsem-header .coconsem-hook-container p { }
}
header.coconsem-header .hook {
max-width: 900px !important;
margin: 30px auto !important;
font-size: 20px !important;
font-weight: 600 !important;
color: white !important;
text-align: left !important;
clear: both !important;
line-height: 1.65em !important;
text-align: center !important;
}
.coconsem-meta-box .coconsem-auteur{
}
@media (max-width: 600px) {
.coconsem-meta-box .coconsem-auteur{
display:block !important;
max-width:190px !important;
margin: 0 auto !important;
font-size:14px !important;
}
.coconsem-meta-box strong{
font-size:20px !important;
}
}
.coconsem-temps-lecture{
font-size: 15px;
font-weight: 500;
padding: 11px 0 0;
}
header.coconsem-header .arrow-bounce {
width: 100px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
margin: -28px auto 0;
cursor: pointer;
animation: fadeBounce 2.5s ease-in-out infinite;
transition: background-color 0.3s ease;
}
header.coconsem-header .chevron-svg {
width: 60px;
height: 60px;
stroke: white;
stroke-width: 2;
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
}
@keyframes fadeBounce {
0%   { transform: translateY(0); opacity: 0; }
20%  { opacity: 1; }
50%  { transform: translateY(10px); opacity: 0.8; }
80%  { opacity: 0; transform: translateY(15px); }
100% { transform: translateY(0); opacity: 0; }
} .prose{ margin-inline:auto;
margin-top: -25px;
padding:0 1rem 3rem;
font: clamp(1rem, .25vw + .95rem, 1.125rem)/1.7 var(--font-body);
color:var(--text);
-webkit-font-smoothing:antialiased; 
text-rendering:optimizeLegibility;
}
@media (max-width: 767px) {
.prose{
padding: 0 5px !important;
}
.brz .brz-section__content>.brz-container {
max-width: 99% !important
}
}
body.coconsem .brz-container{
max-width: calc(0.75 * var(--brz-section-container-max-width, 1170px));
}
body.coconsem header .brz-container{
max-width: var(--brz-section-container-max-width, 1170px);
}
@media (max-width: 991px) and (min-width: 768px) {
body.coconsem .brz-container {
max-width: 75%;
}
}
@media (max-width: 767px) {
body.coconsem .brz-container {
max-width:  max-content !important;
}
} .prose p{margin:0 0 1em; text-align:left; letter-spacing:0}
.prose small{
display: block;
color: #66666680 !important;
font-size: .85em !important;
font-family: var(--font-body) !important;
text-align: center;
} .prose :where(h1,h2,h3,h4){
color:var(--heading); 
font-weight:700; 
line-height:1.2; 
letter-spacing:-.01em; 
margin:0;
}
.prose h1{
font-size:clamp(2rem,3.5vw + 1rem,3rem); 
margin:0 0 .6em; 
color:#7F7979
}
body.coconsem  article.prose .heading-flex h2 {
font-size: clamp(1.5rem, 2.2vw + .8rem, 2rem) !important; 
margin: 2em 0px 1em!important; 
color: var(--brand) !important; font-weight: 700!important; 
line-height: 1.25!important; 
font-family: 'Raleway' !important;
}
body.coconsem article.prose .heading-flex h3 ,
body.coconsem article.prose .heading-flex h3 span{
font-size: 1.4rem!important;        
margin: 1.6em 0 .2em!important;
font-weight: 800!important;         
color: var(--text)!important;         
line-height: 1.4!important; 
font-family: 'Raleway' !important;
}
@media (max-width:600px){
body.coconsem article.prose .heading-flex h3 ,
body.coconsem article.prose .heading-flex h3 span{
line-height: 1.2!important; 
margin: 1.6em 0 .6em!important;
}
}
body.coconsem  article.prose .heading-flex h4 a{
line-height:10px !important;
}
body.coconsem  article.prose .heading-flex h4,
.brz  article.prose h4 span{
font-size:clamp(1.125rem,.6vw + .95rem,1.25rem)!important;  
margin:1.6em 0 .3em!important; 
font-weight:600!important; 
font-family: var(--font-body2) !important;
}
body.coconsem article.prose img + br br,
body.coconsem article.prose picture + br + br,
body.coconsem article.prose figure + br + br,
body.coconsem article.prose img + br ,
body.coconsem article.prose picture + br,
body.coconsem article.prose figure + br  {
display: none !important;
}
body.coconsem  article.prose :where(h2,h3,h4)+p{margin-top:.2em}  .coconsem-toc__list.coconsem-toc__list--bullets {
list-style-position: outside !important;
padding-left: 1.4rem;
} .coconsem-toc__item.coconsem-toc__item--h3 {
display: list-item;
padding-left: 0;
margin-left: 0;
line-height: 1.25;
} .coconsem-toc__item.coconsem-toc__item--h3 > a {
display: inline-block;
vertical-align: top;
margin-top: 2px; } body.coconsem  article.prose img:not(.emoji):not(.image-avec-texte){
display:block; 
max-width:100%; 
height:auto; 
border-radius:var(--radius); 
box-shadow:var(--shadow); 
margin:2.2em auto 0px !important;
min-height: 320px !important;
object-fit: cover !important;
}
.prose img.cover-img{max-height:520px; object-fit:cover} body.coconsem article.prose img:not(.emoji),
body.coconsem article.prose iframe {
display: block !important;
margin-left: auto !important;
margin-right: auto !important; object-fit: contain !important; height: auto !important;
min-height: 0 !important; max-height: none !important;
}
body.coconsem article.prose  img.image-avec-texte{
display:block; 
max-width: 480px; 
height:auto; 
border-radius:var(--radius); 
box-shadow:var(--shadow); 
box-shadow:var(--shadow); 
margin: 2.2em auto 0px !important;
width: -webkit-fill-available
}
body.coconsem article.prose iframe {
min-height: 405px !important; 
} .prose ul {
margin: 1.8em 0 ;
padding: 1.5em 1.2em 1em 1.6em;
list-style: none;
background: var(--neutral); border-left: 4px solid var(--borders); border-radius: 6px;
}
.prose ul li {
position: relative;
margin: 0.6em 0;
padding-left: 1.2em;
line-height: 26px !important;
font-weight: 400;
color: #333;
font-size: 15px;
font-family: var(--font-body) !important;
}
.prose ul li::before {
content: "•";
position: absolute;
left: 0;
top: 0.15em;
font-size: 1.1em;
line-height: 1;
color: var(--brand);
font-weight: 700;
} body.coconsem article.prose ul.source-list{
border: none !important;
}
@media (max-width:767px){
body.coconsem article.prose ul.source-list{
margin: 0.5em 0 5.8em !important;
}
}
body.coconsem article.prose ul.source-list  li::before{
content : "-" !important;
}
body.coconsem article.prose ul.source-list  li a{
font-weight: normal !important;
}
body.coconsem article.prose ul.source-list  li a::after{
content : "" !important;
} .prose .cta-btn{
display:inline-block; 
margin:1rem 0;
background:linear-gradient(135deg,var(--cta), #00aa88);
background:#7d9872;
color:#fff !important;
text-decoration:none; 
font-weight:600 !important;
padding:1.1rem 1.4rem; 
border-radius:12px; 
line-height:1.3; 
box-shadow:0 4px 12px rgba(0,0,0,.1);
transition:transform .2s, box-shadow .2s, background .2s;
}
.prose .cta-btn:hover{
transform:translateY(-3px); 
color:#fff !important;
box-shadow:0 6px 18px rgba(0,0,0,.15)
} .prose .ressource {
background: var(--neutral);       
border: 1px solid #e2dfdb;        
border-radius: 10px;
margin: 3em 0;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
color: var(--text);
}
.prose .ressource::before {
content: "💡 Ressource utile";
display: block;
background: var(--brand);
color: #fff;
font-weight: 500;
font-size: 0.9rem;
text-transform: uppercase;
padding: 3px 12px;
font-family: 'Roboto';
}
body.coconsem article.prose .ressource a {
display: block;
padding: 0em 1rem 0.5em;
margin: 23px !important;
color: var(--brand);
font-weight: 400 !important;
text-decoration: none;
font-size: 15px;
font-family: "Roboto";
line-height: 26px;
}
body.coconsem article.prose .ressource a:hover { text-decoration: underline; }
body.coconsem article.prose .ressource a::before {
content : ">";
font-size:1.1rem;
margin-right:5px;
display:none
} ol:not(.coconsem-toc__list--numbers) {
margin: 30px 30px 45px 20px !important;
background-color: #f9f7f5;
width: fit-content;
margin: 31px 0 35px 0 !important;
padding: 11px 39px 30px 46px;
border: 1px solid lightgrey;
border-radius: 29px;
}
ol li {
font-size: 16px !important;
margin: 15px 0 -5px 0px !important;
padding: 0 14px;
opacity: 70%;
font-family: var(--font-body) !important;
}
body.coconsem article.prose ol li strong {
font-weight:inherit !important
} .prose .video-embed { margin: 4em 0; font-size: 0.7em; }
.prose .video-embed p{     
font-size: 14px !important;
text-align: center;
max-width: 80%;
margin: 0 auto;
opacity: 0.7;
}
.prose .video-embed .video-thumbnail{
position:relative; aspect-ratio:16/9; overflow:hidden; border-radius:var(--radius); box-shadow:var(--shadow); cursor:pointer; margin-bottom: 8px;
}
.prose .video-embed .video-thumbnail img{width:100%; height:100%; object-fit:cover; margin:0; box-shadow:none; border-radius:0}
.prose .video-embed .play-button{
position:absolute; inset:0; margin:auto; width:74px; height:74px; border:0; border-radius:50%;
background:rgba(0,0,0,.5); backdrop-filter:saturate(120%) blur(2px); cursor:pointer;
}
.prose .video-embed .play-button::before{
content:""; position:absolute; left:50%; top:50%; transform:translate(-40%,-50%);
border-left:18px solid #fff; border-top:12px solid transparent; border-bottom:12px solid transparent; width:0; height:0;
}
.prose .video-embed caption,
.prose .video-embed figcaption{display:block; font-size:.95em; color:var(--muted); margin-top:.5em} .prose table {
width: 100%;
border-collapse: collapse;
margin:0;
font-size: 1rem;
border: none;
}
.prose table thead th[colspan] {
text-align: left;
font-size: 1rem;
color: #3b2a18;
padding: 0 0 0.6em 0.6em;
border: none;
background: none;
display: table-cell;
width: 100% !important;
white-space: normal;
font-weight: normal !important;
font-style: italic;
opacity: 45%;
}
.prose table thead tr:first-child th[colspan] {
font-weight: 600 !important;
font-size: 0.81rem;
color: #3b2a18;
padding: 0 0 9px 0;
border: none;
background: none;
display: table-cell;
width: 100% !important;
white-space: normal;
font-style: normal;
vertical-align: initial;
line-height: 12px;
}
.prose table thead th[colspan]::before {
content: " * ";
margin-right: 2px;
} .prose table thead th[colspan]::after {
content: " »";
color: var(--font-body);
font-weight: 600;
margin-left: 2px;
font-size: initial;
vertical-align: inherit;
} .prose table thead tr:not(:first-child) th,
.prose table thead tr:first-child:last-child th {
background: tan !important; font-weight: 600 !important;
font-size: 0.9rem !important;
text-transform: uppercase;
letter-spacing: 0.5px !important;
padding: 0.5em 1.8em;
color: white !important;
border-bottom: 2px solid grey;
vertical-align: middle;
line-height: 19px !important;
text-align: left;
font-family: var(--font-body) !important; }
.prose table thead tr:not(:first-child) th strong {
color: white !important;
}
.prose tbody {
border-bottom: 1px solid lightgrey;
}
.prose tbody td {
padding: 0.5em 1.8em;
border-bottom: 1px solid #eee;
font-size: 15px;
color: #222;
vertical-align: top;
text-align: left;
font-family: var(--font-body) !important;
}
.prose tbody tr:nth-child(odd) { background: #fafafa; }
.prose tbody tr:nth-child(even){ background: #fff; }
.prose tbody tr:last-child td { border-bottom: none; }
.prose table tbody strong,
.prose table tbody b {
color: inherit !important;
} body.coconsem article.prose .table-scroll{
width:100%;
max-width:100%;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
margin: 3em 0 1em;
padding: 0px 0px 20px !important;
} body.coconsem article.prose .table-scroll > table{
margin:0 !important;
width:max-content;
min-width:100%;
}  .prose ul li :where(strong, b):not(.quote) {
font-weight: 400 !important;
color: inherit !important;
}
.prose table tbody :where(strong, b):not(.quote) {
font-weight: 500 !important;
color: inherit !important;
}
.prose strong.quote::before,
.prose strong.quote::after { content: none !important; }
body.coconsem article.prose div:not(table) strong.highlight{
font-weight: normal !important;
color: #452c1b !important;
font-family: var(--font-body) !important;
}  body.coconsem article.prose a:not(.cta-btn) {
color: #9B8A78 !important; font-weight: 600 !important;  
text-decoration: none;
text-decoration-thickness: 1px; text-underline-offset: 2px; transition: color 0.2s ease, background 0.2s ease;
margin: 21px 0 18px 0 !important;
font-size: inherit !important;
}
body.coconsem article.prose .ressource a{
margin: 21px 26px 18px 26px !important;
}
body.coconsem article.prose .sources-bibliotheque a{ font-weight:400 !important; } body.coconsem article.prose p:has(> a.cta-btn){
width: 100% !important;
max-width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
text-align: left !important; } body.coconsem article.prose p > a.cta-btn,
body.coconsem article.prose div > a.cta-btn{
display: block !important;
width: min(500px, 100%) !important; margin: 28px auto !important;
line-height: 22px;
}
body.coconsem article.prose p a.cta-btn {
color: white !important;
font-family: sans-serif !important;
font-weight: 600 !important;
vertical-align: middle;
text-align: center;
font-size: 18px;
}
body.coconsem article.prose p a.cta-btn::before{
content: "👋 ";
display: inline-block;
margin-right: .35em;
line-height: 1;
font-size: 1.5em;
font-family: var(--font-body2) !important;
}
@media (min-width: 991px){
body.coconsem article.prose p a.cta-btn {
width:60%;
}
}
.prose a:hover {
color: #e8703a !important; text-decoration: underline !important
} body.coconsem  article.prose  a:hover {
--brz-paragraphtextdecoration: underline;
color: #e8703a !important;
}  .prose .sources-bibliotheque {margin-top:3em; background:none !important;     font-size: 15px;}
body.coconsem  article.prose .sources-bibliotheque ul{list-style:none;     padding: 25px !important; margin:5px 0 0 0 !important; border-left:none!important}
.prose .sources-bibliotheque li{margin:0 0 -0.3em 10px; color:var(--heading)}
.prose .sources-bibliotheque ul li::before{    
left: 3px !important;
top: 0.30em !important;
font-size: 1.1em !important;
content: "-" !important;
}
body.coconsem  article.prose .sources-bibliotheque div{
color: black;
font-weight: 400 !important;
font-family: 'Raleway' !important;
font-style: italic;
margin-bottom: 0px;
}
body.coconsem  article.prose  .sources-bibliotheque a{
font-weight: 400 !important;
font-family: var(--font-body2);
}
body.coconsem article.prose a::after{
content: " (🔗️)";
font-weight: bold !important;
color: inherit;
}
body.coconsem article.prose .sources-bibliotheque a::after{
content: none !important;
}
body.coconsem article.prose .sources-bibliotheque em{
font-style: italic;
font-weight: 400 !important;
}
@media (max-width:600px){
body.coconsem  article.prose  .sources-bibliotheque li{
margin: 0 0 .5em -19px !important;
}
}
body.coconsem  article.prose  ul li::before {
content: "•";
position: absolute;
line-height: 1.4;
font-weight: 700;
opacity: 100%;
font-size: 17px !important;
text-align: right;
}
body.coconsem  article.prose  ul li a{
font-weight: 500 !important;
font-family: var(--font-body2) !important;
margin: 0px 0 0 -4px !important;
} body.coconsem  article.prose  a:has(img)::after,
body.coconsem  article.prose  a:has(picture)::after {
content: none !important;
} body.coconsem  article.prose p:not(.video-caption) strong,
body.coconsem  article.prose p strong.quote,
body.coconsem  article.prose li strong.quote,
body.coconsem  article.prose td strong.quote,
body.coconsem  article.prose p strong,
body.coconsem  article.prose strong,
.brz strong{	
color: var(--text);
font-family: var(--font-body) !important;
line-height: inherit;
font-size: inherit !important;
font-weight: 400;
}
body.coconsem  article.prose p.question strong{
font-weight: 800 !important;
font-family: 'Raleway' !important;
}
body.coconsem  article.prose p.video-caption strong.quote{
font-weight:normal !important;
font-family: var(--font-body2) !important;
}
body.coconsem  article.prose strong.quote,
body.coconsem  article.prose div:not(.ressource) strong {
font-weight:800 !important; font-size: inherit  !important;
color: #000 !important;
font-synthesis-weight: auto !important;  font-variation-settings: "wght" 700;
}
body.coconsem   article.prose u{
text-decoration: underline !important;
font-size: inherit !important;
font-weight: bold !important;
font-family: var(--font-body2) !important;
}
body.coconsem   article.prose ul li strong{
font-weight: normal !important;
font-family: var(--font-body) !important;
}
.prose p {
font-size: 1.05rem !important;
line-height: 1.5 !important;
font-family: var(--font-body) !important;
font-weight: 500 !important;
letter-spacing: 0 !important;
} .brz  article.prose p a {
font-family: var(--font-body2) !important;
line-height: inherit !important;
}  .brz  article.prose picture,
.brz  article.prose img:not(.image-avec-texte) {
display: block;
margin-top: 2rem !important; margin-bottom: -0.7rem !important;
}  .brz  article.prose .video-embed .video-thumbnail picture,
.brz  article.prose .video-embed .video-thumbnail img {
margin: 0 !important;
} header.coconsem-header img.cover-image,
header.coconsem-header picture .cover-image {
margin: 0 !important;
} @media (prefers-reduced-motion:reduce){
*{animation:none!important; transition:none!important}
}  .coconsem-meta-box{
margin: 20px auto 10px!important;
font-size: 19px!important;
color: #555!important;
text-align: center!important;
}
body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) .coconsem-temps-lecture img{
margin:0 !important
}  .compare-opticiens{
--c1:#0ea5e9; --ok:#16a34a;
--mid:#f59e0b;
--low:#ef4444;
font:16px/1.5 system-ui, Segoe UI, Roboto, Arial, sans-serif;
} .compare-opticiens h3{
margin:.5rem 0 1rem;
font-size:1.25rem;
} .compare-opticiens table{
width:100%;
border-collapse:collapse;
border-spacing:0;
}
.compare-opticiens th,
.compare-opticiens td{
padding:.65rem .75rem;
border-bottom:1px solid #e5e7eb;
text-align:left;
vertical-align:middle;
}
.compare-opticiens thead th{
background:#f8fafc;
font-weight:600;
} .compare-opticiens .badge{
display:inline-block;
padding:.15rem .5rem;
border-radius:999px;
font-size:.8125rem;
background:#eff6ff;
color:#1e40af;
}
.compare-opticiens .lead{font-weight:600;}
.compare-opticiens .rank,
.compare-opticiens .note{
font-variant-numeric:tabular-nums;
color:#334155;
} @media (max-width:720px){
.compare-opticiens .hide-sm{display:none;}
} .compare-opticiens .callout{
margin:.75rem 0;
padding:.75rem 1rem;
border:1px solid #e5e7eb;
border-radius:.75rem;
background:#f8fafc;
}
body.coconsem article.prose a[data-theme="ressource"] strong {
font-family: var(--font-body2) !important;
} .crit-bars .score{
min-width:3.5rem;
display:inline-block;
font-variant-numeric:tabular-nums;
}
.crit-bars .bar{
position:relative;
height:10px;
background:#f1f5f9;
border-radius:999px;
overflow:hidden; margin-top:.25rem;
}
.crit-bars .bar > span{
position:absolute;
left:0;
top:0;
bottom:0;
width:var(--w,0%); background:var(--c1);
} @media (prefers-color-scheme: dark){
.compare-opticiens thead th{background:#0b1220;}
.compare-opticiens th,
.compare-opticiens td{border-bottom-color:#1f2937;}
.compare-opticiens .callout{background:#0b1220;border-color:#1f2937;}
.crit-bars .bar{background:#0f172a;}
} .crit-bars .bar{position:relative;height:10px;background:#f1f5f9;border-radius:999px;overflow:hidden;margin-top:.25rem}
.crit-bars .bar > span{
position:absolute;
left:0; top:0; bottom:0; width:var(--w,0%); background:var(--c1,#0ea5e9); }
.crit-bars .score{min-width:3.5rem;display:inline-block;font-variant-numeric:tabular-nums}body.coconsem article.prose .table-scroll{
position: relative !important; width: 100% !important;
max-width: 1100px !important;
margin-left: auto !important;
margin-right: auto !important;
box-sizing: border-box !important; overflow-x: hidden !important;
overflow-y: visible !important; } body.coconsem article.prose .table-scroll .table-scroll-inner{
width: 100% !important;
max-width: 100% !important;
overflow-x: auto !important;
overflow-y: hidden !important;
-webkit-overflow-scrolling: touch !important; padding-bottom: 0 !important;
}
body.coconsem article.prose .table-scroll.has-x-overflow .table-scroll-inner{
padding-bottom: 60px !important; } body.coconsem article.prose .table-scroll .table-scroll-inner table{
width: 100% !important;
max-width: 100% !important;
table-layout: auto !important;
border-collapse: collapse !important;
}  @media (min-width: 1024px){
body.coconsem article.prose .table-scroll .table-scroll-inner th,
body.coconsem article.prose .table-scroll .table-scroll-inner td{
min-width: 0 !important;
}
} @media (max-width: 1023px){
body.coconsem article.prose .table-scroll .table-scroll-inner th,
body.coconsem article.prose .table-scroll .table-scroll-inner td{
min-width: 160px !important;
}
}
body.coconsem article.prose .table-scroll .table-scroll-inner tbody td{
line-height: 18px;
padding-bottom: 19px;
padding-top: 13px;
} body.coconsem article.prose .table-scroll .table-scroll-inner th:first-child,
body.coconsem article.prose .table-scroll .table-scroll-inner td:first-child{
min-width: 170px;
font-weight: 700;
} body.coconsem article.prose .table-scroll .table-scroll-inner th:nth-child(3),
body.coconsem article.prose .table-scroll .table-scroll-inner td:nth-child(3){
min-width: 140px;
} @media (max-width: 480px){
body.coconsem article.prose .table-scroll .table-scroll-inner{
padding-bottom: 56px !important;
}
body.coconsem article.prose .table-scroll .table-scroll-inner th,
body.coconsem article.prose .table-scroll .table-scroll-inner td{
min-width: 160px;
}
} body.coconsem article.prose .table-scroll.has-x-overflow .table-scroll-inner{
scrollbar-width: none !important; -ms-overflow-style: none !important; }
body.coconsem article.prose .table-scroll.has-x-overflow .table-scroll-inner::-webkit-scrollbar{
height: 0 !important; } body.coconsem article.prose .table-scroll .csmk-scrollbar{
position: absolute !important;
left: 14px !important;
right: 14px !important;
bottom: 64px !important;
height: 8px !important;
border-radius: 999px !important;
background: rgba(0,0,0,.10) !important;
overflow: hidden !important;
z-index: 2 !important;
opacity: 0 !important;
transform: translateY(4px) !important;
transition: opacity .2s ease, transform .2s ease !important;
pointer-events: none !important;
}
body.coconsem article.prose .table-scroll.has-x-overflow .csmk-scrollbar{
opacity: 1 !important;
transform: translateY(0) !important;
pointer-events: auto !important;
}
body.coconsem article.prose .table-scroll .csmk-scrollbar .csmk-scrollbar-thumb{
height: 100% !important;
width: 46px;
border-radius: 999px !important;
background: var(--borders) !important;
transform: translateX(0);
transition: transform .06s linear, width .12s ease, background .15s ease !important;
pointer-events: auto !important;
touch-action: none !important;
cursor: grab !important;
}
body.coconsem article.prose .table-scroll.is-dragging .csmk-scrollbar .csmk-scrollbar-thumb{
background: #ff2b2b !important;
cursor: grabbing !important;
} body.coconsem article.prose .table-scroll .csmk-scroll-hint{
position: absolute !important;
right: 12px !important;
bottom: 8px !important;
display: inline-flex !important;
align-items: center !important;
gap: 10px !important;
padding: 10px 14px !important;
border-radius: 999px !important;
background: #b30000 !important;
color: #fff !important;
box-shadow: 0 10px 22px rgba(0,0,0,.22) !important;
z-index: 3 !important;
pointer-events: auto !important;
touch-action: none !important;
user-select: none !important;
-webkit-user-select: none !important;
opacity: 0 !important;
transform: translateY(6px) !important;
transition: opacity .2s ease, transform .2s ease, background .15s ease, box-shadow .15s ease !important;
}
body.coconsem article.prose .table-scroll.has-x-overflow .csmk-scroll-hint{
opacity: 1 !important;
transform: translateY(0) !important;
}
body.coconsem article.prose .table-scroll.is-dragging .csmk-scroll-hint{
background: #ff2b2b !important;
box-shadow: 0 14px 26px rgba(0,0,0,.28) !important;
} body.coconsem article.prose .table-scroll .csmk-scroll-hint .csmk-hint-text{
font-weight: 900 !important;
font-size: 16px !important;
line-height: 1 !important;
letter-spacing: .2px !important;
white-space: nowrap !important;
} body.coconsem article.prose .table-scroll .csmk-scroll-hint .csmk-hint-arrows{
display: inline-flex !important;
align-items: center !important;
gap: 6px !important;
animation: csmkNudgeBoth 1.1s ease-in-out infinite !important;
} body.coconsem article.prose .table-scroll .csmk-scroll-hint .csmk-hint-arrow{
width: 28px !important;
height: 28px !important;
display: grid !important;
place-items: center !important;
border-radius: 999px !important;
background: rgba(255,255,255,.18) !important;
font-size: 16px !important;
line-height: 1 !important;
}
@keyframes csmkNudgeBoth{
0%   { transform: translateX(0); opacity: .85; }
50%  { transform: translateX(8px); opacity: 1; }
100% { transform: translateX(0); opacity: .85; }
}
@media (prefers-reduced-motion: reduce){
body.coconsem article.prose .table-scroll .csmk-scroll-hint .csmk-hint-arrows{
animation: none !important;
}
} @media (max-width: 480px){
body.coconsem article.prose .table-scroll .csmk-scroll-hint{
right: 10px !important;
bottom: 8px !important;
padding: 10px 14px !important;
}
body.coconsem article.prose .table-scroll .csmk-scroll-hint .csmk-hint-text{
font-size: 17px !important;
}
} body.coconsem article.prose .table-scroll.hint-hidden.is-dragging .csmk-scroll-hint{
opacity: 1 !important;
transform: translateY(0) !important;
}  html, body{
max-width: 100% !important;
overflow-x: hidden !important;
} #wpadminbar .screen-reader-text,
#wpadminbar .screen-reader-text *{
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important; clip: rect(0, 0, 0, 0) !important;
clip-path: inset(50%) !important;
white-space: nowrap !important;
border: 0 !important;
} #wpadminbar .screen-reader-text:focus{
clip: auto !important;
clip-path: none !important;
height: auto !important;
width: auto !important;
overflow: visible !important;
position: static !important;
white-space: normal !important;
} body.coconsem article.prose .table-scroll,
body.coconsem article.prose .table-scroll .table-scroll-inner{
min-width: 0 !important;
max-width: 100% !important;
display: block !important;
} body.coconsem article.prose .table-scroll .csmk-scroll-hint{
display:none!important;
}