@charset "utf-8";.mod-smartAppBanner {
  background-color: #ebebeb;
  padding: 0.875rem 0.75rem 0.875rem 0;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}

.mod-smartAppBanner.is-hide {
  display: none;
}

.mod-smartAppBanner .hide {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 0.75rem;
}

.mod-smartAppBanner .textbox {
  line-height: 1.5;
  margin-right: 0.5rem;
}

.mod-smartAppBanner .textbox .title {
  font-weight: bold;
}

.mod-smartAppBanner .open {
  margin-left: auto;
}

.mod-smartAppBanner .open .link {
  border-radius: 4px;
  padding: 0.75rem 0.5rem;
  text-align: center;
  background-color: #fff;
  color: #ed6103;
  font-weight: bold;
  text-decoration: inherit;
  white-space: nowrap;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.mod-smartAppBanner .icon {
  margin-right: 0.5rem;
}

.mod-smartAppBanner .icon img {
  width: 100%;
  max-width: 40px;
  min-width: 20px;
  height: auto;
}
