/* Main container width updated to 85% */
.page-container {
    width: 85%;
}
/* Style for the JSON Textarea */
#json-input {
    min-height: 200px;
    font-family: monospace;
    white-space: pre;
    overflow-wrap: normal;
    overflow-x: auto;
}
/* Tabulator wrapper styling */
#fragrance-table {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    /* Tabulator automatically handles scrolling and cell inputs */
}
/* Style to ensure Tabulator inputs look clean */
.tabulator-cell input {
    padding: 0.25rem !important;
    border: none !important;
    width: 100% !important;
    box-sizing: border-box;
    background-color: transparent;
}