td {
    padding: 0 0 0 16px !important;
    background: none !important;


    & input {
        padding: 0 10px !important;
        margin-left: -16px;
    }
}


.highlighted-row td {
    background-color: var(--highlight-bg) /*#fceeb8*/ !important;

    & input {
        background-color: var(--highlight-bg) /*#fceeb8*/ !important;
    }
}

/* Also apply to all cells in the highlighted row */
fluent-data-grid-row.highlighted-row > fluent-data-grid-cell,
fluent-data-grid-row.highlighted-row > .fluent-data-grid-cell {
    background-color: var(--highlight-bg) /*#fceeb8*/ !important;
}

table .phonograms-grid {
    width: 100%;
    min-width: 600px;
}

