.nw-shopify-export-options{
    padding-top:20px;
}
.csv-file-list {
    margin-top: 20px;
}
.csv-row {
    display: flex;
    gap: 20px;
    padding: 10px;
}
.csv-field{
    display: flex;
    flex-direction: column;
}
.select-file{
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    height: 100%;
}
.select-file input[type="checkbox"] {
    margin-top: auto;
    margin-bottom: auto;
}
.csv-row:nth-child(even) {
    background: #f9f9f9;
}
.csv-label{
    font-size:16px;
    line-height: 1;
}
.csv-link{
    font-size:20px;
    line-height: 1;
}
.csv-file-list-buttons{
    display: flex;
    flex-direction: column;
    margin-top:20px;
}
input.button.delete-button {
    margin-left: auto;
    display: flex;
}

.nw-grid{
    display: grid;
    gap:20px;
}
.nw-grid-col-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-item{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.grid-item > label{
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    height: 100%;
}
.nw-input.input-date{
    font-size:20px;
    line-height: 1;
}