.website-builder-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  row-gap: 0.5rem;
  position: relative;
}

.website-builder-top-bar .website-builder-top-bar-column {
  display: flex;
  gap: 0.4375rem;
  align-items: center;
}

.website-builder-top-bar .website-builder-top-bar-column .website-builder-top-bar-column__icon {
  display: flex;
  align-items: center;
}

.website-builder-top-bar .website-builder-top-bar-column .website-builder-top-bar-column__icon > span {
  color: var(--color);
  font-size: 1.25rem !important;
}

.website-builder-top-bar .website-builder-top-bar-column .website-builder-top-bar-column__text {
  color: var(--color) !important;
  font-size: 0.875rem;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.website-builder-top-bar .website-builder-top-bar-column .website-builder-top-bar-column__text a {
  color: var(--color) !important;
}

.website-builder-top-bar .website-builder-top-bar-column .website-builder-top-bar-column__text a:hover,
.website-builder-top-bar .website-builder-top-bar-column .website-builder-top-bar-column__text a:active {
  color: var(--color) !important;
}

@media (max-width: 1200px) {
  .website-builder-top-bar {
    flex-wrap: wrap;
  }

  .website-builder-top-bar .website-builder-top-bar-column {
    width: 50%;
    justify-content: center;
  }
}

@media (max-width: 800px) {
  .website-builder-top-bar .website-builder-top-bar-column {
    width: 100%;
  }
}
