@import url("../content/tool-shell.css");

.redirect-options {
  grid-template-columns: 1fr 1fr 1fr;
}

.compact-editors {
  grid-template-columns: 1fr 1fr;
}

.chain-card {
  margin: 0 14px 14px;
  overflow: hidden;
}

.chain-card code {
  word-break: break-word;
}

.result-card:nth-child(3) strong {
  max-width: 100%;
}

.btn:disabled,
.theme-toggle:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

@media (max-width: 1100px) {
  .redirect-options,
  .compact-editors {
    grid-template-columns: 1fr;
  }
}
