
body { font-family: Arial; padding: 20px; }
label { display: inline-block; width: 150px; margin-top: 10px; vertical-align: top; }
input, button { margin-top: 10px; }
button { padding: 6px 10px; }
table { width: 100%; border-collapse: collapse; margin-top: 10px; }
th, td { border: 1px solid #ccc; padding: 6px; text-align: left; }
.status-approved { color: green; font-weight: bold; }
.status-rejected { color: red; font-weight: bold; }
.status-pending { color: orange; font-weight: bold; }
