.wall-title-wrap {
  flex: 1;
  min-width: 0;
}

.wall-title-display {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1e293b;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 800;
  cursor: text;
}

.wall-title-display:hover {
  color: #2563eb;
  text-decoration: underline dotted;
}

.wall-title-input {
  width: 100%;
  height: 25px;
  padding: 2px 6px;
  border: 1px solid #60a5fa;
  border-radius: 5px;
  background: #fff;
  color: #0f172a;
  font-size: 11px;
  font-weight: 700;
  outline: none;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, .12);
}

.wall-title-input[hidden],
.wall-title-display[hidden] {
  display: none;
}

[data-bs-theme="dark"] .wall-title-display {
  color: #e2e8f0;
}

[data-bs-theme="dark"] .wall-title-display:hover {
  color: #93c5fd;
}

[data-bs-theme="dark"] .wall-title-input {
  border-color: #3b82f6;
  background: #0f172a;
  color: #f8fafc;
}
