.bom-modal-header {
  position: relative;
  box-sizing: border-box;
  .bom-modal-close-x {
    font-size: 12px;
    opacity: 0.5;
    float: right;
    font-weight: 600;
    border: none;
    background: transparent;
    top: -14px;
    right: -10px;
    wpt-icon {
      width: 14px;
      height: 14px;
    }
  }

  .bom-modal-title {
    font-size: large;
    margin: 0;
  }
}

.bom-modal-content {
  textarea {
    resize: none;
    width: 100%;
    height: 130px;
  }
}

.BomModalComponent-buttons {
  overflow: hidden;
  float: right;
  width: 100%;
  display: flex;
  justify-content: space-between;  

  button {
    width: calc(50% - 7.5px);
    max-width: none;
    vertical-align: bottom;
    float: left;
    transition: none;

    &:first-child {
      margin-right: 15px;
    }
  }
}
