.landing-invoice-example__demo.invoice-demo-static {
  align-items: stretch;
  overflow: hidden;
}

.landing-invoice-example__demo.invoice-demo-static .invoice-demo-static__widget {
  overflow-y: auto;
}

.invoice-demo-static__widget {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 340px;
  padding: 16px 14px 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #1b1e22;
  background: #fff;
}

.invoice-demo-static__notice {
  margin-bottom: 12px;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 1.35;
  color: #5c6370;
  background: #f3f6fb;
}

.invoice-demo-static__company {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
}

.invoice-demo-static__description {
  margin-bottom: 14px;
  font-size: 12px;
  color: #5c6370;
}

.invoice-demo-static__amount-label {
  margin-bottom: 4px;
  font-size: 12px;
  color: #5c6370;
}

.invoice-demo-static__amount {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.invoice-demo-static__step {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}

.invoice-demo-static__coins {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.invoice-demo-static__coin {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #fff;
}

.invoice-demo-static__coin--active {
  border-color: #64acff;
  box-shadow: 0 0 0 1px #64acff;
}

.invoice-demo-static__coin-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.invoice-demo-static__coin-name {
  font-size: 14px;
  font-weight: 600;
}

.invoice-demo-static__coin-network {
  font-size: 11px;
  color: #5c6370;
}

.invoice-demo-static__button {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #64acff;
  cursor: default;
}

@media screen and (min-width: 992px) {
  .landing-invoice-example__demo.invoice-demo-static {
    padding: 0;
    background: transparent;
  }

  .invoice-demo-static__widget {
    min-height: 0;
    padding: 12px 10px 10px;
  }

  .invoice-demo-static__amount {
    font-size: 24px;
  }
}
