/**
* The following styles get applied inside the editor only.
*/
.driveworks-block-form-embed-details {
  font-size: 1rem;
  padding: 1em;
  background: #fff;
  color: #000;
  border: 1px solid #eee;

  .block-heading {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 1rem;

    svg {
      font-size: 3rem;
      width: 1em;
      height: 1em;
      margin-right: .25em;
    }
  }

  .block-title {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.4;
  }

  .block-subtitle {
    opacity: .75;
  }

  table {
    width: 100%;

    tr td {
      border: none;
      padding: 0;
      font-size: 1rem;
    }

    td:first-child {
      width: 8.5rem;
      font-weight: 600;
    }
  }
}
