#word-editor-wrapper {
    background-color: #f1f5f9;
    border: 1px solid #cbd5e1;
    padding: 30px;
    border-radius: 12px;
    max-height: 550px;
    overflow-y: auto;
}
#word-preview-container {
    background-color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 40px;
    min-height: 400px;
    outline: none;
    font-size: 14px;
    line-height: 1.6;
    color: #1f2937;
    text-align: left;
}
#word-preview-container p {
    margin-bottom: 1rem;
}
#word-preview-container table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}
#word-preview-container table, #word-preview-container th, #word-preview-container td {
    border: 1px solid #cbd5e1;
    padding: 8px;
}
#word-preview-container > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.excel-preview-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    font-family: 'Times New Roman', Times, serif;
    font-size: 13px;
    background-color: #ffffff;
}
.excel-preview-table td {
    border: 1px solid #cbd5e1;
    padding: 10px 12px;
    vertical-align: top;
    text-align: left;
    word-break: break-word;
    color: #1f2937;
    line-height: 1.5;
}
