.title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
}

.logos {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
}

.logos img {
  max-height: 52px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 700px) {
  .logos img {
    max-height: 38px;
  }
}

@media (max-width: 991px) {
  .title-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .title-row > div:last-child {
    align-items: flex-start !important;
  }
}

.muted {
  color: #666;
}

.more-info-btn {
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.info-pre {
  white-space: pre-wrap;
  font-family: inherit;
  font-size: 0.98rem;
}

#predictionBox strong {
  font-size: 1.2rem;
}
