.dimension-input-stack {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
  }
  
.dimension-input {
    flex: 1 1 0;
  }
  
  
  @media (max-width: 600px) {
    .dimension-input-stack {
      flex-direction: column;
    }
    
    .dimension-input {
      width: 100%;
      min-width: auto;
    }
  }
.action-banner{background-repeat:no-repeat;background-position:95% 100%}.action-banner-background-darker{background-color:var(--hds-colors-darker);color:#fff}.action-banner-background-darker .hds-styled-html a{color:#fff}.action-banner-background-darker .hds-styled-html a:hover{color:#fff;text-decoration:none}.action-banner-background-light{background-color:var(--hds-colors-light)}.action-banner .action-banner-trace-input{flex-grow:2}.action-banner .action-banner-trace-button{align-self:flex-end}

/*# sourceMappingURL=react4xp.4844d0fde.css.map*/