.safe360-download-icon {
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  margin-right: .35em;
  vertical-align: -.2em;
  line-height: 1;
}

.safe360-download-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.safe360-download-icon-shield {
  fill: #19c653;
}

.safe360-download-icon-check {
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.safe360-download-erx-native-icon {
  display: none !important;
}

.safe360-download-erx-icon {
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  margin-right: .35em;
  vertical-align: -.12em;
  line-height: 1;
  overflow: visible;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2319c653' d='M8 1.2 13.5 3.3v4.2c0 3.7-2.3 6.4-5.5 7.5-3.2-1.1-5.5-3.8-5.5-7.5V3.3L8 1.2Z'/%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M5.1 7.9 7 9.8l4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.safe360-download-message {
  display: inline-block;
  margin-left: 8px;
  color: #c33;
  font-size: 12px;
}

.safe360-download-btn[data-safe360-loading="1"] {
  opacity: .78;
  pointer-events: none;
}

.safe360-download-btn[data-safe360-style="green"],
.safe360-download-btn[data-safe360-style="outline"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .25em;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}

.safe360-download-btn[data-safe360-style="green"] {
  border: 1px solid #12ad49;
  background: #19c653;
  color: #fff;
}

.safe360-download-btn[data-safe360-style="green"]:hover {
  background: #12ad49;
  color: #fff;
}

.safe360-download-btn[data-safe360-style="outline"] {
  border: 1px solid #19c653;
  background: transparent;
  color: #168a40;
}

.safe360-download-btn[data-safe360-style="outline"]:hover {
  background: rgba(25, 198, 83, .08);
  color: #0f7434;
}
