.weight-chart {
    margin: 24px 0;
    padding: 16px;
    background-color: #f9f6f1;
    border-radius: 10px;
}

.weight-chart-svg {
    display: block;
    width: 100%;
    height: auto;
}

.weight-table-wrap {
    margin-top: 24px;
    max-height: 420px;
    overflow-y: auto;
    border: 1px solid #e0d8cc;
    border-radius: 10px;
}

.weight-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.weight-table th,
.weight-table td {
    text-align: left;
    padding: 8px 14px;
}

.weight-table thead th {
    position: sticky;
    top: 0;
    background-color: #2c2421;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.weight-table tbody tr:nth-child(odd) {
    background-color: #f9f6f1;
}

.weight-down {
    color: #2e7d32;
    font-weight: 700;
}

.weight-up {
    color: #a85c32;
    font-weight: 700;
}

.weight-flat {
    color: #999;
}
