.spec-table {
    border-collapse: collapse;
    width: 100%;
}
.spec-table th,
.spec-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
}
.spec-table th {
    background-color: #f9fafb;
    font-weight: 600;
    color: #374151;
    text-align: left;
}
.spec-table tbody tr:hover {
    background-color: #f3f4f6;
}
.spec-table td {
    color: #4b5563;
}

.chart-container {
    position: relative;
    width: 100%;
    height: 100%;
}
