/* styles.css */

/* Center align header */
h1 {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* Improve spacing and layout for rows */
.row {
    margin-bottom: 30px;
}

/* Style for file upload section */
.file-field {
    margin-top: 1rem;
}

/* Pagination styling */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* Input field for search and filters */
.input-field input, .input-field select {
    width: 100%;
}

/* Styling for entries list */
.collection-item {
    padding: 10px 15px;
}
