.simple-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 92px;
}

.desktop-cta {
  display: inline-flex;
  align-items: center;
}

.btn-inner--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.icon.icon-shape > span {
  font-size: 1.25rem;
  line-height: 1;
}

@media (max-width: 991.98px) {
  #navbar-main {
    background-color: #273444;
  }

  .desktop-cta {
    display: none;
  }

  #navbar-logo {
    height: 52px !important;
  }
}
