/* --- College Branding Block --- */
.college-branding {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
}

.college-logo {
  max-height: 60px;
  width: auto;
  object-fit: contain;
}

.college-logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: fit-content;
}

/* Title styled just like DLB text */
.college-logo-title {
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.2;
}

/* Smaller description text under title */
.college-logo-description {
  font-size: 0.7rem;
  color: white;
  line-height: 1.2;
  margin-top: 2px;
}

.logo-text {
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-only {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
