.up-d-igbanner {
  width: 100%;
  box-sizing: border-box;
  margin: 10px auto 80px;
  text-align: center;
}

.up-d-igbanner__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 50px;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #7f7f7f;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.up-d-igbanner__link:hover {
  opacity: 0.88;
}

.up-d-igbanner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 0 12px;
  box-sizing: border-box;
}

.up-d-igbanner__icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.up-d-igbanner__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.up-d-igbanner__text {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
