.TruncatedDescription-enter {
                                                                                                                                                            max-height: 67px;
                                                                                                                                                        }

                                                                                                                                                        .TruncatedDescription-enter-active {
                                                                                                                                                            max-height: 67px;
                                                                                                                                                            transition: max-height
                                                                                                                                                                0ms
                                                                                                                                                                cubic-bezier(
                                                                                                                                                                    0.25,
                                                                                                                                                                    1,
                                                                                                                                                                    0.5,
                                                                                                                                                                    1
                                                                                                                                                                );
                                                                                                                                                        }

                                                                                                                                                        .TruncatedDescription-enter-done {
                                                                                                                                                            max-height: 67px;
                                                                                                                                                        }

                                                                                                                                                        .TruncatedDescription-exit {
                                                                                                                                                            max-height: 67px;
                                                                                                                                                        }

                                                                                                                                                        .TruncatedDescription-exit-active {
                                                                                                                                                            max-height: 67px;
                                                                                                                                                            transition: max-height
                                                                                                                                                                0ms
                                                                                                                                                                cubic-bezier(
                                                                                                                                                                    0.25,
                                                                                                                                                                    1,
                                                                                                                                                                    0.5,
                                                                                                                                                                    1
                                                                                                                                                                );
                                                                                                                                                        }

                                                                                                                                                        .TruncatedDescription-exit-done {
                                                                                                                                                            max-height: 67px;
                                                                                                                                                        }

                                                                                                                                                        [data-test-id="truncated-description"]
                                                                                                                                                            div[role="button"] {
                                                                                                                                                            outline-offset: -2px;
                                                                                                                                                            outline-width: 2px;
                                                                                                                                                        }

#mweb-comment-editor-container {
                                                                                                                                                                                    caret-color: #e60023;
                                                                                                                                                                                    font-family: -apple-system,
                                                                                                                                                                                        BlinkMacSystemFont,
                                                                                                                                                                                        "Segoe UI",
                                                                                                                                                                                        Roboto,
                                                                                                                                                                                        Oxygen-Sans,
                                                                                                                                                                                        Ubuntu,
                                                                                                                                                                                        Cantarell,
                                                                                                                                                                                        "Fira Sans",
                                                                                                                                                                                        "Droid Sans",
                                                                                                                                                                                        "Helvetica Neue",
                                                                                                                                                                                        Helvetica,
                                                                                                                                                                                        "Apple Color Emoji",
                                                                                                                                                                                        "Segoe UI Emoji",
                                                                                                                                                                                        "Segoe UI Symbol",
                                                                                                                                                                                        "ヒラギノ角ゴ Pro W3",
                                                                                                                                                                                        "Hiragino Kaku Gothic Pro",
                                                                                                                                                                                        メイリオ,
                                                                                                                                                                                        Meiryo,
                                                                                                                                                                                        "ＭＳ Ｐゴシック",
                                                                                                                                                                                        Arial,
                                                                                                                                                                                        sans-serif;
                                                                                                                                                                                }

                                                                                                                                                                                #mweb-comment-editor-container
                                                                                                                                                                                    .public-DraftEditorPlaceholder-inner {
                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                    text-overflow: ellipsis;
                                                                                                                                                                                    white-space: nowrap !important;
                                                                                                                                                                                }

                                                                                                                                                                                #dweb-comment-editor-container
                                                                                                                                                                                    .public-DraftEditorPlaceholder-inner {
                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                    text-overflow: ellipsis;
                                                                                                                                                                                    white-space: nowrap !important;
                                                                                                                                                                                }

video::cue {
                                                                                                                                                            color: white;
                                                                                                                                                            font-family: -apple-system,
                                                                                                                                                                BlinkMacSystemFont,
                                                                                                                                                                "Segoe UI",
                                                                                                                                                                Roboto,
                                                                                                                                                                Oxygen-Sans,
                                                                                                                                                                "Apple Color Emoji",
                                                                                                                                                                "Segoe UI Emoji",
                                                                                                                                                                "Segoe UI Symbol",
                                                                                                                                                                Ubuntu,
                                                                                                                                                                Cantarell,
                                                                                                                                                                "Fira Sans",
                                                                                                                                                                "Droid Sans",
                                                                                                                                                                "Helvetica Neue",
                                                                                                                                                                Helvetica,
                                                                                                                                                                "ヒラギノ角ゴ Pro W3",
                                                                                                                                                                "メイリオ",
                                                                                                                                                                Meiryo,
                                                                                                                                                                "ＭＳ Ｐゴシック",
                                                                                                                                                                Arial,
                                                                                                                                                                sans-serif;
                                                                                                                                                            font-weight: 450;
                                                                                                                                                            font-size: 18px;
                                                                                                                                                        }