.phelieu-container {
    margin: 20px 0;
    font-family: Arial, sans-serif;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	
}
.phelieu-container .phelieu-header {
    background-color: #4CAF50;
    color: #ffffff;
    padding: 14px 18px;
    font-weight: bold;
    font-size: 16px;
}
.phelieu-container.theme-orange .phelieu-header {
    background-color: #fa800f;
}
.phelieu-banner-note {
    background: #fffcf8;
    padding: 10px 18px;
    font-size: 13px;
    color: #666;
    font-style: italic;
    border-bottom: 1px solid #f1f5f9;
    line-height: 1.5;
}
.phelieu-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}
.phelieu-table th, .phelieu-table td {
    padding: 12px 18px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 14px;
    text-align: left;
}

/* --- ĐOẠN ĐIỀU CHỈNH: Tăng khoảng cách lề trái cho cột tên phế liệu đầu tiên --- */
.phelieu-table th:first-child, 
.phelieu-table td:first-child {
    padding-left: 28px; 
}
/* ---------------------------------------------------------------------------- */

.phelieu-table td.item-name {
    font-weight: bold;
    color: #1e293b;
}
.phelieu-table td.item-price {
    color: #dc2626;
    font-weight: bold;
}
.phelieu-table td.item-note {
    color: #64748b;
}
.trend-up { color: #4CAF50; margin-left: 6px; font-size: 11px; }
.trend-down { color: #dc2626; margin-left: 6px; font-size: 11px; }
.trend-stable { color: #94a3b8; margin-left: 6px; font-size: 11px; }

@media screen and (max-width: 600px) {
    .phelieu-table th, .phelieu-table td { padding: 10px 12px; font-size: 13px; }
    /* Điều chỉnh riêng lề mobile để cân đối màn hình nhỏ */
    .phelieu-table th:first-child, 
    .phelieu-table td:first-child { padding-left: 16px; }
}