.payment_method_startimesgo_hosted_payment > label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.payment_method_startimesgo_hosted_payment > label img,
.stgo-hosted-block__label img {
  width: 92px;
  max-height: 36px;
  margin-left: auto;
  object-fit: contain;
}

.stgo-hosted-payment__trust,
.stgo-hosted-block__trust {
  margin: 0.75rem 0 0;
  color: #5f6b76;
  font-size: 0.92em;
  line-height: 1.5;
}

.stgo-hosted-block__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.stgo-hosted-block__content p {
  margin-top: 0;
}

.stgo-hosted-result {
  padding: clamp(2rem, 7vw, 5rem) 1rem;
  background: #f7f8fa;
}

.stgo-hosted-result__panel {
  width: min(100%, 560px);
  margin: 0 auto;
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 1px solid #dfe4e9;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.1);
  text-align: center;
}

.stgo-hosted-result__logo {
  width: 132px;
  height: auto;
  margin: 0 auto 1.25rem;
}

.stgo-hosted-result__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: #fff0df;
  color: #e77624;
}

.stgo-hosted-result__icon::before {
  content: "…";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.stgo-hosted-result__panel[data-state="paid"] .stgo-hosted-result__icon {
  background: #e3f5e8;
  color: #237a42;
}

.stgo-hosted-result__panel[data-state="paid"] .stgo-hosted-result__icon::before {
  content: "✓";
}

.stgo-hosted-result__panel[data-state="failed"] .stgo-hosted-result__icon,
.stgo-hosted-result__panel[data-state="review"] .stgo-hosted-result__icon {
  background: #fde8e6;
  color: #b42318;
}

.stgo-hosted-result__panel[data-state="failed"] .stgo-hosted-result__icon::before {
  content: "×";
}

.stgo-hosted-result__panel[data-state="review"] .stgo-hosted-result__icon::before {
  content: "!";
}

.stgo-hosted-result__eyebrow {
  margin: 0 0 0.5rem;
  color: #d86516;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.stgo-hosted-result__panel[data-state="paid"] .stgo-hosted-result__eyebrow {
  color: #237a42;
}

.stgo-hosted-result__title {
  margin: 0;
  font-size: clamp(1.55rem, 4vw, 2.25rem);
}

.stgo-hosted-result__message {
  max-width: 460px;
  margin: 0.85rem auto 1.5rem;
  color: #5f6b76;
  line-height: 1.6;
}

.stgo-hosted-result__order {
  margin: 1.5rem 0;
  border-top: 1px solid #e1e5e9;
  border-bottom: 1px solid #e1e5e9;
}

.stgo-hosted-result__order div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
}

.stgo-hosted-result__order dt {
  color: #697581;
}

.stgo-hosted-result__order dd {
  margin: 0;
  font-weight: 600;
  text-align: right;
}

.stgo-hosted-result__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.stgo-hosted-result__actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 0;
  text-align: center;
}

@media (max-width: 520px) {
  .stgo-hosted-result__actions {
    grid-template-columns: 1fr;
  }
}
