/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */

.wp-block-pdfb-pdf-block  {
  margin: 0 auto;
  
  iframe {
    pointer-events: none;
    border: none;
  }
  
  .pdfb-message {
    width: 100%;
    height: 100%;
    background: #fff;
    border: rgb(226, 228, 231) 1px solid;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    .pdfb-heading {
      font-size: 18px;
    }
    .pdfb-actions {
      margin-top: 18px;
      > button {
        margin: 0 6px;
      }
    }
  }
}

.pdfb-textcontrol {
  margin-bottom: 5px !important;
}

.pdfb-panelrow {
  margin-top: 0;
}

.pdfb-popover {
  > div {
    display: flex;
    align-items: center;
    > button {
      border-radius: 0;
    }
    > .pdfb-popover-textcontrol {
      flex: 1;
      > div {
        margin: 0;
      }
      input {
        border-radius: 0;
        height: 32px;
      }
    }
  }
}

.pdfb-toolbar {
  width: max-content;
}