.smartbanner-container {
  background: #f5f5f5;
}

.smartbanner-title {
  color: #000000 !important;
  text-shadow: none;
}

.smartbanner-description {
  color: #848489;
  text-shadow: none;
}

.smartbanner-button {
  box-shadow: none !important;
}

.smartbanner-button-text {
  color: #ffffff;
  background: #3478f6 !important;
  border-radius: 999px;
  padding: 8px !important;
}

.smartbanner-close {
  background: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  color: #bbbbc0 !important;
}

#unsupported {
  text-align: center;
  font-family: arial, sans-serif;
}

#unsupported .header {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

#unsupported .main {
  padding: 24px;
}

#unsupported .exclamation {
  padding: 24px 0 32px 0;
}

#unsupported .out-of-date {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #dd0031;
}

#unsupported .instructions {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #485259;
  margin: 16px 0 48px 0;
}

#unsupported a.action {
  display: block;
  font-size: 16px;
  line-height: 24px;
  background: #dd0031;
  padding: 12px;
  color: white;
  margin-bottom: 16px;
  text-decoration: none;
  letter-spacing: -0.5625px;
}

#unsupported a.action.cfa {
  border: 1px solid #6d787e;
  background: white;
  color: #dd0031;
}

#unsupported .or-download {
  color: #485259;
  padding: 78px 0 12px 0;
}

#unsupported .download-links {
  padding-bottom: 24px;
}

@media screen and (min-width: 961px) {
  #unsupported .main {
    width: 684px;
    margin: 0 auto;
    padding: 0;
  }

  #unsupported .exclamation {
    padding: 88px 0 24px 0;
  }

  #unsupported .out-of-date {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -1px;
  }

  #unsupported a.action {
    display: inline-block;
    padding: 12px 24px;
  }

  #unsupported a.action.cfa {
    margin-left: 24px;
  }

  #unsupported .or-download {
    padding: 142px 0 49px 0;
  }
}
