.tline-notice-widget {
  background: #3a3c4a;
  border-radius: 10px;
  padding: 8px 10px;
  color: #eee;
  font-size: 13px;
  box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
    -webkit-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
    -moz-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
  width: 100%;
  max-width: 100%;
}

.tline-notice-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tline-badge {
  background: #ff3b30;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 6px;
  flex-shrink: 0;
}

.tline-viewport {
  flex: 1;
  height: 28px;
  overflow: hidden;
  position: relative;
}

.tline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: transform 0.35s ease;
}

.tline-item {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tline-title {
  flex: 1;
  color: #e8eaff;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tline-title:hover { color: #7a84ff; }

.tline-meta {
  color: #62de76;
  font-size: 12px;
  font-weight: 600;
  margin-left: 8px;
}

.tline-controls {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
}
.tline-btn {
  background: none;
  border: none;
  color: #aaa;
  font-size: 11px;
  cursor: pointer;
  line-height: 1;
}
.tline-btn:hover { color: #ffcd3c; }

.tline-empty {
  color: #b6bad3;
  text-align: center;
}
