.rate-limit-page .app-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #f4f5f7;
}

.rate-limit-card {
  width: min(430px, 100%);
  padding: 32px 24px;
  text-align: center;
  background: #fff;
  border: 1px solid #e0e3e8;
  border-radius: 20px;
  box-shadow: 0 18px 48px #17171712;
}

.rate-limit-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  color: #b7791f;
}

.rate-limit-card h1 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

.rate-limit-card p {
  color: #687080;
  line-height: 1.9;
}

.rate-limit-countdown {
  margin: 20px 0;
  padding: 14px;
  color: #714c12;
  background: #fff8e8;
  border-radius: 12px;
}

.error-request-id {
  overflow-wrap: anywhere;
  font-size: .78rem
}

.rate-limit-return {
  display: block;
  text-decoration: none;
}
