/* reset */
:root {
  --smart-app-banner-height: 45px;
}

/*body,
.smartappbanner,
.smartappbanner * {
  margin: 0;
  padding: 0;
  border: 0;
}*/

.smartappbanner {
  display: none;
  width: 100%;
  /*height: 90px;*/
  height: var(--smart-app-banner-height);
  font-family: sans-serif, Arial, Helvetica;
  background-color: white;
  border-bottom: 1px solid #c2c2c2;
}

/*@media only screen and (min-width: 321px) and (max-width: 360px) {
  .smartappbanner {
    height: 90px;
  }
}

@media only screen and (min-width: 361px) and (max-width: 375px) {
  .smartappbanner {
    height: 90px;
  }
}

@media only screen and (min-width: 961px) {
  .smartappbanner {
    height: 240px;
  }
}*/

.smartappbanner.show {
  display: flex;
  align-items: center;
}

/*.smartappbanner:before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}*/

/*.smartappbanner > * {
  display: inline-block;
  vertical-align: middle;
}*/

#smartappbanner-close {
  width: 9%;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  color: #797979;
}

/*@media only screen and (min-width: 961px) {
  .smartappbanner-close {
    font-size: 60px;
  }
}*/

.smartappbanner-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
  background-size: cover;
}

/*@media only screen and (min-width: 321px) and (max-width: 360px){
  .smartappbanner-icon {
    width: 68px;
    height: 68px;
  }
}

@media only screen and (min-width: 361px) and (max-width: 375px){
  .smartappbanner-icon {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (min-width: 961px) {
  .smartappbanner-icon {
    width: 182px;
    height: 182px;
    border-radius: 30px;
  }
}*/

.smartappbanner-info {
  box-sizing: border-box;
  flex: 1;
  padding-left: 3%;
  width: calc(100% - 150px);
}

/*.smartappbanner-info .app-name,
.smartappbanner-info .app-author,
.smartappbanner-info .app-store,
.smartappbanner-info .app-promo
 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}*/

.smartappbanner-info .app-name{
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
  color: #666;
  margin-top: 4px;
}
.smartappbanner-info .app-promo {
  color: #666;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0px;
}
/*
@media only screen and (min-width: 961px) {
  .smartappbanner-info .app-name {
    font-size: 35px;
    line-height: 52px;
  }
}

.smartappbanner-info .app-author {
  font-size: 12px;
  line-height: 18px;
  color: #303030;
}

@media only screen and (min-width: 961px) {
  .smartappbanner-info .app-author {
    font-size: 30px;
    line-height: 45px;
  }
}

.smartappbanner-info .app-store {
  font-size: 12px;
  line-height: 18px;
  color: #545454;
}

@media only screen and (min-width: 961px) {
  .smartappbanner-info .app-store {
    font-size: 30px;
    line-height: 45px;
  }
}*/

#smartappbanner-view {
  --bs-link-color: var(--tt-primary);
  font-size: 14px;
}

/*.smartappbanner-view {
  width: 20%;
  font-size: 16px;
  color: #007AFF;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
}

@media only screen and (min-width: 961px) {
  .smartappbanner-view {
    font-size: 40px;
  }
}*/