.aitsp-product-tab-seed {
  display: none !important;
}

.aitsp-product-tab {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dfe7ef;
  border-radius: 6px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: .5rem 0;
  padding: 1.15rem 1.25rem;
}

.aitsp-product-tab-pane {
  padding-top: 1rem;
}

.aitsp-product-tab-pane[hidden] {
  display: none !important;
}

.aitsp-download-button,
.aitsp-login-button {
  align-items: center;
  display: inline-flex;
  gap: .45rem;
  justify-content: center;
  margin-top: 0;
  min-height: 38px;
  padding-left: 1rem;
  padding-right: 1rem;
  white-space: normal;
}

.aitsp-download-button.aitsp-is-loading {
  cursor: wait;
  opacity: .85;
}

.aitsp-download-button.aitsp-is-loading::before {
  animation: aitsp-spin .75s linear infinite;
  border: 2px solid rgba(255, 255, 255, .42);
  border-top-color: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
}

.aitsp-product-tab__badge {
  align-items: center;
  background: #eef6ff;
  border: 1px solid #cfe4fb;
  color: #006ed6;
  display: flex;
  flex: 0 0 54px;
  font-size: .82rem;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  letter-spacing: 0;
  width: 58px;
}

.aitsp-product-tab__content {
  flex: 1 1 auto;
  min-width: 0;
}

.aitsp-product-tab__content h3 {
  color: #222;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 .35rem;
}

.aitsp-product-tab__content p {
  color: #555;
  font-size: .95rem;
  line-height: 1.45;
  margin: 0;
}

.aitsp-product-tab__content .aitsp-download-status {
  color: #006ed6;
  font-size: .9rem;
  font-weight: 600;
  margin-top: .45rem;
}

.aitsp-product-tab__content .aitsp-download-status.aitsp-download-status--error {
  color: #d71920;
  font-weight: 700;
}

.aitsp-product-tab__action {
  flex: 0 0 auto;
}

.aitsp-download-frame {
  border: 0;
  height: 1px;
  left: -9999px;
  position: absolute;
  top: -9999px;
  width: 1px;
}

@media (max-width: 575px) {
  .aitsp-product-tab {
    align-items: flex-start;
    flex-direction: column;
  }

  .aitsp-product-tab__action,
  .aitsp-download-button,
  .aitsp-login-button {
    width: 100%;
  }
}

@keyframes aitsp-spin {
  to {
    transform: rotate(360deg);
  }
}
