﻿.table-wrapper {
            background: #ffffffdd;
            border-radius: 28px;
            overflow-x: auto;
            box-shadow: 0 12px 24px rgba(70, 90, 50, 0.08);
            border: 1px solid #d0e8c6;
            backdrop-filter: blur(0px);
        }
.tool-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 16px;      
            min-width: 880px;
            background-color: #ffffff;
        }
.tool-table thead tr {
            background-color: #ddecd6;
            border-bottom: 2px solid #bfddb3;
        }
.tool-table th {
            padding: 1rem 1rem;
            text-align: center;
            font-weight: 600;
            font-size: 16px;      
            color: #2b5a3c;
            background-color: #ddecd6;
            letter-spacing: 0.2px;
        }
.tool-table th:first-child {
            border-top-left-radius: 24px;
        }
.tool-table th:last-child {
            border-top-right-radius: 24px;
        }
.tool-table td {
            padding: 1rem 1rem;
            border-bottom: 1px solid #e2f0dc;
            vertical-align: top;
            background-color: #ffffff;
            transition: background 0.2s;
            font-size: 16px;      
            line-height: 1.45;
        }
.tool-table tbody tr:hover td {
            background-color: #f6fcf2;
        }
.tool-name-cell {
            font-weight: 700;
            font-size: 16px;     
            color: #2c6e47;
            background-color: #fefef8;
            padding-left: 1.2rem;
        }
.tool-badge {
            background: #e6f3e0;
            font-size: 12px;      
            font-weight: 500;
            padding: 0.2rem 0.6rem;
            border-radius: 40px;
            margin-top: 7px;
            color: #2a7243;
            letter-spacing: 0.2px;
        }
.pros-list, .cons-list {
            margin: 0;
            padding-left: 0;
            list-style: none;
        }
.pros-list li, .cons-list li {
            position: relative;
            margin-bottom: 0.5rem;
            font-size: 16px;      
            line-height: 1.45;
            padding-left: 1.45rem;
        }
.pros-list li::before {
            content: "\2713";
            color: #479f63;
            font-weight: 600;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
        }
.cons-list li::before {
            content: "\2717";
            color: #bd8a64;
            font-weight: 600;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
        }
.score-wrap {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 6px;
        }
.score-badge {
            background: #f0f7ec;
            width: 66px;
            height: 66px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.6rem;   
            color: #2a7546;
            box-shadow: inset 0 0 0 1px #cae2bf, 0 2px 5px rgba(0,0,0,0.02);
            transition: all 0.1s;
        }
.score-number {
            font-size: 12px;      
            font-weight: 500;
            color: #618f6b;
            background: #eef6ea;
            padding: 0.15rem 0.55rem;
            border-radius: 40px;
        }