.badgecontainer {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.9375rem 0 0 0;
}

.badgecontainercenter {
  justify-content: center
}

.badgecontainerstart {
  justify-content: flex-start
}


.applinkofficial {
  display: inline-block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.applinkofficial:hover {
  transform: translateY(-0.125rem);
  opacity: 0.9
}

.applinkofficial svg {
  height: 2.5rem;
  width: 100%;
  display: block
}

.productbadge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;

  height: 2.5rem;
  padding: 0.25rem 0.5rem 0.3125rem 0.5rem;
  border-radius: 0.375rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box
}

.badgecontent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.0625rem;
  text-align: left;
  white-space: nowrap
}

.badgesubtitle {
  display: block;
  color: #fff;
  font-size: 0.54rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none
}

.badgetitle {
  display: block;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: -0.015em
}