:local {
  .platformSupport {
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 90vh;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    .closeBtn {
      display: flex;
      justify-content: flex-end;
      box-sizing: border-box;
      padding: 5px;
      background-color: white;
    }
    iframe {
      width: 100%;
      height: 100%;
      border: none;
      position: relative;
      bottom: 0;
      background-color: lightgrey;
    }
  }
}
