/* Welco GM homepage V2 — compact yellow top bar */
.wgm-v2 .header .top-header.wgm-topbar {
  position: relative;
  min-height: 40px;
  padding: 0;
  color: #12364f;
  background: #ffc815;
  border: 0;
  box-shadow: none;
}

.wgm-v2 .wgm-topbar::after {
  display: none;
}

.wgm-v2 .wgm-topbar .wgm-topbar__container,
.wgm-v2 .wgm-topbar .wgm-topbar__row {
  position: relative;
}

.wgm-v2 .wgm-topbar .wgm-topbar__row {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 0;
}

.wgm-v2 .wgm-topbar .wgm-v2-socials {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.wgm-v2 .wgm-topbar .wgm-v2-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  color: #ffffff;
  font-size: 12px;
  background: #12364f;
  border-radius: 50%;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.wgm-v2 .wgm-topbar .wgm-v2-socials a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin: 0;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.wgm-v2 .wgm-topbar .wgm-v2-socials a i::before {
  display: block;
  margin: 0;
  line-height: 1;
}

.wgm-v2 .wgm-topbar .wgm-v2-socials a:hover,
.wgm-v2 .wgm-topbar .wgm-v2-socials a:focus {
  color: #12364f;
  background: #ffffff;
  outline: 0;
  transform: translateY(-1px);
}

.wgm-v2 .wgm-topbar .wgm-topbar__contact-column {
  display: block !important;
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  padding: 0 160px;
}

.wgm-v2 .wgm-topbar .wgm-topbar__contact,
.wgm-v2 .wgm-topbar .wgm-topbar__phone-list {
  width: 100%;
}

.wgm-v2 .header .top-header.wgm-topbar .wgm-topbar__phone-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  gap: 10px;
}

.wgm-v2 .wgm-topbar .wgm-topbar__phone-icon,
.wgm-v2 .wgm-topbar .wgm-topbar__phone-label {
  display: none !important;
}

.wgm-v2 .wgm-topbar .wgm-topbar__phone-links {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

.wgm-v2 .wgm-topbar .wgm-topbar__phone-links a {
  display: inline-block !important;
  color: #12364f !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.wgm-v2 .wgm-topbar .wgm-topbar__phone-links a:hover,
.wgm-v2 .wgm-topbar .wgm-topbar__phone-links a:focus {
  color: #12364f !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wgm-v2 .wgm-topbar .wgm-topbar__separator {
  display: inline-block !important;
  width: 1px;
  height: 13px;
  background: rgba(18, 54, 79, 0.38);
}

.wgm-v2 .wgm-topbar .wgm-topbar__tools-column {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 0;
}

.wgm-v2 .wgm-topbar .wgm-topbar__tools {
  width: auto;
  min-height: 40px;
  gap: 4px;
}

.wgm-v2 .header .top-header.wgm-topbar .wgm-topbar__login {
  display: block !important;
  order: 1;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.wgm-v2 .header .top-header.wgm-topbar .wgm-topbar__login .wgm-topbar__login-link {
  display: inline-flex;
  align-items: center;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 4px 7px !important;
  color: #12364f !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
}

.wgm-v2 .header .top-header.wgm-topbar .wgm-topbar__login .wgm-topbar__login-link:hover,
.wgm-v2 .header .top-header.wgm-topbar .wgm-topbar__login .wgm-topbar__login-link:focus {
  color: #12364f !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wgm-v2 .wgm-topbar .wgm-topbar__network {
  order: 2;
  flex: 0 0 30px;
  width: 30px;
  max-width: 30px;
}

.wgm-v2 .wgm-topbar .wgm-topbar__search-form {
  width: 30px;
}

.wgm-v2 .header .top-header.wgm-topbar .wgm-topbar__search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 40px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.wgm-v2 .wgm-topbar .wgm-topbar__search-input,
.wgm-v2 .wgm-topbar .wgm-topbar__suggestions,
.wgm-v2 .wgm-topbar .wgm-topbar__search > a {
  display: none !important;
}

.wgm-v2 .header .top-header.wgm-topbar .wgm-topbar__search-button {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  padding: 0;
  color: #ffffff;
  font-size: 12px;
  background: #12364f;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}

.wgm-v2 .wgm-topbar .wgm-topbar__search-button:hover,
.wgm-v2 .wgm-topbar .wgm-topbar__search-button:focus {
  color: #12364f;
  background: #ffffff;
  border: 0;
  outline: 0;
}

@media (max-width: 767px) {
  .wgm-v2 .header .top-header.wgm-topbar,
  .wgm-v2 .wgm-topbar .wgm-topbar__row,
  .wgm-v2 .header .top-header.wgm-topbar .wgm-topbar__phone-item,
  .wgm-v2 .wgm-topbar .wgm-topbar__tools,
  .wgm-v2 .header .top-header.wgm-topbar .wgm-topbar__search {
    min-height: 38px;
    height: 38px;
  }

  .wgm-v2 .wgm-topbar .wgm-v2-socials {
    gap: 4px;
  }

  .wgm-v2 .wgm-topbar .wgm-v2-socials a {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }

  .wgm-v2 .wgm-topbar .wgm-topbar__contact-column {
    padding: 0 106px;
  }

  .wgm-v2 .wgm-topbar .wgm-topbar__phone-links {
    gap: 6px;
  }

  .wgm-v2 .wgm-topbar .wgm-topbar__phone-links a {
    font-size: 10px;
  }

  .wgm-v2 .wgm-topbar .wgm-topbar__phone-links a:nth-of-type(2),
  .wgm-v2 .wgm-topbar .wgm-topbar__phone-links a:nth-of-type(3),
  .wgm-v2 .wgm-topbar .wgm-topbar__phone-links .wgm-topbar__separator {
    display: none !important;
  }

  .wgm-v2 .header .top-header.wgm-topbar .wgm-topbar__login .wgm-topbar__login-link {
    height: auto;
    padding: 4px;
    font-size: 11px;
  }
}

@media (max-width: 390px) {
  .wgm-v2 .wgm-topbar .wgm-v2-socials a:nth-child(3) {
    display: none;
  }
}
