body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #212529;
    margin: 0;
    padding: 1em;
}

a {
    color: #0d6efd;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0a58ca;
    text-decoration: underline;
}

input,
select,
textarea,
button {
    background-color: #ffffff;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 0.5em;
    margin-bottom: 0.5em;
}

button {
    background-color: #0d6efd;
    border: 1px solid #0d6efd;
    color: #ffffff;
    cursor: pointer;
    padding: 0.5em 1em;
}

button:hover,
button:focus {
    background-color: #0a58ca;
    border-color: #0a58ca;
}

fieldset {
    border: 1px solid #ced4da;
    padding: 1em;
    margin-bottom: 1em;
    background-color: #ffffff;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    color: #212529;
}

table th,
table td {
    border: 1px solid #dee2e6;
    padding: 0.75em;
}

table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

table tbody tr {
    background-color: #ffffff;
}

footer {
    margin-top: 2em;
    border-top: 1px solid #dee2e6;
    padding-top: 1em;
    text-align: center;
    color: #6c757d;
}

.navbar {
    border-bottom: 1px solid #dee2e6;
}

.color-swatch {
    display: inline-block;
    width: 60px;
    height: 30px;
    border: 1px solid #adb5bd;
    margin-right: 4px;
}

.image-thumb {
    display: inline-block;
    width: 60px;
    height: 30px;
    object-fit: cover;
    border: 1px solid #adb5bd;
    margin-right: 4px;
}

.actions-col {
    white-space: nowrap;
    width: 240px;
}
