.msm-scrap-prices {
    max-width: 900px;
    margin: 0 auto;
}

.msm-scrap-prices-search {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 12px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

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

.msm-scrap-prices-table th,
.msm-scrap-prices-table td {
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.msm-scrap-prices-table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.msm-scrap-prices-table tbody tr:hover {
    background-color: #fafafa;
}
