.oas-summary-wrap {
  margin: 14px 0 24px;
}

.oas-summary-btn {
  border: 1px solid #1f2937;
  background: #1f2937;
  color: #fff;
  border-radius: 8px;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}

.oas-summary-btn:hover {
  background: #111827;
}

.oas-summary-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.oas-summary-loader {
  margin-top: 12px;
  color: #0f766e;
  font-weight: 600;
  display: none;
}

.oas-summary-result {
  margin-top: 12px;
  background: #fff;
  border: 2px solid #eaeaea;
  border-radius: 10px;
  padding: 28px 30px;
  display: none;
}

.oas-summary-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.oas-summary-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #ff008a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.oas-summary-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.oas-summary-heading-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 2px;
}

.oas-summary-heading {
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}

.oas-summary-subheading {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  line-height: 1.5;
  color: #777;
  text-transform: uppercase;
}

.oas-summary-text {
  margin: 22px 0 0 64px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  color: #000;
  white-space: pre-wrap;
}

.oas-error {
  color: #b91c1c;
  margin: 0;
}

@media (max-width: 768px) {
  .oas-summary-result {
    padding: 20px;
  }

  .oas-summary-text {
    margin-left: 0;
    margin-top: 14px;
  }
}
