.tool-details {
  height: 100%; }
  .tool-details code {
    word-break: break-all; }
  .tool-details .overview {
    margin-bottom: 24px; }
  .tool-details .card {
    background: rgba( 255, 255, 255 ,  1 );
    background: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
    .tool-details .card p {
      margin-top: 20px;
      margin-bottom: 8px; }
    .tool-details .card .card-content > :first-child {
      margin-top: 0; }
    .tool-details .card p.body-s {
      margin-top: 6px; }
    .tool-details .card pre {
      margin: 0; }
    .tool-details .card p.tooldetails-smaller-margin {
      margin-top: 12px; }
    .tool-details .card .messagebar {
      background: inherit;
      padding-top: 0px;
      padding-left: 0px; }
    .tool-details .card .card-steps p {
      margin-top: 8px; }
  .tool-details .base64-encode-instructions {
    max-width: 44em; }
    .tool-details .base64-encode-instructions .copyable-text {
      padding-left: 2em;
      text-indent: -2em; }
      .tool-details .base64-encode-instructions .copyable-text .copyable-content {
        max-width: 46em; }
  @media screen and (max-width: 1023px) {
    .tool-details .firstTimeMessage {
      max-width: 100%; } }
  @media screen and (max-width: 1365px) {
    .tool-details .firstTimeMessage {
      max-width: 100%; } }
  .tool-details .warning-message {
    color: rgba(218, 10, 0, 1);
    color: var(--status-error-text,rgba(218, 10, 0, 1)); }

.list-disc > ul {
  padding: revert; }

.list-disc > ul > li {
  list-style: disc; }
