execution-simulator-modal {
  display: block;

  .modal-body {
    margin: 0 15px;
    line-height: 28px;

    h4 {
      line-height: 1.5;
    }

    .content {
      display: flex;
      justify-content: center;

      span:nth-of-type(1) {
        width: 86px;
      }

      span:nth-of-type(2) {
        width: 50px;
      }
    }
  }
}
