#postbox-container-2 {
  .inside,
  .m_field {
    label,
    legend {
      width      : 25%;
      font-weight: 600;
      color      : $darkblue;
    }

    input[type="text"] {
      width: calc(100% - 26%);
    }

    input[type="date"],
    input[type="text"] {
      min-height   : 40px;
      border       : 1px solid $mediumgrey;
      margin-top   : 10px;
      margin-bottom: 20px;
    }

    .m_editor__area,
    textarea {
      border: 1px solid $mediumgrey;
    }

    .m_editor {
      margin-top   : 10px;
      margin-bottom: 30px;
    }
  }

  .m_field {
    width    : 100%;
    display  : flex;
    flex-wrap: wrap;

    + .m_field {
      margin-top: 20px;
    }
  }

  > div label {
    font-weight: 400;
  }
}
