.lsa-copy-md-btn {
display: flex !important;
align-items: center;
gap: 7px;
background: #00a1ff;
color: #fff;
border: none;
border-radius: 6px;
padding: 8px 16px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
margin-top: 16px;
margin-bottom: 24px;
margin-left: auto;
margin-right: auto;
width: fit-content !important;
max-width: 100%;
transition: background 0.2s ease, transform 0.1s ease;
line-height: 1;
}
.lsa-copy-md-btn:hover {
background: #0088d9;
}
.lsa-copy-md-btn:active {
transform: scale(0.97);
}
.lsa-copy-md-btn:focus-visible {
outline: 3px solid #f29f37;
outline-offset: 3px;
}
.lsa-copy-md-btn.lsa-copied {
background: #5e6a72;
cursor: default;
}:root{
--link-color:#00aeef;
--border-color:#ddd;
--cell-pad:0.6rem;
--font-base:0.9rem;
--hover-bg:#f9f9f9;
}
.table-rating{overflow-x:auto;margin-bottom:1rem;}
.table-rating table{border-collapse:collapse;font-size:var(--font-base);width:auto;}
.table-rating thead th:first-child{border:none;padding:0;background:transparent;}
.table-rating thead th:not(:first-child){
background:#fafafa;font-weight:600;padding:var(--cell-pad);
border:1px solid var(--border-color);text-align:left;
}
.table-rating th:first-child,
.table-rating td:first-child{border-left:none;}
.table-rating td{
padding:var(--cell-pad);border:1px solid var(--border-color);
vertical-align:top;background:#fff;word-wrap:break-word;
}
.table-rating tbody tr:hover td{background:var(--hover-bg);}
.table-rating a{color:var(--link-color);text-decoration:none;}
.table-rating a:hover{text-decoration:underline;}
@media(max-width:480px){.table-rating table{font-size:0.8rem;}}:root{
--link-color:#00aeef;
--border-color:#ddd;
--cell-pad:0.6rem;
--font-base:0.9rem;
--hover-bg:#f9f9f9;
}
.table-perf{overflow-x:auto;margin-bottom:1rem;}
.table-perf table{border-collapse:collapse;font-size:var(--font-base);width:auto;}
.table-perf thead th:first-child{border:none;padding:0;background:transparent;}
.table-perf thead th:not(:first-child){
background:#fafafa;font-weight:600;padding:var(--cell-pad);
border:1px solid var(--border-color);text-align:left;
}
.table-perf th:first-child,
.table-perf td:first-child{border-left:none;}
.table-perf td{
padding:var(--cell-pad);border:1px solid var(--border-color);
vertical-align:top;background:#fff;word-wrap:break-word;
}
.table-perf tbody tr:hover td{background:var(--hover-bg);}
.table-perf a{color:var(--link-color);text-decoration:none;}
.table-perf a:hover{text-decoration:underline;}
@media(max-width:480px){.table-perf table{font-size:0.8rem;}}