/* Q + Title ko ek line me align kare */
.list-group-item.qrow > a.q-link{
  display: flex !important;
  gap: 8px;
  align-items: baseline;
  text-decoration: none;
  width: 100%;
}

/* Left fixed column: "Q" */
.list-group-item.qrow > a.q-link > .qtag{
  flex: 0 0 28px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

/* Right side: title/preview text */
.list-group-item.qrow > a.q-link > .qtitle{
  flex: 1 1 auto;
  line-height: 1.4;
  min-width: 0; /* long text wrap */
}
