.information-widget-greeting.sos-greeting-brand {
  flex-direction: row;
  align-items: center;
  gap: 0.9rem;
}

.information-widget-greeting .sos-brand-icon {
  width: 3.25rem;
  height: 3.25rem;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 8px 18px rgb(15 23 42 / 0.28));
}

.information-widget-greeting.sos-greeting-brand span {
  margin-right: 0;
}

@media (max-width: 640px) {
  .information-widget-greeting .sos-brand-icon {
    width: 2.75rem;
    height: 2.75rem;
  }
}
