:host {
  display: block;
  background: var(--c-carbon-100);
  font-family: var(--f-family-text);
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.platform-bar__container {
  display: flex;
  align-items: center;
  height: 44px;
  justify-content: space-between;
}

.platform-bar__logo {
  margin-inline-end: var(--space-3);
}
.platform-bar__logo svg {
  height: 24px;
  margin: 10px 0;
  vertical-align: middle;
}

.platform-bar__desc {
  align-content: flex-end;
  color: #ccc;
  font-size: var(--f-size-2);
  line-height: 160%;
  text-align: right;
  letter-spacing: var(--f-tracking-tight);
  margin: 0 -3px 0 0;
}
.platform-bar__desc strong {
  color: white;
  font-weight: 400;
}
.platform-bar__desc a {
  color: white;
  text-decoration: none;
  white-space: nowrap;
}
.platform-bar__desc ion-icon {
  display: flex;
  align-items: center;
  margin-inline-start: var(--space-0);
}