.theme-app-extension__app-block {
  box-sizing: border-box;
  width: 100%;
  /* margin: 20px 0;
  padding: 0 16px; */
  font-family: var(
    --sort-body-font,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Helvetica,
    Arial,
    sans-serif
  );
  color: var(--color-text);
}

.theme-app-extension__app-block * {
  box-sizing: border-box;
}

.theme-app-extension__app-block--hidden {
  display: none;
}

.fspb {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.fspb__message {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  font-size: var(--body4-font-size);
  line-height: var(--sort-body-line-height);
}

.fspb__text {
  font-weight: var(--sort-body-weight, 400);
}

.fspb__cta {
  color: var(--color-text) !important;
  font-size: var(--body4-font-size);
  font-weight: var(--sort-body-weight-bold, 600);
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
}

.fspb__cta:hover,
.fspb__cta:focus-visible {
  text-decoration: underline;
}

.fspb__track {
  margin-top: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #e8e8e8;
  overflow: hidden;
}

.fspb__fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  color: var(--color-text);
  transition: width 240ms ease;
  background-color: rgb(var(--color-text));
}

.fspb__amounts {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  font-size: var(--body4-font-size);
  line-height: var(--sort-body-line-height);
}

.fspb__max {
  font-weight: var(--sort-body-weight-bold, 600);
}

@media (max-width: 768px) {
  .fspb__message {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
  }

  .fspb__track {
    margin-top: 8px;
  }
}

@media (max-width: 420px) {
  .theme-app-extension__app-block {
    padding: 0 12px;
  }
}
