/* Scoped production overrides for the 2026 navbar and contact update. */
header#navbar {
  position: relative;
  top: auto;
}

.active {
  color: var(--secondary) !important;
}

.marketplace-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.marketplace-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  vertical-align: middle;
  display: inline-block;
}

.tokopedia-icon {
  margin-right: 6px;
}

.page-contact .icon-how-to .marketplace-icon {
  width: 34px;
  height: 34px;
  margin-right: 0;
  transform: scale(1.15);
}

.page-contact .icon-how-to .marketplace-link {
  background-color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 8px var(--transparent);
}

.page-contact .icon-how-to .marketplace-link:hover {
  background-color: var(--secondary);
  transition: 0.5s ease;
}

@media only screen and (max-width: 880px) {
  #navbar {
    position: relative;
    top: auto;
  }
}
