@charset "utf-8";

.cs-lt { font-size: 3.5vw; color: #fff; }
.cs-lt li { padding: 0.5em 0 0.6em; border-bottom: 1px solid #3264a6; line-height: 6vw; }
.cs-lt li a { display: flex; justify-content: space-between; font-weight: 300; }
.cs-lt li a .title { width: 12em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cs-lt li a .status { display: flex; justify-content: center; align-items: center; font-size: 3.2vw; width: 6em; height: 6vw; background: #b27500; }
.cs-lt li a .status.answered { background: #00abb2; }
.cs-lt li a .name { width: 3em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }