/* Top bar */
/* Styling for top bar med Trustpilot */
.menu-service .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
}

.trustpilot-left {
  flex-shrink: 0;
}

.menu-links-right {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-left: 0px;
}

.menu-links-right a {
  white-space: nowrap;
  margin-left: 0px !important;
}

.trustpilot-left mark {
  background: none;
  color: #4f5686;
}

@media screen and (max-width: 768px) {
  .menu-service {
    display: block !important;
  }
  .menu-links-right {
    display: none;
  }
  .menu-service .wrapper {
    justify-content: center;
  }
  .menu-service a {
    margin-left: 0px !important;
  }
}
/* Top bar */